WO2022201436A1 - 作業計画立案方法、作業計画立案プログラム、および情報処理装置 - Google Patents

作業計画立案方法、作業計画立案プログラム、および情報処理装置 Download PDF

Info

Publication number
WO2022201436A1
WO2022201436A1 PCT/JP2021/012578 JP2021012578W WO2022201436A1 WO 2022201436 A1 WO2022201436 A1 WO 2022201436A1 JP 2021012578 W JP2021012578 W JP 2021012578W WO 2022201436 A1 WO2022201436 A1 WO 2022201436A1
Authority
WO
WIPO (PCT)
Prior art keywords
work
objects
time
order
block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/JP2021/012578
Other languages
English (en)
French (fr)
Inventor
山▲崎▼貴司
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2023508319A priority Critical patent/JPWO2022201436A1/ja
Priority to PCT/JP2021/012578 priority patent/WO2022201436A1/ja
Priority to CN202180092898.8A priority patent/CN116802575A/zh
Publication of WO2022201436A1 publication Critical patent/WO2022201436A1/ja
Priority to US18/353,914 priority patent/US20230359969A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06316Sequencing of tasks or work
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Program-control systems
    • G05B19/02Program-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/04Manufacturing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management

Definitions

  • This case relates to a work planning method, a work planning program, and an information processing device.
  • the object of the present invention is to provide a work planning method, a work planning program, and an information processing apparatus that can formulate a work plan so as not to increase the computation time.
  • the work planning method is a work line in which a plurality of objects each having a predetermined work time are sequentially introduced at intervals of a first time, and the work of the object to be introduced first is completed. until the work on the object to be put in next does not start, and for the objects other than the object to be put in last among the plurality of objects, after the object is put into the work line, the work is performed on the work line.
  • the allocation process executed by a computer the total work time of the objects included in each block is equal to or less than the product of the number of objects included in each block and the first time, and the plurality of blocks is greater than or equal to 2 and less than the number of the plurality of objects, the computer executes the allocation process.
  • FIG. 10 is a diagram illustrating a lineout; (a) and (b) are diagrams exemplifying blocking of the input order.
  • 1A is a block diagram illustrating the overall configuration of an information processing device
  • FIG. 1B is a block diagram illustrating the hardware configuration of the information processing device
  • FIG. 4 is a flowchart illustrating work plan formulation processing executed by an information processing device
  • FIG. 4 illustrates block generation
  • FIG. 10 is a diagram illustrating optimization of injection order
  • It is a flowchart which illustrates the detail of step S3.
  • product tact the working time required by the product
  • the product takt times differ for each product.
  • the product tact for product 1 is 50 minutes
  • the product tact for product 2 is 60 minutes
  • the product tact for product 3 is 90 minutes.
  • the numbers of products 1 to 12 represent the order of introduction to the work line.
  • a normal work area equal to the takt time
  • a buffer work area which is an additional work time allowed when work cannot catch up in the normal work area
  • the normal work area and the buffer work area are each set to 60 minutes. If the product takt time of each product is within the normal work area, the work for each product is completed within the normal work area, so that the next product to be put into the work line does not have work waiting time. However, there is a waiting time until the worker starts working on each product.
  • a line-out occurs when the work is not completed within a predetermined time exceeding the takt time after the product is placed on the work line. For example, a line-out occurs when the work is not completed within (takt time x 2) after the product is placed on the work line.
  • product 3 has a product takt time of 90 minutes, so it is necessary to perform additional work beyond the normal production area. During the period during which the additional work is being performed, the work on the product 4 cannot be performed. Therefore, the product 4 has an operation waiting time. However, since the next product 4 has a short product takt time, even if the product 4 has a waiting time, the product 4 can be completed within the normal work area. In this case, no lineout occurs.
  • the work for product 6 can be completed by performing additional work in the buffer work area. Since the work on the product 7 cannot be started while the additional work is being performed, the product 7 has work waiting time. Since the product takt time for this product 7 is 100 minutes, the work cannot be completed even if all the allowable buffer work areas are used. Therefore, as illustrated in FIG. 2, a lineout occurs.
  • the lineout has a very large impact on the work time required to complete the work for all products. On the other hand, even if the work in the normal work area is finished early, the workers will have to wait for a while because the products will flow periodically. In the work line, it is desirable to determine the product loading order that does not cause line-out while minimizing this waiting time.
  • FIG. 3(a) is a diagram exemplifying a case where products are introduced in order of delivery date. If products are introduced in order of delivery date, products that require longer work times may be subsequently introduced into the work line. In this case, a lineout may occur. Therefore, it is conceivable to search for a loading order in which line-out does not occur by searching for loading orders for all combinations of all products. However, in this case, the number of combinations becomes enormous, and the computation time becomes long.
  • FIG. 4A is a block diagram illustrating the overall configuration of the information processing device 100.
  • the information processing apparatus 100 includes a storage unit 10, a block generation unit 20, a product order replacement unit 30, a block replacement unit 40, a determination unit 50, an output unit 60, and the like.
  • FIG. 4B is a block diagram illustrating the hardware configuration of the storage unit 10, the block generation unit 20, the product order replacement unit 30, the block replacement unit 40, the determination unit 50, and the output unit 60 of the information processing apparatus 100.
  • the information processing apparatus 100 includes a CPU 101, a RAM 102, a storage device 103, an input device 104, a display device 105, and the like.
  • a CPU (Central Processing Unit) 101 is a central processing unit.
  • CPU 101 includes one or more cores.
  • a RAM (Random Access Memory) 102 is a volatile memory that temporarily stores programs executed by the CPU 101, data processed by the CPU 101, and the like.
  • the storage device 103 is a non-volatile storage device.
  • a ROM Read Only Memory
  • SSD solid state drive
  • the storage device 103 stores a work plan drafting program.
  • the input device 104 is an input device such as a keyboard and mouse.
  • the display device 105 is a display device such as an LCD (Liquid Crystal Display).
  • the storage unit 10, the block generation unit 20, the product order replacement unit 30, the block replacement unit 40, the determination unit 50, and the output unit 60 are implemented by the CPU 101 executing the work plan formulation program.
  • Hardware such as a dedicated circuit may be used as the storage unit 10, the block generation unit 20, the product order replacement unit 30, the block replacement unit 40, the determination unit 50, and the output unit 60.
  • FIG. 5 is a flowchart illustrating a work plan formulation process executed by the information processing apparatus 100.
  • the number of products m is the total number of products put into the work line.
  • Each product is assigned a product number i.
  • Each product has a product takt ti.
  • the product takt time of some products exceeds the takt time T, and the product takt time of some products is less than the takt time T.
  • the block generation unit 20 sets the initial value of the number of blocks N to the number of products m (step S2). As a result, first, the maximum value that the number of blocks N can take is set.
  • the block generator 20 performs an optimization calculation using the number of blocks N and the number of products nx in each block as variables (step S3).
  • the constraint on the optimization operation is T ⁇ n x ⁇ t i .
  • "x" is a block number and is a value from 1 to N; t i in the constraint is the product number contained in the block.
  • ⁇ t i is t 1 +t 2 +t 3 .
  • block 1 contains product numbers 1, 3, and 5, then ⁇ t i is t 1 +t 3 +t 5 .
  • the total product takt time of each product in each block is equal to or less than the number of products in the block ⁇ takt time. In other words, within each block, conditions are met to make it difficult to line out.
  • step S4 the block generation unit 20 determines whether or not there is a combination in which all products fit in each block as a result of the optimization calculation in step S3 (step S4). Since the product takt time for some products exceeds the takt time T, if the number of blocks N is equal to the number of products m, which is the initial value, the determination in step S4 is "No".
  • step S4 the block generator 20 reduces the number of blocks N by one (step S5). After that, the process is executed again from step S3. By repeatedly executing steps S3 to S5, the maximum block number N that satisfies the constraint condition T ⁇ n x ⁇ t i is obtained.
  • the number of blocks that can be packed is four for ten products.
  • the number of products n 1 is 3, satisfying the condition of T ⁇ n 1 ⁇ (40 minutes+60 minutes+80 minutes).
  • the number of products n2 is two , satisfying the condition of T ⁇ n2 ⁇ (70 minutes+50 minutes).
  • step S4 the product order change unit 30 changes the order of products in each block and obtains the order in which the products are not lined out by optimization calculation (step S6). In the example of FIG. 7, no lineout occurs in any block. Note that even if the order in which the products are not lined out is obtained, the work for the last product in the block may not be completed in the normal work area but completed in the buffer work area.
  • the block replacement unit 40 calculates a tact over value for each block (step S7).
  • the taktover value is the amount of time the last product in each block exceeds the normal work area. If the work for the last product is completed within the normal work area, the taktover value will be zero.
  • the block replacement unit 40 determines whether or not a deadline constraint has been input (step S8). If it is determined as "Yes” in step S8, the block replacement unit 40 sets the delivery date constraint (step S9). If it is determined as "No” in step S8, the block replacement unit 40 does not set the deadline constraint.
  • the deadline constraint is input via the input device 104 .
  • the block permutation unit 40 permutes the order of the blocks, thereby determining the block order in which no lineout occurs (step S10).
  • the block replacement unit 40 replaces the block order so that the delivery date is achieved.
  • step S11 determines whether or not the block order can be determined in step S10 (step S11). If “No” is determined in step S11, the process is executed again from step S5. If it is determined “Yes” in step S11, the output unit 60 outputs the determined block order and product order. The output information is displayed on the display device 105 .
  • FIG. 8 is a flowchart illustrating details of the optimization calculation in step S3.
  • the block generation unit 20 puts tj into a block having a time of T ⁇ nx (step S23).
  • step S24 determines whether or not it is no longer possible to pack to T ⁇ nx.
  • step S25 adds 1 to j when it is determined as "No" in step S24 (step S25). After that, the process is executed again from step S23.
  • step S26 the block generation unit 20 determines whether or not there remains tj that has not been packed into the block (step S28). If the determination in step S28 is "Yes", the order of tj is changed (step S29). After that, the process is executed again from step S22.
  • step S30 determines whether or not the set number of repetitions is repeated. If it is determined as “Yes” in step S30, the block generation unit 20 outputs information indicating that "there is no combination that accommodates all products” (step S31). If “No” is determined in step S30, information indicating that "there is a combination that accommodates all products” is output (step S32).
  • a plurality of blocks are prepared, and all products are placed in the plurality of blocks so that the total product takt of each product in each block is (number of objects in the block x takt time) or less. is optimized to fit.
  • the order of each block produced in this way and also changing the order of the products in the block it is possible to obtain an optimized product introduction order as a whole. Also, by changing the order within the block, it is not necessary to verify the input order of all combinations of all products. Therefore, lengthening of calculation time can be suppressed.
  • One of the purposes of changing the order within the block is to reduce the waiting time as much as possible. It is desirable to take into consideration the restrictions on the order in which the products are put into this order, but in order to avoid constraint violations within blocks, the number of blocks should be as large as possible to avoid constraint violations. It is possible to make a plan that does not occur.
  • the block generation unit 20 generates blocks so that the number of blocks is at least 2 and less than the number of products m.
  • the block generator 20 may execute step S2a instead of step S2.
  • the initial value of the number of blocks N is randomly set to any value from 1 to m.
  • the block generator 20 executes step S5a instead of step S5.
  • N is set to a value different from the current value.
  • step S3 blocks are generated in step S3 so that T ⁇ n x ⁇ t i , which is the constraint condition of the optimization calculation, is satisfied in all blocks, but the present invention is not limited to this.
  • T ⁇ n x ⁇ t i may not hold in one block. This is because, even if the work for the last product is not completed within the buffer work area, there is no product to be put in next, so line-out does not occur. In this case, during the optimization operation of step S6, the last product need not be completed within the buffer work area.
  • Fig. 10 shows the verification results of a more complicated example.
  • the product type A the number of products is 6, and the product takt time is 20 minutes.
  • the product type B the number of products is 2, and the product takt time is 40 minutes.
  • the product type C the number of products is two, and the product takt time is 50 minutes.
  • the product type D the number of products is two, and the product takt time is 60 minutes.
  • product type E the number of products is 2 and the product tact is 80 minutes.
  • the product type F the number of products is 4 and the product tact is 80 minutes.
  • the product type G the number of products is 2, and the product takt time is 100 minutes.
  • the product type H the number of products is 3, and the product takt time is 120 minutes.
  • the total number of products is 23.
  • the tact time T is an example of the first time.
  • the sum of the normal work area and the buffer work area is an example of the second time.
  • the block generator 20 is an example of an allocation unit that allocates the plurality of objects to any of a plurality of blocks.
  • a product order changing unit 30, a block changing unit 40, and a determining unit 50 change the order of objects included in each block of the plurality of blocks, and change the order of the plurality of blocks to change the order of input. It is an example of the search part which searches.

Landscapes

  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Marketing (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Development Economics (AREA)
  • Operations Research (AREA)
  • Game Theory and Decision Science (AREA)
  • Educational Administration (AREA)
  • Manufacturing & Machinery (AREA)
  • Health & Medical Sciences (AREA)
  • Automation & Control Theory (AREA)
  • General Engineering & Computer Science (AREA)
  • Primary Health Care (AREA)
  • General Health & Medical Sciences (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • General Factory Administration (AREA)

Abstract

第1時間の間隔で、作業時間が定められた複数の対象物が順に投入される作業ラインにおいて、先の対象物の作業が完了するまで次の対象物の作業が開始されず、最後に投入される対象物以外の対象物については作業ラインに対象物が投入されてから第2時間以内に当該対象物の作業を完了させる、という条件で複数の対象物の投入順序を立案する作業計画立案方法であって、複数の対象物を複数のブロックの何れかに割り当てる割当て処理と、複数のブロックの各ブロックに含まれる対象物の順序の入替と、複数のブロックの順序の入替とによって、投入順序を探索する探索処理と、をコンピュータが実行し、割当て処理において、各ブロックに含まれる対象物の作業時間の合計が、各ブロックに含まれる対象物の数と第1時間との積の値以下となり、複数のブロックの数は2以上であって複数の対象物の数よりも少なくなるように、コンピュータが前記割当て処理を実行する。

Description

作業計画立案方法、作業計画立案プログラム、および情報処理装置
 本件は、作業計画立案方法、作業計画立案プログラム、および情報処理装置に関する。
 多品種混流作業において、作業ラインへの対象物の投入順序を計画立案アルゴリズムによって生成する技術が求められている(例えば、特許文献1,2参照)。
特開2002-215860号公報 特開2004-195615号公報」
 作業ラインに一定の時間間隔で対象物が投入されるタクトタイム作業において、投入順序によっては、対象物の作業が定められた規定時間内に完了せずに作業ラインを停止する場合がある。この場合、全体の作業時間に大きな影響を及ぼすことになる。しかしながら、全製品の全ての組み合わせの投入順序について検証しようとすると多大な演算時間を要することになる。
 1つの側面では、本件は、演算時間が長大化しないように作業計画を立案することができる作業計画立案方法、作業計画立案プログラム、および情報処理装置を提供することを目的とする。
 1つの態様では、作業計画立案方法は、第1時間の間隔で、作業時間がそれぞれ定められた複数の対象物が順に投入される作業ラインにおいて、先に投入される対象物の作業が完了するまで、次に投入される対象物の作業が開始されず、前記複数の対象物のうち最後に投入される対象物以外の対象物については、前記作業ラインに対象物が投入されてから前記第1時間よりも長い第2時間以内に当該対象物の作業を完了させる、という条件で、前記複数の対象物の投入順序を立案する作業計画立案方法であって、前記複数の対象物を複数のブロックの何れかに割り当てる割当て処理と、前記複数のブロックの各ブロックに含まれる対象物の順序の入替と、前記複数のブロックの順序の入替とによって、前記投入順序を探索する探索処理と、をコンピュータが実行し、前記割当て処理において、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となり、前記複数のブロックの数は2以上であって前記複数の対象物の数よりも少なくなるように、前記コンピュータが前記割当て処理を実行する。
 演算時間が長大化しないように作業計画を立案することができる。
製品タクトを例示する図である。 ラインアウトを例示する図である。 (a)および(b)は投入順序のブロック化を例示する図である。 (a)は情報処理装置の全体構成を例示するブロック図であり、(b)は情報処理装置のハードウェア構成を例示するブロック図である。 情報処理装置によって実行される作業計画立案処理を例示するフローチャートである。 ブロック生成を例示する図である。 投入順序の最適化を例示する図である。 ステップS3の詳細を例示するフローチャートである。 情報処理装置によって実行される作業計画立案処理の他の例である。 複雑な例での検証結果である。 ブロック内で製品の順序を入れ替えてブロックの順序を最適化した結果である。
 多品種混流生産を行う場合、ある一定の期間のうちに製品の品種が何度も変わることになる。したがって、同一の作業ラインに、品種の異なる製品が混在して投入されていくことになる。このような混流作業の工場では、製品ごとに、必要とする作業時間が異なっている。以下、製品が必要とする作業時間のことを、製品タクトと称する。
 例えば、図1で例示するように、製品ごとに、製品タクトが異なっている。例えば、製品1の製品タクトは50分であり、製品2の製品タクトは60分であり、製品3の製品タクトは90分である。製品1から製品12の番号は、作業ラインへの投入順序を表している。
 作業ラインへ製品が一定の時間間隔(タクトタイム)で投入されるタクトタイム生産を実施している作業ラインにおいて、ラインを止めない生産を行うために、一例として、タクトタイムと等しい通常作業領域と、通常作業領域で作業が追い付かない場合に許容される追加の作業時間であるバッファ作業領域とを、等しい期間で設定するライン設計が行われている。
 図1の例では、通常作業領域およびバッファ作業領域は、それぞれ60分に設定されている。各製品の製品タクトが通常作業領域以内に収まるのであれば、各製品についての作業が通常作業領域以内で完了するため、作業ラインに次に投入される製品に作業待ち時間が発生しない。しかしながら、作業者が各製品について作業を開始するまでの手待ち時間が発生することになる。
 通常作業領域で作業が完了しない製品は、バッファ作業領域で作業が行われる。しかしながら、バッファ作業領域で作業を行った場合、作業ラインに次に投入される製品に対して作業できない時間が発生する。そのため、次の製品も本来の作業時間に追加して前製品のバッファ作業時間を加味して、製品の投入順序を考えることが望まれる。この投入順序が適切でなく、バッファ作業領域で製品の作業が完了しなかった場合、次工程に作業時間がかかってしまうことを防ぐため、作業ライン全体を停止する処理がかかる。この作業ライン全体を停止する処理をラインアウトと称する。ラインアウトは、製品が作業ラインに投入されてから、タクトタイムを超える所定時間以内に作業が完了しない場合に発生する。例えば、ラインアウトは、製品が作業ラインに投入されてから(タクトタイム×2)以内に作業が完了しない場合に発生する。
 例えば、製品3は、製品タクトが90分であるため、通常生産領域を超えて追加の作業を行なう必要がある。当該追加の作業を行なっている期間は、製品4の作業を行なうことができない。したがって、製品4に作業待ち時間が発生する。しかしながら、次に投入される製品4の製品タクトが短いため、製品4に作業待ち時間が発生しても通常作業領域以内に製品4の作業を完了させることができる。この場合、ラインアウトは発生しない。
 製品6の製品タクトは120分であるため、バッファ作業領域で追加の作業を行なうことによって、製品6の作業を完了させることができる。追加の作業を行なっている期間は製品7の作業を開始できないため、製品7に作業待ち時間が発生する。この製品7の製品タクトは100分であるため、許容されるバッファ作業領域を全て使用しても作業を完了させることができない。したがって、図2で例示するように、ラインアウトが発生する。
 ラインアウトは、全製品の作業を完了させる作業時間に非常に大きな影響を及ぼしてしまう。一方で、通常作業領域での作業が早く終了したとしても、定期的に製品が流れてくるため、早く作業が終了した場合には作業者に手待ち時間が発生してしまう。作業ラインにおいては、この手待ち時間を極力少なくしながら、ラインアウトを発生させない製品投入順序を決定することが望まれる。
 図3(a)は、納期順に製品を投入する場合を例示する図である。納期順に製品を投入すると、作業時間が長くなる製品が続いて作業ラインに投入されることがあり得る。この場合、ラインアウトが発生することがある。そこで、全製品の全ての組み合わせの投入順序を探索することによって、ラインアウトが発生しない投入順序を探索することが考えられる。しかしながら、この場合、組み合わせ数が膨大となり、演算時間が長大化してしまう。
 そこで、図3(b)で例示するように、製品の投入順序を、製品タクトが長い、製品タクトが短い、製品タクトが平均的、の順になるように決定することが考えられる。この製品タクトが長い、製品タクトが短い、製品タクトが平均的、の順に並び替えられた3つの製品ごとをブロックと称する。
 しかしながら、多品種混流作業における変種変量化が進むと、ブロックサイズを固定化すると、偏差が最小となる製品群を作ることが困難となる。また、平準化だけではラインアウトは発生しにくいが、納期が別指標となるため、必ずしも納期を守れなくなる。さらに、ブロック内の順序を、製品タクトが長い、製品タクトが短い、製品タクトが平均的、の順序で考慮したとしても、必ずしもラインアウトが発生しないとは限らないため、そのブロックの中で順序を入れ替えて演算する必要がある。
 そこで、以下の実施例では、演算時間が長大化しないように作業計画を立案することができる作業計画立案方法、作業計画立案プログラム、および情報処理装置について説明する。
 図4(a)は、情報処理装置100の全体構成を例示するブロック図である。図4(a)で例示するように、情報処理装置100は、格納部10、ブロック生成部20、製品順序入替部30、ブロック入替部40、判定部50、出力部60などを備える。
 図4(b)は、情報処理装置100の格納部10、ブロック生成部20、製品順序入替部30、ブロック入替部40、判定部50、および出力部60のハードウェア構成を例示するブロック図である。図4(b)で例示するように、情報処理装置100は、CPU101、RAM102、記憶装置103、入力装置104、表示装置105等を備える。
 CPU(Central Processing Unit)101は、中央演算処理装置である。CPU101は、1以上のコアを含む。RAM(Random Access Memory)102は、CPU101が実行するプログラム、CPU101が処理するデータなどを一時的に記憶する揮発性メモリである。記憶装置103は、不揮発性記憶装置である。記憶装置103として、例えば、ROM(Read Only Memory)、フラッシュメモリなどのソリッド・ステート・ドライブ(SSD)、ハードディスクドライブに駆動されるハードディスクなどを用いることができる。記憶装置103は、作業計画立案プログラムを記憶している。入力装置104は、キーボード、マウスなどの入力装置である。表示装置105は、LCD(Liquid Crystal Display)などのディスプレイ装置である。CPU101が作業計画立案プログラムを実行することで、格納部10、ブロック生成部20、製品順序入替部30、ブロック入替部40、判定部50、および出力部60が実現される。なお、格納部10、ブロック生成部20、製品順序入替部30、ブロック入替部40、判定部50、および出力部60として、専用の回路などのハードウェアを用いてもよい。
 図5は、情報処理装置100によって実行される作業計画立案処理を例示するフローチャートである。まず、ブロック生成部20は、製品数m、各製品の製品タクトt(i=1~m)、タクトタイムTを受け付ける(ステップS1)。これらの情報は、入力装置104を介して入力される。製品数mは、作業ラインに投入される製品の総数である。各製品には製品番号iが付されている。各製品には、製品タクトtが定められている。一部の製品の製品タクトはタクトタイムTを上回り、一部の製品の製品タクトはタクトタイムTを下回っている。
 次に、ブロック生成部20は、ブロック数Nの初期値を、製品数mに設定する(ステップS2)。これによって、まずブロック数Nが取り得る最大値が設定されることになる。
 次に、ブロック生成部20は、ブロック数Nと、各ブロック内の製品数nとを変数として最適化演算を行なう(ステップS3)。最適化演算の制約条件は、T×n≧Σtである。「x」は、ブロック番号であり、1からNまでの値である。制約条件におけるtは、ブロック内に収められた製品の番号である。したがって、最適化演算の過程で、例えばブロック1に製品番号1,2,3が含まれる場合には、Σtは、t+t+tのことである。例えばブロック1に製品番号1,3,5が含まれる場合には、Σtは、t+t+tのことである。したがって、T×n≧Σtという制約条件を設けることで、各ブロック内において、各製品の製品タクトの合計が、ブロック内の製品数×タクトタイム以下となる。つまり、各ブロック内においては、ラインアウトしにくい条件が整うのである。
 次に、ブロック生成部20は、ステップS3の最適化演算の結果として、全製品が各ブロックに収まる組み合わせがあるか否かを判定する(ステップS4)。一部の製品の製品タクトがタクトタイムTを上回っていることから、ブロック数Nが初期値である製品数mであればステップS4では「No」と判定されることになる。
 ステップS4で「No」と判定された場合、ブロック生成部20は、ブロック数Nを1つ小さくする(ステップS5)。その後、ステップS3から再度実行される。ステップS3~S5が繰り返し実行されることによって、制約条件であるT×n≧Σtを満たすたす最大のブロック数Nが求められる。
 例えば、図6の例では、10個の製品について詰込可能なブロック数は4つとなる。例えば、ブロック1では、製品数nが3つで、T×n≧(40分+60分+80分)の条件を満たしている。ブロック2では、製品数nが2つで、T×n≧(70分+50分)の条件を満たしている。
 ステップS4で「Yes」と判定された場合、製品順序入替部30は、ブロックごとにブロック内の製品順序を変更し、ラインアウトしない順序を最適化演算によって求める(ステップS6)。図7の例では、いずれのブロックでもラインアウトが発生していない。なお、ラインアウトしない順序が求まっても、ブロック内の最後の製品の作業が通常作業領域で完了せずに、バッファ作業領域で完了する場合がある。
 次に、ブロック入替部40は、ブロックごとにタクトオーバー値を算出する(ステップS7)。タクトオーバー値とは、各ブロックにおいて、最後の製品について通常作業領域を超えた時間のことである。最後の製品についての作業が通常作業領域内で完了する場合には、タクトオーバー値はゼロになる。
 次に、ブロック入替部40は、納期制約が入力されているか否かを判定する(ステップS8)。ステップS8で「Yes」と判定された場合、ブロック入替部40は、納期制約を設定する(ステップS9)。ステップS8で「No」と判定された場合、ブロック入替部40は、納期制約を設定しない。納期制約は、入力装置104を介して入力される。
 次に、ブロック入替部40は、ブロックの順序入替を行なうことで、ラインアウトが発生しないブロック順序を決定する(ステップS10)。納期制約が設定されている場合には、ブロック入替部40は、納期が実現されるようにブロック順序を入れ替える。
 次に、判定部50は、ステップS10でブロック順序の決定が可能か否かを判定する(ステップS11)。ステップS11で「No」と判定された場合、ステップS5から再度実行される。ステップS11で「Yes」と判定された場合、出力部60は、決定されたブロック順序および製品順序を出力する。出力された情報は、表示装置105に表示される。
 図8は、ステップS3の最適化演算の詳細を例示するフローチャートである。図8で例示するように、ブロック生成部20は、製品タクトt(j=1,2…mの通し番号)に並べる(ステップS21)。次に、ブロック生成部20は、x=1、j=1とする(ステップS22)。次に、ブロック生成部20は、T×nの時間を有するブロックにtを詰める(ステップS23)。
 次に、ブロック生成部20は、T×nに詰められなくなったか否かを判定する(ステップS24)。ブロック生成部20は、ステップS24で「No」と判定された場合、jに1を足す(ステップS25)。その後、ステップS23から再度実行される。
 ステップS24で「Yes」と判定された場合、ブロック生成部20は、x=Nであるか否かを判定する(ステップS26)。ステップS26で「No」と判定された場合、ブロック生成部20は、xに1を足す(ステップS27)。その後、ステップS23から再度実行される。
 ステップS26で「Yes」と判定された場合、ブロック生成部20は、ブロックに詰め切らなかったtが残っているか否かを判定する(ステップS28)。ステップS28で「Yes」と判定された場合、tの順番を変更する(ステップS29)。その後、ステップS22から再度実行される。
 ステップS28で「No」と判定された場合、ブロック生成部20は、設定の繰り返す数を行なっても詰め切らないか否かを判定する(ステップS30)。ステップS30で「Yes」と判定された場合、ブロック生成部20は、「全製品を納める組み合わせが無い」ことを表す情報を出力する(ステップS31)。ステップS30で「No」と判定された場合、「全製品を納める組み合わせが有る」ことを表す情報を出力する(ステップS32)。
 本実施例によれば、複数のブロックを用意し、各ブロック内において各製品の製品タクトの合計が(ブロック内の対象物数×タクトタイム)以下となるように、当該複数のブロックに全製品が収まるよう最適化が行われる。このように作られたブロックを、ブロックごと順序を入れ替えながら、かつブロック内の製品順序も入れ替えることによって、全体として最適化製品投入順序を求めることが可能となる。また、ブロック内での順序入替を行なうことによって、全製品の全ての組み合わせの投入順序についての検証を行わなくても済む。したがって、演算時間の長大化を抑制することができる。以上のことから、本実施例によれば、演算時間の長大化を抑制しつつ作業計画の立案が可能になる。
 なお、ブロック内の順序を入れ替えるのは、極力待ち時間を少なくすることも目的の1つである。この順序入替には、製品の投入順序における制約などを加味することが望まれるが、ブロック内での制約違反を回避する際には、ブロックの数を可能な限り多くすることで、制約違反を起こさない計画を立案することが可能となる。
 ブロック生成部20は、ブロック数として、少なくとも2以上であって製品数mよりも少ない値になるようにブロックを生成する。例えば、図9で例示するように、ブロック生成部20は、ステップS2の代わりにステップS2aを実行してもよい。ステップS2aでは、ブロック数Nの初期値が1からmのいずれかがランダムに設定される。この場合、ブロック生成部20は、ステップS5の代わりにステップS5aを実行する。ステップS5aでは、Nが現在値とは異なる値に設定される。
 ただし、図5で例示したように、ブロック数を最大化することで、各ブロック内の製品数が少なくなる。この場合、ブロック内での順序入替による最適化が容易にできるようになり、演算時間をより抑制できるようになる。
 なお、上記例では、ステップS3で全てのブロックで最適化演算の制約条件であるT×n≧Σtが成立するようにブロックを生成したが、それに限られない。例えば、1つのブロックではT×n≧Σtが成立しなくてもよい。最後の製品についてはバッファ作業領域内に作業が完了しなくても、次に投入される製品が無いためにラインアウトが発生しないからである。この場合において、ステップS6の最適化演算の際に、最後の製品についてはバッファ作業領域内に作業が完了しなくてもよい。
 図10は、より複雑な例での検証結果である。製品の品種は、AからHまでの8種である。品種Aについて、製品数は6個であり、製品タクトは20分である。品種Bについて、製品数は2個であり、製品タクトは40分である。品種Cについて、製品数は2個であり、製品タクトは50分である。品種Dについて、製品数は2個であり、製品タクトは60分である。品種Eについて、製品数は2個であり、製品タクトは80分である、品種Fについて、製品数は4個であり、製品タクトは80分である。品種Gについて、製品数は2個であり、製品タクトは100分である。品種Hについて、製品数は3個であり、製品タクトは120分である。全製品数は、23個である。
 これに対してブロック数が最大となるような最適化演算を行なった。この場合においては、1つのブロックではT×n≧Σtが成立しなくてもよいという条件にした。最適化演算の結果、ブロック数は8個となった。各ブロック内に製品が理想的に収まっていれば、製品タクト大、製品タクト小、製品タクト中の順序でブロック内の製品の順序を入れ替えれば、ラインアウトが発生しない製品投入順序が求まる。図11は、ブロック内で製品の順序を入れ替え、ブロックの順序を最適化した結果である。数千ステップの演算によって最適解が得られている。
 遺伝的アルゴリズムを用いるシミュレーショソフトを用いて、ブロックという概念を用いずに、23!通りの投入順序についてラインアウトしない作業計画を演算してみたが、100世代1000個体=100000回の試行をしてみたが、解は求まらなかった。
 上記例において、タクトタイムTが第1時間の一例である。通常作業領域とバッファ作業領域との合計が、第2時間の一例である。ブロック生成部20が、前記複数の対象物を複数のブロックの何れかに割り当てる割当て部の一例である。製品順序入替部30、ブロック入替部40、および判定部50が、前記複数のブロックの各ブロックに含まれる対象物の順序の入替と、前記複数のブロックの順序の入替とによって、前記投入順序を探索する探索部の一例である。
 以上、本発明の実施形態について詳述したが、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。
 10 格納部
 20 ブロック生成部
 30 製品順序入替部
 40 ブロック入替部
 50 判定部
 60 出力部
 100 情報処理装置
 104 入力装置
 105 表示装置

Claims (12)

  1.  第1時間の間隔で、作業時間がそれぞれ定められた複数の対象物が順に投入される作業ラインにおいて、先に投入される対象物の作業が完了するまで、次に投入される対象物の作業が開始されず、前記複数の対象物のうち最後に投入される対象物以外の対象物については、前記作業ラインに対象物が投入されてから前記第1時間よりも長い第2時間以内に当該対象物の作業を完了させる、という条件で、前記複数の対象物の投入順序を立案する作業計画立案方法であって、
     前記複数の対象物を複数のブロックの何れかに割り当てる割当て処理と、
     前記複数のブロックの各ブロックに含まれる対象物の順序の入替と、前記複数のブロックの順序の入替とによって、前記投入順序を探索する探索処理と、をコンピュータが実行し、
     前記割当て処理において、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となり、前記複数のブロックの数は2以上であって前記複数の対象物の数よりも少なくなるように、前記コンピュータが前記割当て処理を実行することを特徴とする作業計画立案方法。
  2.  前記割当て処理において、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となるという条件の下で、前記複数のブロックの数は最大数となるよう、前記コンピュータが前記割当て処理を実行することを特徴とする請求項1に記載の作業計画立案方法。
  3.  前記対象物の作業順序の制約条件に基づいて前記コンピュータが前記探索処理を実行することを特徴とする請求項1または請求項2に記載の作業計画立案方法。
  4.  前記投入順序の探索結果を表示装置に表示させる処理を前記コンピュータが実行することを特徴とする請求項1から請求項3のいずれか一項に記載の作業計画立案方法。
  5.  第1時間の間隔で、作業時間がそれぞれ定められた複数の対象物が順に投入される作業ラインにおいて、先に投入される対象物の作業が完了するまで、次に投入される対象物の作業が開始されず、前記複数の対象物のうち最後に投入される対象物以外の対象物については、前記作業ラインに対象物が投入されてから前記第1時間よりも長い第2時間以内に当該対象物の作業を完了させる、という条件で、前記複数の対象物の投入順序を立案する作業計画立案プログラムであって、
     コンピュータに、
     前記複数の対象物を複数のブロックの何れかに割り当てる割当て処理と、
     前記複数のブロックの各ブロックに含まれる対象物の順序の入替と、前記複数のブロックの順序の入替とによって、前記投入順序を探索する探索処理と、を実行させ、
     前記割当て処理において、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となり、前記複数のブロックの数は2以上であって前記複数の対象物の数よりも少なくなるように、前記コンピュータに前記割当て処理を実行させることを特徴とする作業計画立案プログラム。
  6.  前記割当て処理において、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となるという条件の下で、前記複数のブロックの数は最大数となるよう、前記コンピュータに前記割当て処理を実行させることを特徴とする請求項5に記載の作業計画立案プログラム。
  7.  前記対象物の作業順序の制約条件に基づいて前記コンピュータに前記探索処理を実行させることを特徴とする請求項6または請求項7に記載の作業計画立案プログラム。
  8.  前記投入順序の探索結果を表示装置に表示させる処理を前記コンピュータに実行させることを特徴とする請求項5から請求項7のいずれか一項に記載の作業計画立案プログラム。
  9.  第1時間の間隔で、作業時間がそれぞれ定められた複数の対象物が順に投入される作業ラインにおいて、先に投入される対象物の作業が完了するまで、次に投入される対象物の作業が開始されず、前記複数の対象物のうち最後に投入される対象物以外の対象物については、前記作業ラインに対象物が投入されてから前記第1時間よりも長い第2時間以内に当該対象物の作業を完了させる、という条件で、前記複数の対象物の投入順序を立案する情報処理装置であって、
     前記複数の対象物を複数のブロックの何れかに割り当てる割当て部と、
     前記複数のブロックの各ブロックに含まれる対象物の順序の入替と、前記複数のブロックの順序の入替とによって、前記投入順序を探索する探索部と、を備え、
     前記割当て部は、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となり、前記複数のブロックの数は2以上であって前記複数の対象物の数よりも少なくなるようにすることを特徴とする情報処理装置。
  10.  前記割当て部は、各ブロックに含まれる前記対象物の前記作業時間の合計が、各ブロックに含まれる対象物の数と前記第1時間との積の値以下となるという条件の下で、前記複数のブロックの数は最大数となるようにすることを特徴とする請求項9に記載の情報処理装置。
  11.  前記探索部は、前記対象物の作業順序の制約条件に基づいて前記投入順序を探索することを特徴とする請求項9または請求項10に記載の情報処理装置。
  12.  前記投入順序の探索結果を表示する表示装置を備えることを特徴とする請求項9から請求項11のいずれか一項に記載の情報処理装置。
PCT/JP2021/012578 2021-03-25 2021-03-25 作業計画立案方法、作業計画立案プログラム、および情報処理装置 Ceased WO2022201436A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2023508319A JPWO2022201436A1 (ja) 2021-03-25 2021-03-25
PCT/JP2021/012578 WO2022201436A1 (ja) 2021-03-25 2021-03-25 作業計画立案方法、作業計画立案プログラム、および情報処理装置
CN202180092898.8A CN116802575A (zh) 2021-03-25 2021-03-25 作业计划制定方法、作业计划制定程序、以及信息处理装置
US18/353,914 US20230359969A1 (en) 2021-03-25 2023-07-18 Work planning method, non-transitory computer-readable recording medium storing work planning program, and information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2021/012578 WO2022201436A1 (ja) 2021-03-25 2021-03-25 作業計画立案方法、作業計画立案プログラム、および情報処理装置

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US18/353,914 Continuation US20230359969A1 (en) 2021-03-25 2023-07-18 Work planning method, non-transitory computer-readable recording medium storing work planning program, and information processing device

Publications (1)

Publication Number Publication Date
WO2022201436A1 true WO2022201436A1 (ja) 2022-09-29

Family

ID=83395393

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/012578 Ceased WO2022201436A1 (ja) 2021-03-25 2021-03-25 作業計画立案方法、作業計画立案プログラム、および情報処理装置

Country Status (4)

Country Link
US (1) US20230359969A1 (ja)
JP (1) JPWO2022201436A1 (ja)
CN (1) CN116802575A (ja)
WO (1) WO2022201436A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20250069008A1 (en) * 2022-07-13 2025-02-27 Fujitsu Limited Computer-readable recording medium storing planning program, planning method, and information processing device

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023100286A1 (ja) * 2021-12-01 2023-06-08 富士通株式会社 情報処理装置、立案方法、および立案プログラム

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05204891A (ja) * 1991-11-29 1993-08-13 Hitachi Ltd 計画立案方法および装置
JP2002215860A (ja) 2001-01-19 2002-08-02 Isuzu Motors Ltd 作業配分表作成支援システム
JP2004195615A (ja) 2002-12-20 2004-07-15 Hitachi Ltd 作業指示システム
WO2017212530A1 (ja) * 2016-06-06 2017-12-14 富士通株式会社 投入計画生成方法、投入計画生成プログラムおよび投入計画生成システム
WO2020136875A1 (ja) * 2018-12-28 2020-07-02 富士通株式会社 情報処理装置、段取り作業修正方法、および段取り作業修正プログラム

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7551974B2 (en) * 2006-09-15 2009-06-23 Jtekt Corporation Processing method of workpieces using combined processing machines
JP6109178B2 (ja) * 2012-08-24 2017-04-05 富士機械製造株式会社 最適化プログラム、および、対基板作業システム
CN107092981B (zh) * 2017-04-10 2020-10-09 哈尔滨理工大学 紧密衔接工序组优先加工的二车间综合调度方法
JP7080199B2 (ja) * 2019-04-08 2022-06-03 株式会社日立製作所 作業工数予測システムおよび作業工数予測システムを備える生産計画立案支援システム

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05204891A (ja) * 1991-11-29 1993-08-13 Hitachi Ltd 計画立案方法および装置
JP2002215860A (ja) 2001-01-19 2002-08-02 Isuzu Motors Ltd 作業配分表作成支援システム
JP2004195615A (ja) 2002-12-20 2004-07-15 Hitachi Ltd 作業指示システム
WO2017212530A1 (ja) * 2016-06-06 2017-12-14 富士通株式会社 投入計画生成方法、投入計画生成プログラムおよび投入計画生成システム
WO2020136875A1 (ja) * 2018-12-28 2020-07-02 富士通株式会社 情報処理装置、段取り作業修正方法、および段取り作業修正プログラム

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20250069008A1 (en) * 2022-07-13 2025-02-27 Fujitsu Limited Computer-readable recording medium storing planning program, planning method, and information processing device

Also Published As

Publication number Publication date
US20230359969A1 (en) 2023-11-09
CN116802575A (zh) 2023-09-22
JPWO2022201436A1 (ja) 2022-09-29

Similar Documents

Publication Publication Date Title
Paiva et al. Improved heuristic algorithms for the job sequencing and tool switching problem
Sawik A scheduling algorithm for flexible flow lines with limited intermediate buffers
US11170327B2 (en) Dynamic production planning system and dynamic production planning device
US9600792B2 (en) Method and apparatus for generating an engineering workflow
WO2018154799A1 (ja) 業務計画最適化装置及び業務計画最適化方法
WO2022201436A1 (ja) 作業計画立案方法、作業計画立案プログラム、および情報処理装置
JP6448187B2 (ja) 工程管理装置、工程管理プログラムおよび工程管理システム
JP2014055037A (ja) 積載操作方法、システム及びコンピュータ・プログラム。
CN115081779A (zh) 产线排程方法、产线系统及计算机可读存储介质
Vaghefinezhad et al. A genetic algorithm approach for solving a flexible job shop scheduling problem
US20050250226A1 (en) Method for generating work-in-process schedules
Duta et al. Column generation approach for disassembly line balancing
CN115619113B (zh) 信息处理设备、作业计划方法及计算机可读存储介质
Saeedi et al. Modeling and optimization of batch production based on layout and cutting problems under uncertainty
WO2020136875A1 (ja) 情報処理装置、段取り作業修正方法、および段取り作業修正プログラム
Kia et al. A simulated annealing algorithm to determine a group layout and production plan in a dynamic cellular manufacturing system
US20120042208A1 (en) Test optimization
JP7787464B2 (ja) 計画プログラム、計画方法、および情報処理装置
JP7247422B2 (ja) 情報処理装置、情報処理方法、及び情報処理プログラム
WO2021260919A1 (ja) 処理装置、処理方法および処理プログラム
Ghassemi-Tari et al. Development of a set of algorithms for the multi-project scheduling problems
Klanke et al. Evolutionary Algorithm-based Optimal Batch Production Scheduling
JPH06176009A (ja) 組合わせ最適化方式およびその装置
JP2709010B2 (ja) スケジューリングのための推論方法
JP6297919B2 (ja) ソフトウェア開発における作業計画の立案を支援する方法、及び作業計画立案支援装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21933044

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2023508319

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 202180092898.8

Country of ref document: CN

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21933044

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 21933044

Country of ref document: EP

Kind code of ref document: A1