JP4843201B2 - Information processing apparatus, information processing method, and program - Google Patents

Information processing apparatus, information processing method, and program Download PDF

Info

Publication number
JP4843201B2
JP4843201B2 JP2004136236A JP2004136236A JP4843201B2 JP 4843201 B2 JP4843201 B2 JP 4843201B2 JP 2004136236 A JP2004136236 A JP 2004136236A JP 2004136236 A JP2004136236 A JP 2004136236A JP 4843201 B2 JP4843201 B2 JP 4843201B2
Authority
JP
Japan
Prior art keywords
value
variable
days
production order
base material
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.)
Expired - Fee Related
Application number
JP2004136236A
Other languages
Japanese (ja)
Other versions
JP2005316878A5 (en
JP2005316878A (en
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.)
NS Solutions Corp
Original Assignee
NS Solutions Corp
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 NS Solutions Corp filed Critical NS Solutions Corp
Priority to JP2004136236A priority Critical patent/JP4843201B2/en
Publication of JP2005316878A publication Critical patent/JP2005316878A/en
Publication of JP2005316878A5 publication Critical patent/JP2005316878A5/ja
Application granted granted Critical
Publication of JP4843201B2 publication Critical patent/JP4843201B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • General Factory Administration (AREA)

Description

本発明は、変数への値の割り当て方の組合せから成る解空間から最適解を求める最適化問題を演算する技術に関するものである。   The present invention relates to a technique for calculating an optimization problem for obtaining an optimal solution from a solution space composed of combinations of how values are assigned to variables.

従来、板状の鋼板(コイル状の鋼板を含む)(以下、単に製品と称す)の製造においては、図13に示すように、コイル状の鋼板(以下、母材と称す)を切断装置(スリッタ)1203を用いて母材を幅方向に切断しながら、切断装置(レベラー)1201を用いて長手方向に切断して、最終的な製品P1〜P4を製造することが多い。尚、レベラーにより分割された母材の各部分1204を分割母材と呼ぶ。一方、切断の仕方を決定する過程においては、母材を切断装置(レベラー)1201を用いて長手方向に切断する仕方を先に決定した後に、切断装置(スリッタ)1203を用いて幅方向に切断する仕方を決定することが多い。   Conventionally, in the production of a plate-shaped steel plate (including a coil-shaped steel plate) (hereinafter simply referred to as a product), as shown in FIG. 13, a coil-shaped steel plate (hereinafter referred to as a base material) is cut by a cutting device ( In many cases, final products P1 to P4 are manufactured by cutting the base material in the width direction using the slitter 1203 and cutting in the longitudinal direction using the cutting device (leveler) 1201. Each part 1204 of the base material divided by the leveler is called a divided base material. On the other hand, in the process of determining the cutting method, after first determining how to cut the base material in the longitudinal direction using the cutting device (leveler) 1201, the cutting is performed in the width direction using the cutting device (slitter) 1203. Often decides how to do.

また、母材に製品を引き当てる際には、なるべく高い歩留りで製品が製造できるように計画されることが望ましい。例えば、特許文献1には、高い歩留りの製品引き当て計画を最適解として算出するものが開示されている。また、このような問題を解くアルゴリズムとして制約伝播技術が知られている。例えば非特許文献1に開示される制約伝播技術とは、制約充足問題(最適化問題を含む)の求解を行う際に、探索の効率を高めるための技術である。制約充足問題の求解中に、ある変数xのドメイン(取り得る値の集合)が縮小された時に、変数xを含む制約を介して他の変数yのドメインが縮小される。変数yを含む制約を介してさらに他の変数のドメインが縮小される。同様のことが次々と連鎖的に行われていく。たとえば、変数x、y、zがあり、夫々のドメインが{1,2}、{1,2,…,10}、{1,2,…,5}であるとする。制約として、5x+y≦15(制約1)、y≧2z(制約2)が課されているとする。変数xのドメインが{1,2}から{2}へと変化したとき(つまりx=2となったとき)、制約1を介してyのドメインから6,7,8,9,10が取り除かれてyのドメインは{1,2,…,10}から{1,2,…,5}へと変化する。さらに制約2を介して、zのドメインから3、4、5が取り除かれてzのドメインは{1,2,…,5}から{1,2}へと変化する。制約伝播技術の効果として、上記のように制約を介してある変数のドメインが縮小されることに伴って他の変数のドメインが縮小されることによって、探索木の中で本来であれば探索される可能性のあった枝が刈り取られ、探索空間が縮小し、結果的に探索時間の短縮が期待される。   In addition, when the product is allocated to the base material, it is desirable to plan so that the product can be manufactured with a yield as high as possible. For example, Patent Document 1 discloses a method for calculating a product yield plan with a high yield as an optimal solution. Further, constraint propagation technology is known as an algorithm for solving such a problem. For example, the constraint propagation technique disclosed in Non-Patent Document 1 is a technique for increasing search efficiency when solving a constraint satisfaction problem (including an optimization problem). During the solution of the constraint satisfaction problem, when the domain of a variable x (a set of possible values) is reduced, the domain of another variable y is reduced via the constraint including the variable x. The domain of other variables is further reduced through the constraint involving the variable y. The same thing happens in sequence. For example, assume that there are variables x, y, and z, and the respective domains are {1, 2}, {1, 2,..., 10}, {1, 2,. Assume that 5x + y ≦ 15 (constraint 1) and y ≧ 2z (constraint 2) are imposed as constraints. When the domain of the variable x changes from {1,2} to {2} (that is, when x = 2), 6, 7, 8, 9, 10 are removed from the domain of y via constraint 1 The domain of y changes from {1, 2,..., 10} to {1, 2,. Further, via constraint 2, 3, 4, and 5 are removed from the z domain, and the z domain changes from {1, 2,..., 5} to {1, 2}. As an effect of the constraint propagation technique, as a variable domain is reduced through a constraint as described above, another variable domain is reduced, so that the search tree is originally searched. Branches that could possibly be removed are cut off, the search space is reduced, and the search time is expected to be shortened as a result.

特許第3039348号公報Japanese Patent No. 3039348 草刈 君子、外3名、「最適化の基盤としての制約伝播技術の利用について」、2000年11月9日、(社)日本オペレーションズリサーチ学会第12回RAMPシンポジウム論文集、p.53−60、インターネット<URL: HYPERLINK "http://www.e-optimization.com/resources/uploads/RAMPdoc.pdf" http://www.e-optimization.com/resources/uploads/RAMPdoc.pdf>Kimiko Kusakari, 3 others, “Use of Constraint Propagation Technology as an Optimization Foundation”, November 9, 2000, 12th RAMP Symposium of the Operations Research Society of Japan, p. 53-60, Internet <URL: HYPERLINK "http://www.e-optimization.com/resources/uploads/RAMPdoc.pdf" http://www.e-optimization.com/resources/uploads/RAMPdoc.pdf>

しかしながら、特許文献1に開示された発明は、製品の一つの母材のみを対象としており、複数の母材を対象とした製品の引き当て方法を算出することができない。従って、当日製品の引き当てに利用可能な母材が複数ある場合においても、複数の母材間にわたって高い歩留りを確保できる最適な製品の引き当て方法を決定することができず、製品の製造現場の実状に則した最適な製品引き当て方法を決定する上で未だ開発の余地を残すものであった。   However, the invention disclosed in Patent Document 1 targets only one base material of a product, and cannot allocate a product allocation method for a plurality of base materials. Therefore, even when there are multiple base materials that can be used for product allocation on the day, it is not possible to determine an optimal product allocation method that can secure a high yield across the multiple base materials. However, there is still room for development in determining the optimal product allocation method in accordance with the above.

従って、本発明は、複数の母材間に亘る製品の引き当て方法を決定することを可能とし、製品の製造現場の実状に則した製品引き当て方法を立案できる情報処理装置、情報処理方法及びプログラムを提供することを目的とする。   Therefore, the present invention provides an information processing apparatus, an information processing method, and a program capable of determining a product allocation method across a plurality of base materials and planning a product allocation method in accordance with the actual situation of a product manufacturing site. The purpose is to provide.

斯かる目的を達成するために、本発明の情報処理装置は、各利用分割母材に引き当てる各製品の条数又は前記各利用分割母材のカッティングパターンの何れか一方、並びに、一又は複数の母材の分割数を変数として含み、前記変数への値の割り当て方の組合せの集合から成る解空間の解探索処理を行う解探索処理手段を有し、前記解探索処理手段は、前記解空間の解探索処理において、前記各利用分割母材に引き当てられる前記各製品の合計幅が該当する母材の幅以下である旨の制約条件を充足する値を前記変数に割り当てるとともに、前記解探索処理手段は、最小生産注文日数を前記変数として更に含み、初期情報に含まれる所定の最小生産注文日数の最大日数の値を初めに割り当て、次いで、割り当てる値を減少させる方向で前記最小生産注文日数へ値を割り当て、前記最小生産注文日数に該当する制約条件を最初に充足する値に決定し、且つ、前記最小生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以下である旨の制約条件を充足する値を前記変数に割り当てることを特徴とする。 In order to achieve such an object, the information processing apparatus of the present invention includes either one of the number of products to be allocated to each usage division matrix or the cutting pattern of each usage division matrix, and one or more Solution search processing means for performing solution search processing of a solution space including a set of combinations of values assigned to the variables, the number of divisions of the base material being included, and the solution search processing means includes the solution space In the solution search process, a value satisfying a constraint condition that the total width of each product allocated to each use division base material is equal to or less than the width of the corresponding base material is assigned to the variable, and the solution search process The means further includes a minimum production order days as the variable, and first assigns a value of a maximum number of days of a predetermined minimum production order days included in the initial information, and then decreases the assigned value in the direction of decreasing the assigned value. To the order of days assigned a value, it determines a value to first satisfy the constraint condition corresponding to the minimum production order of days, and the accumulated value of the ship of each product until the minimum production order number of days corresponds Products A value that satisfies a constraint condition that the value is equal to or less than the total value of the number of items is assigned to the variable.

本発明の情報処理方法は、情報処理装置による情報処理方法であって、各利用分割母材に引き当てる各製品の条数又は前記各利用分割母材のカッティングパターンの何れか一方、並びに、一又は複数の母材の分割数を変数として含み、前記変数への値の割り当て方の組合せの集合から成る解空間の解探索処理を実行する際に、前記各利用分割母材に引き当てられる前記各製品の合計幅が該当する母材の幅以下である旨の制約条件を充足する値を前記変数に割り当てるとともに、最小生産注文日数を前記変数として含み、初期情報に含まれる所定の最小生産注文日数の最大日数の値を初めに割り当て、次いで、割り当てる値を減少させる方向で前記最小生産注文日数へ値を割り当て、前記最小生産注文日数に該当する制約条件を最初に充足する値に決定し、且つ、前記最小生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以下である旨の制約条件を充足する値を前記変数に割り当てることを特徴とする。 The information processing method of the present invention is an information processing method by an information processing apparatus, wherein either the number of products to be allocated to each usage division matrix or the cutting pattern of each usage division matrix, and one or Each product that is assigned to each of the used divided base materials when executing solution search processing of a solution space that includes a number of divisions of a plurality of base materials as a variable and includes a set of combinations of values assigned to the variables A value satisfying the constraint that the total width is equal to or less than the width of the corresponding base material is assigned to the variable, the minimum production order days are included as the variable, and the predetermined minimum production order days included in the initial information assigned to the beginning value of the maximum number of days, then assign the value in the direction to decrease the value assigned to said minimum production order of days, satisfying the constraint condition corresponding to the minimum production order of days to first Determined, and, assigning a value to satisfy the minimum production order the sum less is that the constraints number of threads of the products accumulated value of ship amounts of each product corresponds to the number of days in the variable It is characterized by.

本発明のプログラムの第1の態様は、前記情報処理方法をコンピュータに実行させることを特徴とする。   According to a first aspect of the program of the present invention, a computer is caused to execute the information processing method.

本発明のプログラムの第2の態様は、前記情報処理装置の機能をコンピュータに実行させることを特徴とする。   According to a second aspect of the program of the present invention, the function of the information processing apparatus is executed by a computer.

本発明によれば、複数の母材間に亘る製品の引き当て方法が求められ、製品の製造現場の実状に則した製品引き当て方法を決定することが可能となるとともに、変数(最小生産注文日数)を減少させる方向で解空間の探索処理を行うことにより、できるだけ最小生産注文日数が多い日数となり、それに伴い次回の製品の製造(切り出し作業)までできるだけ日数を空けられる解を検出することが可能となる。 According to the present invention, provision method of the product is determined over between multiple base material, it becomes possible to determine the product allocation method conforming to actual conditions of the manufacturing site of the product, a variable (minimum production order days ) In the direction of decreasing the solution space, it is possible to detect a solution that has as many minimum production order days as possible, and as much space as possible until the next product manufacture (cutout operation). It becomes.

以下、本発明を適用した好適な実施形態を、添付図面を参照しながら詳細に説明する。以下の説明において「問題を解く」とは、「満たすべき制約を守りながら、問題中に現れる全ての変数について、変数への値の割り当て方を決定すること」である。つまり、全ての変数に対する値の割り当て方が1通り決まると、解が一つ求まったことになる。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments to which the invention is applied will be described in detail with reference to the accompanying drawings. In the following description, “solving a problem” means “deciding how to assign values to variables for all variables appearing in the problem while observing the constraints to be satisfied”. That is, when one way of assigning values to all variables is determined, one solution is obtained.

図1は、本発明の一実施形態に係る情報処理装置の機能構成を示したブロック図である。
図1に示されるように、本実施形態に係る情報処理装置100は、機能的な構成として、初期情報記憶部101、制約条件導出部102、解探索処理部103、最適解検出部104及び出力制御部105を備える。
FIG. 1 is a block diagram showing a functional configuration of an information processing apparatus according to an embodiment of the present invention.
As illustrated in FIG. 1, the information processing apparatus 100 according to the present embodiment has an initial information storage unit 101, a constraint condition derivation unit 102, a solution search processing unit 103, an optimal solution detection unit 104, and an output as functional configurations. A control unit 105 is provided.

初期情報記憶部101は、ユーザによりキーボード等の入力手段を用いて入力される初期情報を記憶する。この初期情報の具体例としては、例えば当日利用可能な母材の個数、各母材の幅や長さ、製造する製品の数、各製品の幅や各製品の長さの上限値及び下限値等が挙げられる。   The initial information storage unit 101 stores initial information input by a user using an input unit such as a keyboard. Specific examples of this initial information include, for example, the number of base materials that can be used on the day, the width and length of each base material, the number of products to be manufactured, the upper and lower limits of the width of each product and the length of each product. Etc.

制約条件導出部102は、初期情報記憶部101に記録される初期情報や後述する解探索処理部103の探索処理結果に基づいて、例えば、後述する制約条件(1)〜(24)等のような種々の制約条件を導出する。解探索処理部103は、探索を行い、一部の変数について変数への値の割り当て方を決定し、決定された一部の変数への値の割り当て結果を最適解検出部104に渡す。   Based on the initial information recorded in the initial information storage unit 101 and the search processing result of the solution search processing unit 103 (to be described later), the constraint condition deriving unit 102 is, for example, the constraint conditions (1) to (24) to be described later. Various constraints are derived. The solution search processing unit 103 performs a search, determines how to assign values to variables for some of the variables, and passes the determined assignment results of values to some of the variables to the optimal solution detection unit 104.

最適解検出部104は、解探索処理部103の探索結果である、一部の変数への値の割り当て結果に基づいて値が決まっていない変数について、所定の目的関数の値が最も大きくなるような値の割り当て方を探索し、解探索処理部103において決定した変数への値の割り当て方と併せたものを最適解として検出する。出力制御部105は、最適解検出部104により検出された最適解を表示パネル等の出力手段を用いて出力させる。   The optimal solution detection unit 104 causes the value of a predetermined objective function to be the largest for variables whose values are not determined based on the result of assignment of values to some variables, which is the search result of the solution search processing unit 103. A method of assigning a correct value is searched for, and a value combined with the method of assigning the value to the variable determined by the solution search processing unit 103 is detected as an optimal solution. The output control unit 105 causes the optimum solution detected by the optimum solution detection unit 104 to be output using an output unit such as a display panel.

図2は、本発明の一実施形態に係る情報処理装置101のシステム構成を示した図である。本実施形態に係る情報処理装置101は以下に説明するようにPC(パーソナル・コンピュータ)等によって構成可能である。   FIG. 2 is a diagram showing a system configuration of the information processing apparatus 101 according to an embodiment of the present invention. The information processing apparatus 101 according to the present embodiment can be configured by a PC (personal computer) or the like as described below.

200は、ユニット間のデータ並びに制御情報を伝送する伝送路であるシステムバスである。情報処理装置の筐体内に存在する各ユニットはシステムバス200によって接続される。以下、各ユニットについて説明する。中央処理装置(以下、CPUという)201は、本情報処理装置の各種制御および演算などを行い、図1の制約条件導出部102、解探索処理部103、最適解検出部104及び出力制御部105に相当する機能を担う。   A system bus 200 is a transmission path for transmitting data and control information between units. Each unit present in the housing of the information processing apparatus is connected by a system bus 200. Hereinafter, each unit will be described. A central processing unit (hereinafter referred to as a CPU) 201 performs various controls and operations of the information processing apparatus, and performs the constraint condition derivation unit 102, the solution search processing unit 103, the optimal solution detection unit 104, and the output control unit 105 in FIG. Takes the function corresponding to.

ランダムアクセスメモリ(以下、RAMという)202は、CPU201の主メモリとして、また実行プログラムの格納領域、プログラムの実行エリアならびにデータエリアとして機能する他、初期情報記憶部101に相当する機能を有する。読み取り専用メモリ(以下、ROMという)203は、情報処理装置内の各ユニットの制御を行う基本プログラム、すなわちBIOS(Basic Input/Output System)や、本情報処理装置を稼働するために必要な情報などを記憶する。   A random access memory (hereinafter referred to as RAM) 202 functions as a main memory of the CPU 201, a storage area for an execution program, an execution area for a program, and a data area, and also has a function corresponding to the initial information storage unit 101. A read-only memory (hereinafter referred to as ROM) 203 is a basic program for controlling each unit in the information processing apparatus, that is, BIOS (Basic Input / Output System), information necessary for operating the information processing apparatus, and the like. Remember.

データ入出力を行うユニット群(以下、単にFDDという)204は、フレキシブルディスクやCD−ROMなど、取り外し可能な外部記憶媒体のデータ入出力を行う。ネットワークインタフェース(以下、単にNETIFという)205は、後述するモデム206を介して外部ネットワークに接続し、または後述するLAN207に接続する。NETIF205は、ネットワークを介して情報処理装置間のデータ転送を行うための制御や接続状況の診断を行う。   A unit group (hereinafter simply referred to as FDD) 204 that performs data input / output performs data input / output of a removable external storage medium such as a flexible disk or a CD-ROM. A network interface (hereinafter simply referred to as NETIF) 205 is connected to an external network via a modem 206 described later or connected to a LAN 207 described later. The NETIF 205 performs control for performing data transfer between information processing apparatuses via the network and diagnoses connection status.

モデム206は、外部ネットワークと本情報処理装置とを電話回線を介して接続するための機器であって、モデムやISDN接続用のターミナルアダプタを含む。LAN207は、イーサネット(R)などのネットワークシステムである。本実施形態に係る情報処理装置は、モデム206又はLAN207上に接続されているルータやゲートウェイ等の通信機器を用いて外部ネットワークに接続し、外部装置とのデータの送受信を可能とする。   The modem 206 is a device for connecting an external network and the information processing apparatus via a telephone line, and includes a modem and a terminal adapter for ISDN connection. The LAN 207 is a network system such as Ethernet (R). The information processing apparatus according to the present embodiment is connected to an external network using a communication device such as a router or a gateway connected on the modem 206 or the LAN 207, and enables data transmission / reception with the external apparatus.

ビデオRAM(以下、VRAMという)208は、後述するCRT209に表示する画像データを展開し、表示の制御を行う。CRT209は、ディスプレイなどの表示装置である。このCRT209は、情報処理装置の内部に含む構成としても良いし、或いはその外部に接続した構成としても良い。   A video RAM (hereinafter referred to as VRAM) 208 develops image data to be displayed on a CRT 209 (to be described later) and controls display. The CRT 209 is a display device such as a display. The CRT 209 may be included in the information processing apparatus, or may be connected to the outside thereof.

キーボードコントローラ(KBC)210は、キーボード(KB)211およびマウス212からの入力信号を制御する。KB211は、情報処理装置の利用者が入力操作を行うためのキーボードである。マウス212は、情報処理装置の利用者が入力操作を行うためのポインティングデバイスである。このキーボード211及びマウス212は夫々、情報処理装置の内部に含む構成としても良いし、その外部に接続した構成といても良い。   A keyboard controller (KBC) 210 controls input signals from the keyboard (KB) 211 and the mouse 212. The KB 211 is a keyboard for the user of the information processing apparatus to perform an input operation. The mouse 212 is a pointing device for a user of the information processing apparatus to perform an input operation. Each of the keyboard 211 and the mouse 212 may be included in the information processing apparatus, or may be connected to the outside.

ハードディスクドライブ(HDD)213は、アプリケーションプログラムや各種データなどの保存に用いられる。アプリケーションプログラムとは、本実施形態に係る情報処理方法を本情報処理装置に実行させるためのソフトウェアプログラムのことをいう。外部ネットワーク等のデータの伝送媒体、CD−ROM等のデータの記録媒体等を介して情報処理装置がアプリケーションプログラムを得る構成も本発明の技術的思想の範疇に含まれる。   A hard disk drive (HDD) 213 is used to store application programs and various data. The application program refers to a software program for causing the information processing apparatus to execute the information processing method according to the present embodiment. A configuration in which the information processing apparatus obtains the application program via a data transmission medium such as an external network or a data recording medium such as a CD-ROM is also included in the scope of the technical idea of the present invention.

コントローラ(IOC)214は、外部に接続されるプリンタ(PRT)215やスキャナ116等に対する情報の入出力制御を行うことを可能とする。また本図には示していないが、IOC214は、プリンタ215やスキャナ216以外に、例えば、同様に外部に接続されるHDDやMOドライブ等と情報の入出力制御を行うことが可能である。   A controller (IOC) 214 can perform input / output control of information with respect to an externally connected printer (PRT) 215, scanner 116, and the like. Although not shown in the figure, the IOC 214 can perform input / output control of information with, for example, an HDD or an MO drive connected to the outside in addition to the printer 215 and the scanner 216.

図3は、母材に製品を引き当てた状態を模式的に示した図である。以下では、図3に示すように、当日利用可能な母材をMj(j=1,2,3,・・・,m)、母材Mjを分割することにより得られる分割母材をMjk(k=1,2,3,・・・,n)と表記する。また、図3中のMjWは母材Mjの幅、MjLは母材Mjの長さ、PiWは製品Piの幅を示している。   FIG. 3 is a diagram schematically showing a state in which the product is attracted to the base material. In the following, as shown in FIG. 3, Mj (j = 1, 2, 3,..., M) is a base material that can be used on the day, and Mjk ( k = 1, 2, 3,..., n). In FIG. 3, MjW represents the width of the base material Mj, MjL represents the length of the base material Mj, and PiW represents the width of the product Pi.

図12は、変数(条数)は分割母材と製品の組に対して与えられていることを示す図である。分割母材Mjkに引き当てられる製品Pi(i=1,2,3,・・・,l)の条数を表す変数をPMjkiと表記する。   FIG. 12 is a diagram showing that a variable (number of strips) is given to a set of divided base material and product. A variable representing the number of products Pi (i = 1, 2, 3,..., L) assigned to the divided base material Mjk is expressed as PMjki.

図3では、母材M1については、切断装置であるレベラーを用いて母材M1を長手方向に2等分することにより、母材M1から2つの分割母材(M11、M12)が得られる状態を示し、母材M2については、同じくレベラーを用いて母材M2を長手方向に6等分することにより、母材M2から6つの分割母材(M21、M22、M23、M24、M25、M26)が得られる状態を示している。   In FIG. 3, with respect to the base material M1, two split base materials (M11, M12) are obtained from the base material M1 by dividing the base material M1 into two parts in the longitudinal direction using a leveler which is a cutting device. For the base material M2, the base material M2 is equally divided into six parts in the longitudinal direction using a leveler, so that six base materials M2 (M21, M22, M23, M24, M25, M26) are divided from the base material M2. Shows a state where is obtained.

また、本実施形態の解探索処理の過程の一断面においては、母材M1については、母材M1の全分割母材(M11、M12)が利用分割母材とされているため、分割母材M11、M12には夫々少なくとも一つの製品が引き当てられる。同じく、母材M2については、母材M2の分割母材のうちM21、M22、M23が利用分割母材とされているため、分割母材M21、M22、M23には夫々少なくとも一つの製品が引き当てられる。図3の例では、分割母材M11及び分割母材M12には夫々、製品P1が4条引き当てられており(PM111=PM121=4、PM112=PM122=0)、分割母材M21及び分割母材M22には製品P2が5条引き当てられ(PM211=PM221=0、PM212=PM222=5)、分割母材M23には、製品P1が1条、製品P2が3条引き当てられている(PM231=1、PM232=3)。   In the cross section of the solution search process of the present embodiment, for the base material M1, all the split base materials (M11, M12) of the base material M1 are used split base materials. At least one product is assigned to each of M11 and M12. Similarly, for the base material M2, among the split base materials of the base material M2, M21, M22, and M23 are used split base materials, so at least one product is allocated to each of the split base materials M21, M22, and M23. It is done. In the example of FIG. 3, four products P1 are assigned to the divided base material M11 and the divided base material M12 (PM111 = PM121 = 4, PM112 = PM122 = 0), and the divided base material M21 and the divided base material Five strips of product P2 are allocated to M22 (PM211 = PM221 = 0, PM212 = PM222 = 5), and one strip of product P1 and three strips of product P2 are allocated to the divided base material M23 (PM231 = 1). , PM232 = 3).

次に、本実施形態に係る情報処理装置の動作について説明する。
先ず、ユーザは、キーボード等の入力手段を用いて、本情報処理装置100に対して初期情報を入力する。ここでいう初期情報には、既に説明したように、当日利用可能な母材の個数、各母材の幅及び長さ、製品種類、各製品の幅、製品の長さの上限値及び下限値、各製品の出荷予定情報等が含まれる。以下に本実施形態における初期情報の一部を具体的に示す。尚、製品P1、P2の長さの上限値及び下限値の代わりに、製品P1、P2をコイル状としたときの製品P1、P2の外径の最大値及び最小値を入力してもよい。この場合、製品P1、P2の厚み及び内径は一定の値をとることが前提となる。
・母材個数:2(M1、M2)
・M1の幅:1200mm
・M1の長さ:300m
・M2の幅:1100mm
・M2の長さ:660m
・製品種類:2(P1、P2)
・P1の幅:300mm
・P2の幅:220mm
・P1の長さの上限値:150m
・P1の長さの下限値:100m
・P2の長さの上限値:120m
・P2の長さの下限値:80m
Next, the operation of the information processing apparatus according to the present embodiment will be described.
First, the user inputs initial information to the information processing apparatus 100 using an input unit such as a keyboard. As described above, the initial information includes the number of base materials that can be used on the day, the width and length of each base material, the product type, the width of each product, and the upper and lower limits of the product length. And shipping schedule information of each product. A part of the initial information in the present embodiment is specifically shown below. In addition, instead of the upper limit value and the lower limit value of the lengths of the products P1 and P2, the maximum value and the minimum value of the outer diameters of the products P1 and P2 when the products P1 and P2 are coiled may be input. In this case, it is assumed that the thicknesses and inner diameters of the products P1 and P2 are constant.
・ Number of base materials: 2 (M1, M2)
・ M1 width: 1200mm
・ M1 length: 300m
・ M2 width: 1100mm
・ M2 length: 660m
・ Product type: 2 (P1, P2)
・ P1 width: 300mm
・ P2 width: 220mm
・ Upper limit of P1 length: 150m
・ Lower limit of P1 length: 100m
-Maximum length of P2: 120m
・ Lower limit of P2 length: 80m

図8は、出荷予定情報の一例を示した図である。図8に示した出荷予定情報上では、製品P1、P2の出荷予定日が定められている。即ち、製品P1については、当日(日数"0")には8本、1日後(日数"1")には1本、2日後(日数"2")には0本、3日後(日数"3")には2本、4日後(日数"4")には0本の出荷予定数量が定められており、また、製品P2については、当日(日数"0")には12本、1日後(日数"1")には0本、2日後(日数"2")には3本、3日後(日数"3")には0本、4日後(日数"4")には0本の出荷予定数量が定められている。   FIG. 8 is a diagram showing an example of shipping schedule information. In the shipping schedule information shown in FIG. 8, the shipping schedule dates for the products P1 and P2 are determined. That is, for the product P1, 8 on the current day (days "0"), 1 after 1 day (days "1"), 0 after 2 days (days "2"), 0 after 3 days (days) 3 ") is set to 2 and 4 days later (days" 4 "), and 0 is scheduled to be shipped, and for product P2, 12 on the day (days" 0 "), 1 0 after days (days “1”), 3 after 2 days (days “2”), 0 after 3 days (days “3”), 0 after 4 days (days “4”) The planned shipment quantity is determined.

続いて、初期情報記憶部101は、入力された初期情報を記憶する。次に、解探索処理部103は、分枝限定法による解探索処理を実行する。本解探索処理部103の解探索処理の対象となる解空間を図9及び図10に示す。これらに示される解空間は探索木とも称される。本解探索処理では、図9及び図10に示すように、次の(a)〜(j)の変数順序で解探索を行う。
(a)合計利用分割母材数、(b)母材M1の利用母材フラグ、(c)母材M2の利用母材フラグ、(d)母材M1の分割数、(e)母材M2の分割数、(f)母材M1の利用分割母材数、(g)母材M2の利用分割母材数、(h)最小生産注文日数、(i)最大生産注文日数、(j)条数
Subsequently, the initial information storage unit 101 stores the input initial information. Next, the solution search processing unit 103 executes solution search processing by a branch and bound method. A solution space that is a target of the solution search process of the solution search processing unit 103 is shown in FIGS. The solution space shown in these is also called a search tree. In this solution search processing, as shown in FIGS. 9 and 10, solution search is performed in the following variable order (a) to (j).
(A) Total number of divided base materials, (b) Base material flag of base material M1, (c) Base material flag of base material M2, (d) Number of base material M1 splits, (e) Base material M2 (F) number of divided base materials used for base material M1, (g) number of used base materials for base material M2, (h) minimum number of production order days, (i) maximum number of production order days, (j) item number

上記の各変数(a)〜(j)は、事前に本情報処理装置100に対して設定されるものであり、また、各変数の探索順序も優先順位に応じて本情報処理装置100の解探索処理に対して設定されるものである。   Each of the variables (a) to (j) is set for the information processing apparatus 100 in advance, and the search order of each variable is also determined according to the priority order. This is set for the search process.

続いて、解探索処理部103による制約充足問題の解法について説明する。図11は、上記変数(a)〜(j)、基準面積、利用面積及び歩留り等の変数と制約条件との関係を示した図であり、図11中、各制約条件に対応付けて、制約条件中に現れる変数には丸印が記されている。本制約充足問題では、上記変数(a)〜(j)及びその他の変数に対して図11で示される制約条件がかけられた上で、上記変数(a)〜(j)夫々に対して与えられたドメイン内の値を変数に割り当てることによって解を求める。   Next, a method for solving the constraint satisfaction problem by the solution search processing unit 103 will be described. FIG. 11 is a diagram illustrating the relationship between the variables (a) to (j), the reference area, the use area, the yield, and the like and the constraint conditions. In FIG. Variables that appear in the condition are marked with a circle. In this constraint satisfaction problem, the variables (a) to (j) and other variables are subjected to the constraint conditions shown in FIG. 11 and given to the variables (a) to (j). Find the solution by assigning the value in the given domain to a variable.

−合計利用分割母材数の決定−
次に、本実施形態に係る制約充足問題の解法を、図4〜図7のフローチャートを参照しながら説明する。図4〜図7は、本実施形態に係る情報処理装置の動作の流れを示したフローチャートである。
-Determination of the total number of split base materials used-
Next, a solution to the constraint satisfaction problem according to the present embodiment will be described with reference to the flowcharts of FIGS. 4 to 7 are flowcharts showing the flow of operations of the information processing apparatus according to the present embodiment.

先ず、解探索処理部103は変数(合計利用分割母材数)の値を決定する。本実施形態においては、変数(合計利用分割母材数)について与えられたドメインのうち最も小さい値(=1)を初めに設定し、次いで、値を増加させる方向で順次値を設定していく(ステップS401)。ここでは、いま、変数(合計利用分割母材数)の値として"5"が設定されているものとする。   First, the solution search processing unit 103 determines the value of a variable (total number of divided base materials used). In the present embodiment, the smallest value (= 1) among the given domains for the variable (the total number of divided base materials used) is set first, and then the values are sequentially set in the direction of increasing the value. (Step S401). Here, it is assumed that “5” is set as the value of the variable (total number of divided base materials used).

本実施形態の解探索処理においては、上記のように、変数(合計利用分割母材数)に割り当てる値を増加させる方向で解探索処理を行っている。つまり、合計利用分割母材数が少ないところから解探索を行っていくことで、解が検出されると、その解は解空間の中で合計利用分割母材数ができるだけ少ない値をとる解になる。それに伴い製品在庫もできるだけ少なくする解を検出することが可能となる。   In the solution search process of the present embodiment, as described above, the solution search process is performed in a direction in which the value assigned to the variable (total number of divided base materials used) is increased. In other words, if a solution is detected by searching for a solution from a place where the total number of used divided base materials is small, the solution becomes a solution that takes the smallest possible number of used divided base materials in the solution space. Become. Accordingly, it is possible to detect a solution that reduces the product inventory as much as possible.

−利用母材の決定−
続いて、解探索処理部103は、当日利用可能な母材M1〜Mnから利用対象母材の最大インデックス値を決定する。利用対象母材の最大インデックス値に割り当てる値として1、2、・・・Mnと小さい方から順に試す。ここでは、最大インデックス値が"2"と決定されたものとする。次に、解探索処理部103は、最大インデックス値以下のインデックス値に該当する母材M1、M2の利用母材フラグを決定する。具体的には、最大インデックス値の母材M2の利用母材フラグの値は"1"とする。次に最大インデックス値未満のインデックス値の母材について、インデックス値の若い順に、その利用母材フラグの値"1"を先に試し、次に"0"を試す。今、最大インデックス値はM2なので、最大インデックス値未満のインデックス値の母材としてはM1のみが該当する。次に、母材M1、M2を製品生産に利用するか否かを決定する一方で、最大インデックス値より大きなインデックス値に該当する母材M3〜Mmの利用母材フラグを全て"0"とする(ステップS402)。
-Determination of base material-
Subsequently, the solution search processing unit 103 determines the maximum index value of the base material to be used from the base materials M1 to Mn that can be used on the day. Try the values from 1, 2, ... Mn in ascending order as the values assigned to the maximum index value of the base material to be used. Here, it is assumed that the maximum index value is determined to be “2”. Next, the solution search processing unit 103 determines the use base material flags of the base materials M1 and M2 corresponding to an index value equal to or less than the maximum index value. Specifically, the value of the used base material flag of the base material M2 having the maximum index value is “1”. Next, with respect to the base material having an index value less than the maximum index value, the use base material flag value “1” is tried first, and then “0” is tried in order of increasing index value. Since the maximum index value is now M2, only M1 corresponds to the base material of the index value less than the maximum index value. Next, while determining whether or not to use the base materials M1 and M2 for product production, all the base material flags of the base materials M3 to Mm corresponding to an index value larger than the maximum index value are set to “0”. (Step S402).

利用母材フラグに"0"が設定された場合は、ステップS409において該当する母材には製品の引き当てがなされず、その母材から製品P1、P2の何れも生産されないことになる。一方、利用母材フラグに"1"が設定された場合は、ステップS409において該当する母材には少なくとも製品P1、P2の何れか一つが引き当てられることになる。ここでは、変数(利用母材フラグ(M1))、変数(利用母材フラグ(M2))の双方について"1"(利用する)が設定されているものとする。   If “0” is set in the use base material flag, no product is allocated to the corresponding base material in step S409, and neither of the products P1 and P2 is produced from the base material. On the other hand, if “1” is set in the use base material flag, at least one of the products P1 and P2 is assigned to the corresponding base material in step S409. Here, it is assumed that “1” (used) is set for both the variable (used base material flag (M1)) and the variable (used base material flag (M2)).

−各母材の分割数の決定−
続いて、解探索処理部103は、母材M1の分割数を示す変数(母材M1の分割数)を決定する(ステップS403)。変数(母材M1の分割数)には、次の制約条件(1)、(2)が課せられている。
制約条件(1)「分割数制約」:母材M1の分割数≦母材M1の最大分割数(=3)
制約条件(2)「長さ制約」:母材M1の分割数×製品P1の長さの下限値≦母材M1の長さ≦母材M1の分割数×製品P1の長さの上限値
即ち、変数(母材M1の分割数)のドメインは、制約伝播技術における枝刈りにより、
変数(母材M1の分割数)∈[2,3]
に制限される。
-Determination of the number of divisions for each base material-
Subsequently, the solution search processing unit 103 determines a variable (the number of divisions of the base material M1) indicating the number of divisions of the base material M1 (step S403). The following constraints (1) and (2) are imposed on the variables (the number of divisions of the base material M1).
Constraint (1) “Division number constraint”: Number of divisions of base material M1 ≦ Maximum number of divisions of base material M1 (= 3)
Constraint (2) “Length constraint”: number of divisions of base material M1 × lower limit value of product P1 ≦ length of base material M1 ≦ number of divisions of base material M1 × upper limit value of length of product P1 , The domain of the variable (number of divisions of the base material M1) is due to pruning in the constraint propagation technology,
Variable (number of divisions of base material M1) ∈ [2, 3]
Limited to

本実施形態においては、変数(母材M1の分割数)の値として初めにそのドメイン内における最小値"2"を選択し、次いで、値を増加させる方向で順次値を選択していく。ここでは、いま、変数(母材M1の分割数)の値として"2"が選択されているものとする。なお、母材M1の最大分割数は初期情報に含まれる数値情報である。   In the present embodiment, the minimum value “2” in the domain is first selected as the value of the variable (number of divisions of the base material M1), and then the value is sequentially selected in the direction of increasing the value. Here, it is assumed that “2” is selected as the value of the variable (number of divisions of the base material M1). The maximum number of divisions of the base material M1 is numerical information included in the initial information.

続いて、解探索処理部103は、母材M2の分割数を示す変数(母材M2の分割数)を決定する。変数(母材M2の分割数)には、次の制約条件(3)、(4)、(5)が課せられている。
制約条件(3)「分割数制約」:母材M2の分割数≦母材M2の最大分割数(=8)
制約条件(4)「長さ制約」:母材M2の分割数×製品P1の長さの下限値≦母材M2の長さ≦母材M2の分割数×製品P1の長さの上限値
制約条件(5)「長さ制約」:母材M2の分割数×製品P2の長さの下限値≦母材M2の長さ≦母材M2の分割数×製品P2の長さの上限値
Subsequently, the solution search processing unit 103 determines a variable (the number of divisions of the base material M2) indicating the number of divisions of the base material M2. The following constraints (3), (4), and (5) are imposed on the variable (number of divisions of the base material M2).
Constraint (3) “Division number constraint”: Number of divisions of base material M2 ≦ Maximum number of divisions of base material M2 (= 8)
Constraint (4) “Length constraint”: number of divisions of base material M2 × lower limit value of product P1 ≦ length of base material M2 ≦ number of divisions of base material M2 × upper limit value of length of product P1 Condition (5) “length constraint”: number of divisions of base material M2 × lower limit value of product P2 ≦ length of base material M2 ≦ number of divisions of base material M2 × upper limit value of length of product P2

即ち、変数(母材M2の分割数)がとり得るドメインは、制約伝播技術における枝刈りにより、
変数(母材M2の分割数)∈[6]
に制限される。従って、解探索処理部103は、変数(母材M2の分割数)の値として"6"を設定する。なお、母材M2の最大分割数は初期情報に含まれる数値情報である。
That is, the domain that the variable (number of divisions of the base material M2) can take is due to pruning in the constraint propagation technique,
Variable (number of divisions of base material M2) ∈ [6]
Limited to Therefore, the solution search processing unit 103 sets “6” as the value of the variable (the number of divisions of the base material M2). The maximum division number of the base material M2 is numerical information included in the initial information.

−各母材の利用分割母材数の決定−
続いて、解探索処理部103は、各母材Mmの利用分割母材数を設定する(ステップS405)。先ず、解探索処理部103は、ステップS402において利用母材フラグを"0"とした母材(母材M3〜Mm)の利用分割母材数を"0"とする。続いて、解探索処理部103は、母材M1の利用分割母材数を示す変数(母材M1の利用分割母材数)を設定する。変数(母材M1の利用分割母材数)には、次の制約条件(6)、(7)、(8)が課せられている。
制約条件(6)「利用母材フラグの定義」:変数(母材M1の利用母材フラグ)="1"であれば、変数(母材M1の利用分割母材数)≧1
制約条件(7)「合計利用分割母材数の定義」:変数(合計利用分割母材数)=全母材の利用分割母材数の総和=変数(母材M1の利用分割母材数)+変数(母材M2の利用分割母材数)
制約条件(8)「合計母材数上限制約」:変数(母材M1の利用分割母材数)≦変数(母材M1の分割数)
即ち、変数(母材M1の利用分割母材数)のドメインは、制約伝播技術における枝刈りにより、
変数(母材M1の利用分割母材数)∈[1,2]
に制限される。
−Determining the number of split base materials used for each base material−
Subsequently, the solution search processing unit 103 sets the number of used divided base materials for each base material Mm (step S405). First, the solution search processing unit 103 sets the number of used divided base materials of the base materials (base materials M3 to Mm) whose base material flag is “0” in step S402 to “0”. Subsequently, the solution search processing unit 103 sets a variable (the number of used divided base materials of the base material M1) indicating the number of used divided base materials of the base material M1. The following constraints (6), (7), and (8) are imposed on the variable (the number of divided base materials used for the base material M1).
Constraint (6) “Definition of use base material flag”: If variable (use base material flag of base material M1) = “1”, variable (number of use base materials for base material M1) ≧ 1
Constraint (7) “Definition of the total number of split base materials used”: variable (total number of split base materials used) = sum of the number of base split base materials used for all base materials = variable (number of base split base materials used for base material M1) + Variable (number of base materials used for base material M2)
Constraint (8) “Total base material number upper limit constraint”: Variable (number of used base materials of base material M1) ≦ variable (number of base materials M1)
That is, the domain of the variable (the number of divided base materials used for the base material M1) is obtained by pruning in the constraint propagation technology.
Variable (number of divided base materials used for base material M1) ∈ [1, 2]
Limited to

本実施形態においては、変数(母材M1の利用分割母材数)の値として初めにそのドメイン内における最大値"2"を割り当て、次いで、値を減少させる方向で順次値を割り当てていく。ここでは、いま、変数(母材M1の利用分割母材数)の値として"2"が割り当てられているものとする。   In this embodiment, the maximum value “2” in the domain is first assigned as the value of the variable (the number of divided base materials used for the base material M1), and then the values are sequentially assigned in the direction of decreasing the value. Here, it is assumed that “2” is assigned as the value of the variable (the number of used divided base materials of the base material M1).

続いて、解探索処理部103は、母材M2の利用分割母材数を示す変数(母材M2の利用分割母材数)を決定する。変数(母材M2の利用分割母材数)には、次の制約条件(9)、(10)、(11)が課せられている。
制約条件(9)「利用母材フラグの定義」:変数(母材M2の利用母材フラグ)="1"であれば、変数(母材M2の利用分割母材数)≧1
制約条件(10)「合計利用分割母材数の定義」:変数(合計利用分割母材数)=全母材の利用分割母材数の総和=変数(母材M1の利用分割母材数)+変数(母材M2の利用分割母材数)
制約条件(11)「分割母材数上限制約」:変数(母材M2の利用分割母材数)≦変数(母材M2の分割数)
即ち、変数(母材M2の利用分割母材数)のドメインは、制約伝播技術における枝刈りにより、
変数(母材M2の利用分割母材数)∈[3]
に制限される。従って、解探索処理部103は、変数(母材M2の利用分割母材数)の値として"3"を割り当てる。
Subsequently, the solution search processing unit 103 determines a variable (the number of used divided base materials of the base material M2) indicating the number of used divided base materials of the base material M2. The following constraints (9), (10), and (11) are imposed on the variable (the number of divided base materials used for the base material M2).
Constraint (9) “Definition of use base material flag”: If variable (use base material flag of base material M2) = “1”, variable (number of base materials used for base material M2) ≧ 1
Constraint (10) “Definition of total number of used divided base materials”: variable (total number of used divided base materials) = total number of used divided base materials for all base materials = variable (number of used divided base materials for base material M1) + Variable (number of base materials used for base material M2)
Constraint condition (11) “upper limit number of divided base materials”: variable (number of used divided base materials of base material M2) ≦ variable (number of divided base materials M2)
That is, the domain of the variable (the number of divided base materials used for the base material M2) is obtained by pruning in the constraint propagation technology.
Variable (number of base materials used for base material M2) ∈ [3]
Limited to Accordingly, the solution search processing unit 103 assigns “3” as the value of the variable (the number of used divided base materials of the base material M2).

次に、解探索処理部103は、利用されない分割母材に対応する変数(条数)を"0"に設定する(ステップS406)。いま、変数(母材M1の分割数)の値として"2"、変数(母材M1の利用分割母材数)の値として"2"、変数(母材M2の分割数)の値として"6"、変数(母材M2の利用分割母材数)の値として"3"が割り当てられているため、分割母材M24、分割母材M25、分割母材M26に対応する変数(条数PM241)、変数(条数PM242)、変数(条数PM251)、変数(条数PM252)、変数(条数PM261)、変数(条数PM262)に"0"が割り当てられる。   Next, the solution search processing unit 103 sets a variable (number of stripes) corresponding to a divided base material that is not used to “0” (step S406). Now, "2" as the value of the variable (number of divisions of the base material M1), "2" as the value of the variable (number of division base materials used of the base material M1), as the value of the variable (number of divisions of the base material M2) " Since “3” is assigned as the value of “6” and the variable (the number of divided base materials used for the base material M2), the variables corresponding to the split base material M24, the split base material M25, and the split base material M26 (the number PM241) ), Variable (strip number PM 251), variable (strip number PM 251), variable (strip number PM 252), variable (strip number PM 261), and variable (strip number PM 262) are assigned "0".

−最小生産注文日数の決定−
続いて、解探索処理部103は、変数(最小生産注文日数)の値を決定する(ステップS407)。変数(最小生産注文日数)については、初期情報に含まれる所定の最小生産注文日数の最大日数(=5)を初めに割り当て、次いで、値を減少させる方向で順次値を割り当てていく。ここでは、いま、変数(最小生産注文日数)の値として"1"が選択されているものとする。
-Determination of minimum production order days-
Subsequently, the solution search processing unit 103 determines a value of a variable (minimum production order days) (step S407). As for the variable (minimum production order days), the maximum number of days (= 5) of the predetermined minimum production order days included in the initial information is assigned first, and then values are sequentially assigned in the direction of decreasing the value. Here, it is assumed that “1” is selected as the value of the variable (minimum production order days).

ここで、最小生産注文日数とは、図8の出荷予定情報上において最低何日先までの各製品P1、P2の出荷予定量を生産する旨の条件の「何日先」に相当する製品P1、P2に共通の日数情報である。なお、最小生産注文日数が"0"であるとは、当日分の各製品の出荷予定量を生産する旨を表す。また、本実施形態の解探索処理においては、変数(最小生産注文日数)を減少させる方向で解空間の探索処理を行っている。これは、最小生産注文日数が多いところから解探索を行っていき、解が検出されると、その解は解空間のなかで最小生産注文日数が極力高い値をとることになる。従って、変数(最小生産注文日数)を減少させる方向で解空間の探索処理を行うことにより、できるだけ最小生産注文日数が多い日数となり、それに伴い次回の製品の製造(切り出し作業)までできるだけ日数を空けられる解を検出することが可能となる。   Here, the minimum production order days is the product P1 corresponding to “how many days ahead” of the condition that the planned shipment quantity of each product P1, P2 up to the minimum number of days ahead in the shipping schedule information of FIG. , P2 is common day information. Note that the minimum production order days being “0” means that the planned shipment amount of each product for the day is produced. Further, in the solution search process of the present embodiment, the solution space search process is performed in the direction of decreasing the variable (minimum production order days). In this case, the solution search is performed from the place where the minimum production order days are large, and when the solution is detected, the solution takes the highest value of the minimum production order days in the solution space. Therefore, by searching the solution space in a direction to reduce the variable (minimum production order days), the minimum production order days will be as many as possible, and as a result, as many days as possible will be kept until the next product production (cutout work). It is possible to detect the solution to be obtained.

−最大生産注文日数の決定−
続いて、解探索処理部103は、変数(最大生産注文日数)の値を決定する(ステップS408)。変数(最大生産注文日数)については、初期情報に含まれる所定の最大生産注文日数の最小日数(=1)を初めに割り当て、次いで、値を増加させる方向で順次値を割り当てていく。ここでは、いま、変数(最大生産注文日数)の値として"2"が選択されているものとする。
-Determination of maximum production order days-
Subsequently, the solution search processing unit 103 determines a value of a variable (maximum production order days) (step S408). As for the variable (maximum production order days), the minimum number of days (= 1) of the predetermined maximum production order days included in the initial information is assigned first, and then values are sequentially assigned in the direction of increasing the value. Here, it is assumed that “2” is selected as the value of the variable (maximum production order days).

ここで、最大生産注文日数とは、図8の出荷予定情報上において最大でも何日先までの製品P1、P2の出荷予定量しか生産してはならない旨の条件の「何日先」に相当する製品P1、P2に共通の日数情報である。また、本実施形態の解探索処理においては、変数(最大生産注文日数)を上記最小生産注文日数の値から増加させる方向で解空間の探索処理を行うことにより、製品間において製品の引き当て日数を揃えた最適解を検出することが可能となる。ところで、本実施形態では、変数(合計利用分割母材数)、変数(最小生産注文日数)、変数(最大生産注文日数)の変数順序で解探索処理を行っている。これは、「製品在庫をできるだけ少なくしたい」、「次回の製品の製造(切り出し作業)までの日数をできるだけ空けたい」、「製品間の引き当て日数を揃えたい」の優先順位でユーザの要求を最適解に反映させるためである。   Here, the maximum number of production order days corresponds to “how many days ahead” of the condition that, on the shipment schedule information in FIG. 8, only the scheduled shipment quantities of the products P1 and P2 up to how many days ahead should be produced. This is the number of days information common to the products P1 and P2. Further, in the solution search process of the present embodiment, by performing the solution space search process in the direction of increasing the variable (maximum production order days) from the value of the minimum production order days, the number of days of product allocation between products is determined. It is possible to detect the optimal solutions that are aligned. By the way, in this embodiment, the solution search process is performed in the variable order of variables (total number of divided base materials used), variables (minimum production order days), and variables (maximum production order days). This optimizes user requests according to the priorities of "I want to reduce product inventory as much as possible", "I want to leave as much time as possible until the next product manufacture (cut-out work)", and "I want to keep the number of days allocated between products" This is to reflect in the solution.

図5は、図4のステップS401、S402、S403、S405、S407及びS408における解探索処理部103の詳細動作を示したフローチャートである。
先ず、解探索処理部103は、現在探索している変数のドメインが空集合であるか否かを判断し(ステップS501)、ドメインが空集合であれば一つ上のレベルの変数にバックトラックする(ステップS502)。ここでいう「バックトラック」とは、値を割り当てる対象を探索木において一つルートに近い側に位置する変数に戻すことである。
FIG. 5 is a flowchart showing the detailed operation of the solution search processing unit 103 in steps S401, S402, S403, S405, S407, and S408 of FIG.
First, the solution search processing unit 103 determines whether or not the domain of the currently searched variable is an empty set (step S501), and if the domain is an empty set, backtracks to the next higher level variable. (Step S502). Here, “backtracking” is to return a target to which a value is assigned to a variable located closer to the root in the search tree.

一方、現在探索している変数のドメインが空集合でなければ、そのうちの一つの値を選択し(ステップS503)、選択した値を変数の値とする(ステップS504)。続いて、解探索処理部103は、選択した値を当該変数が関連する制約条件を通じて制約伝播を行い、他の何れかの変数のドメインが空になる場合は矛盾が発生したものと判断し(ステップS505)、選択した値をドメインから取り除く(ステップS507)。このように、制約条件に矛盾する数値はドメインから取り除かれ、ドメインが縮小されることになる。一方、当該変数が関連する制約条件に矛盾しない場合は、探索木において一つルートから遠い側に位置する変数に解探索処理を移行する(ステップS506)。   On the other hand, if the domain of the currently searched variable is not an empty set, one value is selected (step S503), and the selected value is set as the variable value (step S504). Subsequently, the solution search processing unit 103 performs constraint propagation on the selected value through the constraint condition related to the variable, and determines that a contradiction has occurred when the domain of any other variable becomes empty ( In step S505), the selected value is removed from the domain (step S507). Thus, numerical values that contradict the constraints are removed from the domain and the domain is reduced. On the other hand, if the variable does not contradict the related constraint conditions, the solution search processing is shifted to a variable located on the far side from the root in the search tree (step S506).

−条数の決定−
以上のように、各変数((a)合計利用分割母材数、(b)母材M1の利用母材フラグ、(c)母材M2の利用母材フラグ、(d)母材M1の分割数、(e)母材M2の分割数、(f)母材M1の利用分割母材数、(g)母材M2の利用分割母材数、(h)最小生産注文日数、(i)最大生産注文日数)の値が定まると、解探索処理部103は、歩留りが最大となるような各利用分割母材上における各製品に係る変数(条数)の値の組を探索する(ステップS409)。この最適化は、条数以外の変数の値が固定された状況で行われる。そして、最適解検出部104は、この最適化の試行により得られる解のうち最良の歩留りを実現する解を最適解として検出する。
-Determination of number of articles-
As described above, each variable ((a) total number of used divided base materials, (b) used base material flag of base material M1, (c) used base material flag of base material M2, and (d) split of base material M1. (E) number of divisions of base material M2, (f) number of divisional divisions of base material M1, (g) number of divisional divisions of base material M2, (h) minimum production order days, (i) maximum When the value of production order days) is determined, the solution search processing unit 103 searches for a set of values of variables (number of items) related to each product on each usage split base material that maximizes the yield (step S409). ). This optimization is performed in a situation where the values of variables other than the number of stripes are fixed. Then, the optimum solution detection unit 104 detects a solution that achieves the best yield among the solutions obtained by this optimization trial as the optimum solution.

いま、M1については2つの利用分割母材(M11,M12)、M2については3つの利用分割母材(M21,M22,M23)が決定されている。よって、解探索処理部103は、PM111、PM112、PM121、PM122、PM131、PM132、PM211、PM212、PM221、PM222、PM231、PM232の各変数(条数)について解探索処理を実行する。本実施形態では、各変数(条数)が次の値をとるときに最適解が検出された場合を想定するものとし、以下の例を用いて変数(条数(PMjki))に係る制約充足問題の解法から最適化問題の解法までを、図6及び図7のフローチャートを参照しながら説明する。図7は、図4のステップS409の詳細を示すフローチャートであり、図6は、図7のステップS701の詳細を示すフローチャートである。
条数PM111:4,条数PM112:0,条数PM121:4,条数PM122:0,条数PM211:1,条数PM212:3,条数PM221:0,条数PM222:4,条数PM231:0,条数PM232:4
Now, two usage division base materials (M11, M12) are determined for M1, and three usage division base materials (M21, M22, M23) are determined for M2. Therefore, the solution search processing unit 103 executes solution search processing for each variable (number of lines) of PM111, PM112, PM121, PM122, PM131, PM132, PM211, PM212, PM221, PM222, PM231, and PM232. In this embodiment, it is assumed that an optimal solution is detected when each variable (number of lines) takes the following values, and the constraint satisfaction related to the variable (number of lines (PMjki)) is satisfied using the following example. From the solution of the problem to the solution of the optimization problem will be described with reference to the flowcharts of FIGS. FIG. 7 is a flowchart showing details of step S409 in FIG. 4, and FIG. 6 is a flowchart showing details of step S701 in FIG.
Article number PM111: 4, Article number PM112: 0, Article number PM121: 4, Article number PM122: 0, Article number PM211: 1, Article number PM212: 3, Article number PM221: 0, Article number PM222: 4, Article number PM231: 0, Article number PM232: 4

解探索処理部103は、各変数(条数)には、次の制約条件が課せられている。
制約条件(12)「割当フラグの定義」:母材Mjにおける製品Piの変数(割り当てフラグ)が"1"であれば、母材Mjにおける分割母材の何れかには製品Piが少なくとも一つは引き当てられ、"0"であれば、母材Mjにおける分割母材のいずれにも製品Piは引き当てられない。
制約条件(13)「条数0制約」:母材Mjにおける利用分割母材数が"0"であれば、母材Mjに引き当てられる条数は"0"である。
制約条件(14)「利用幅の定義」:分割母材Mjkの利用幅=分割母材Mjkにおける製品P1の条数×製品P1の幅+分割母材Mjkにおける製品P2の条数×製品P2の幅
制約条件(15)「母材幅制約」:分割母材Mjkの利用幅≦母材Mjの母材幅
制約条件(16)「生産量の定義」:製品Piの生産量=分割母材11における製品Piの条数+分割母材12における製品Piの条数+・・・+分割母材23における製品Piの条数
制約条件(17)「生産量上限値の定義」:製品Piの生産量上限値=最小生産注文日数分の製品Piの出荷予定量
制約条件(18)「生産量下限値の定義」:製品Piの生産量下限値=最大生産注文日数分の製品Piの出荷予定量
制約条件(19)「生産量上下限制約」:製品Piの生産量下限値≦製品Piの生産量≦製品Piの生産量上限値
制約条件(20)「基準面積の定義」:基準面積=母材M1の幅×母材M1の長さ×母材M1の利用分割母材数/母材M1の分割母材数+母材M2の幅×母材M2の長さ×母材M2の利用分割母材数/母材M2の分割母材数+・・・+母材Mmの幅×母材Mmの長さ×母材Mmの利用分割母材数/母材Mmの分割母材数
制約条件(21)「利用面積の定義」:利用面積=(母材M1の長さ×製品P1の幅/母材M1の分割母材数)×条数[1,1,1]+(母材M1の長さ×製品P2の幅/母材M1の分割母材数)×条数[1,1,2]+・・・+(母材M2の長さ×製品P1の幅/母材M2の分割母材数)×条数[2,3,1]+(母材M2の長さ×製品P2の幅/母材M2の分割母材数)×条数[2,3,2]
制約条件(22)「歩留りの定義」:歩留り(目的関数値)=利用面積/基準面積
制約条件(23)「歩留りmin制約」:歩留り(目的関数値)≧歩留り最小値
制約条件(24):歩留り(目的関数値)>既知の最良の解の歩留り(目的関数値)
In the solution search processing unit 103, the following constraint conditions are imposed on each variable (number of lines).
Constraint (12) “Definition of assignment flag”: If the variable (assignment flag) of the product Pi in the base material Mj is “1”, at least one product Pi is included in any of the divided base materials in the base material Mj. Is assigned, and if it is “0”, the product Pi is not assigned to any of the divided base materials in the base material Mj.
Constraint (13) “Strip number 0 constraint”: If the number of divided base materials used in the base material Mj is “0”, the number of strips assigned to the base material Mj is “0”.
Constraint (14) “Definition of use width”: use width of divided base material Mjk = number of products P1 in divided base material Mjk × width of product P1 + number of products P2 in divided base material Mjk × product P2 Width constraint condition (15) “base material width constraint”: use width of divided base material Mjk ≦ base material width constraint condition of base material Mj (16) “definition of production amount”: production amount of product Pi = divided base material 11 Number of product Pi in product + number of product Pi in divided base material + ... + product number of product Pi in divided base material 23 Restriction (17) “Definition of production upper limit value”: Production of product Pi Quantity upper limit = Scheduled shipment quantity limit for product Pi for minimum production order days (18) “Definition of production lower limit value”: Production lower limit value for product Pi = Scheduled shipment quantity for product Pi for maximum production order days Constraint (19) “Production Upper / Lower Constraint”: Product Pi Lower Production ≤Product Pi Production ≤Product Pi Upper Production Value Constraint (20) “Definition of reference area”: Reference area = width of base material M1 × length of base material M1 × number of used base materials of base material M1 / number of base materials of base material M1 + base material M2 Width × base material M2 length × number of base material M2 used divided base materials / number of base material M2 split base materials +... + Base material Mm width × base material Mm length × base material Mm Number of used divided base materials / number of divided base materials of base material Mm (21) “Definition of used area”: used area = (length of base material M1 × width of product P1 / number of divided base materials of base material M1) ) X number of strips [1,1,1] + (length of base material M1 × width of product P2 / number of base materials of base material M1) × number of strips [1,1,2] + ... + ( Length of base material M2 × width of product P1 / number of base materials M2 divided) × number of strips [2,3,1] + (length of base material M2 × width of product P2 / partition of base material M2) Number of base materials) x number of strips [2, 3, 2]
Constraint (22) “Yield Definition”: Yield (Objective Function Value) = Used Area / Reference Area Constraint (23) “Yield Min Constraint”: Yield (Objective Function Value) ≧ Yield Minimum Value Constraint (24): Yield (objective function value)> known best solution yield (objective function value)

解探索処理部103は、先ず、全条数(MP111、MP112、MP121、MP122、MP211、MP212、MP221、MP222、MP231、MP232)の値が既に決定されているか否かを判断する(ステップS601)。解探索処理部103は、この判断において、全条数の値が未だ決定されていないと判断した場合、値が決定されていない条数のうちドメインの要素の数が最も小さい変数(条数)を選択する(ステップS602)。   First, the solution search processing unit 103 determines whether or not the values of all the strips (MP111, MP112, MP121, MP122, MP211, MP212, MP221, MP222, MP231, and MP232) have already been determined (step S601). . If the solution search processing unit 103 determines in this determination that the values of all the strips have not yet been determined, the variable having the smallest number of domain elements among the strips for which no value has been determined (the number of strips) Is selected (step S602).

本実施形態においては、PM112及びPM122を除いて(母材M1における製品P2の割当フラグが"0(割り当てない)"であることを想定している)、ドメインが最も小さい変数(条数)はPM232である。従って、解探索処理部103は、変数(条数PM232)の値を他の変数(条数PMjki)より優先的に決定する。   In this embodiment, excluding PM112 and PM122 (assuming that the allocation flag of the product P2 in the base material M1 is “0 (not allocated)”), the variable with the smallest domain (number of lines) is PM232. Accordingly, the solution search processing unit 103 preferentially determines the value of the variable (strip number PM232) over other variables (strip number PMjki).

続いて、解探索処理部103は、変数(条数PM232)についてドメインから最も小さい値を選択し(ステップS603)、変数(条数PM232)の値として設定する(ステップS604)。次いで、解探索処理部103は、変数(条数PM232)につき設定した値が制約条件(12)〜(23(又は24))に矛盾するか否かを判断する(ステップS605)。変数(条数PM232)につき設定した値が制約条件(12)〜(23(又は24))に矛盾する場合は、設定した値を変数(条数PM232)のドメインから取り除き(ステップS606)、当該ドメインが空集合となれば、解探索処理部103は、バックトラックが可能であるか否かを判断し、バックトラックが可能であれば一つ上のレベルの変数(条数)にバックトラックする(ステップS607、S608、S610)。ここでは、変数(条数PM232)につき設定した値が制約条件(12)〜(23(又は24))に矛盾しないため、ステップS601からの次のレベルの変数(条数)の解探索処理に移行する。また、ステップS607において空集合と判断されたドメインが最も上のレベルの変数であれば、バックトラック不可と判断され、"解なし"として解探索処理を終了することになる(ステップS608、S609)。ステップS605における矛盾発生の判定方法としては、当該変数に当該値を割り当て、制約伝播が行われた結果、何れかの変数のドメインが空集合となった場合に矛盾が生じたものと判定される。   Subsequently, the solution search processing unit 103 selects the smallest value from the domain for the variable (strip number PM232) (step S603) and sets it as the value of the variable (strip number PM232) (step S604). Next, the solution search processing unit 103 determines whether or not the value set for the variable (the number PM232) contradicts the constraint conditions (12) to (23 (or 24)) (step S605). If the value set for the variable (strip number PM232) contradicts the constraint conditions (12) to (23 (or 24)), the set value is removed from the domain of the variable (strip number PM232) (step S606), If the domain is an empty set, the solution search processing unit 103 determines whether or not backtracking is possible. If backtracking is possible, the solution search processing unit 103 backtracks to the next higher level variable (number). (Steps S607, S608, S610). In this case, since the value set for the variable (number PM232) is consistent with the constraints (12) to (23 (or 24)), the solution search processing for the next level variable (number) from step S601 is performed. Transition. If the domain determined to be an empty set in step S607 is the highest level variable, it is determined that backtracking is not possible, and the solution search process is terminated as “no solution” (steps S608 and S609). . As a determination method of occurrence of contradiction in step S605, it is determined that a conflict has occurred when the domain of any variable becomes an empty set as a result of assigning the value to the variable and performing constraint propagation. .

なお、ステップS608においては、当該ドメインが空集合となれば探索木において一つ変数(最大生産注文日数)に近い側に位置する変数(条数)にバックトラックすると説明したが、当該変数が探索木において最も変数(最大生産注文日数)の近くに位置する変数(条数)であれば(ここでは、変数(条数PM112))、ステップS609において解なしとして扱われ、ステップS702においてNoの方向へ分岐することとなる。   In step S608, it has been described that if the domain is an empty set, it is backtracked to a variable (number of items) located closer to one variable (maximum production order days) in the search tree. If it is a variable (strip number) located closest to the variable (maximum production order days) in the tree (here, variable (strip number PM112)), it is treated as no solution in step S609, and the direction of No in step S702 It will branch to.

以降、解探索処理部103は、ドメインに含まれる値の個数が少ない変数(条数)から優先的に値を決定していく。   Thereafter, the solution search processing unit 103 preferentially determines a value from a variable (number of items) having a small number of values included in the domain.

以上の手順により、各変数への値の割り当て方の組合せから成る解を算出する。図9、図10に示すように、ここで算出された解を次に列挙する。
・合計利用分割母材数:5
・利用母材フラグ(M1):1
・利用母材フラグ(M2):1
・分割数(M1):2
・分割数(M2):6
・利用分割母材数(M1):2
・利用分割母材数(M2):3
・最小生産注文日数:1
・最大生産注文日数:2
・条数(PM111):4
・条数(PM112):0
・条数(PM121):4
・条数(PM122):0
・条数(PM211):0
・条数(PM212):5
・条数(PM221):0
・条数(PM222):5
・条数(PM231):1
・条数(PM232):3
By the above procedure, a solution consisting of a combination of values assigned to each variable is calculated. As shown in FIGS. 9 and 10, the solutions calculated here are listed below.
-Total number of divided base materials used: 5
・ Base material flag (M1): 1
・ Base material flag (M2): 1
-Number of divisions (M1): 2
-Number of divisions (M2): 6
・ Number of divided base materials (M1): 2
・ Number of divided base materials (M2): 3
・ Minimum production order days: 1
・ Maximum production order days: 2
・ Article number (PM111): 4
-Article number (PM112): 0
-Article number (PM121): 4
-Article number (PM122): 0
・ Article number (PM211): 0
-Article number (PM212): 5
-Article number (PM221): 0
・ Article number (PM222): 5
-Article number (PM231): 1
-Article number (PM232): 3

次に、本実施形態における最適解検出方法について説明する。
先ず、上記のように、解探索処理部103が図6のステップS601〜S609の処理を経ることにより制約充足問題の解が算出されると(ステップS701)、最適解検出部104は、解有りと判断し(ステップS702)、初めに算出された解は、制約条件(26)を課せられることなく、当該解=「既知の最良の解」、当該解に基づく目的関数値(歩留り)=「既知の最良の解の目的関数値」として無条件に最適解検出部104によりRAM202に記録される(ステップS703)。
Next, the optimal solution detection method in this embodiment will be described.
First, as described above, when the solution search processing unit 103 calculates the solution of the constraint satisfaction problem through the processing of steps S601 to S609 in FIG. 6 (step S701), the optimal solution detection unit 104 has a solution. (Step S702), the solution calculated first is not subject to the constraint (26), and the solution = “known best solution”, the objective function value (yield) based on the solution = “ It is unconditionally recorded in the RAM 202 by the optimum solution detecting unit 104 as a known best solution objective function value "(step S703).

このように、「既知の最良の解」及び「既知の最良の解の目的関数値」が一旦RAM202に記録されると、以降の解探索処理においては、解の目的関数値が「既知の最良の解の目的関数値」より大きな値でなければならない、という制約条件(24)が制約条件導出部102によって更に導出される(ステップS704)。従って、ステップS701において次に算出される解は、初めに算出された解(既知の最良の解)より高い目的関数値をとる解となる。この場合、ステップS704では、「既知の最良の解」及び「既知の最良の解の目的関数値」は次の解に基づく数値に更新され、制約条件(24)の内容も同様に更新される。この処理の流れは、図7に示す最適化問題を解き終えるまで実行され、最後までRAM202に記録されている「既知の最良の解」が最適解とされる(ステップS706)。   As described above, once the “known best solution” and “the objective function value of the known best solution” are once recorded in the RAM 202, the objective function value of the solution is “the known best solution” in the subsequent solution search processing. The constraint condition (24) that the value must be larger than the “objective function value of the solution of” is further derived by the constraint condition deriving unit 102 (step S704). Accordingly, the next solution calculated in step S701 is a solution having a higher objective function value than the initially calculated solution (known best solution). In this case, in step S704, “the known best solution” and “the objective function value of the known best solution” are updated to numerical values based on the next solution, and the contents of the constraint condition (24) are also updated in the same manner. . This processing flow is executed until the optimization problem shown in FIG. 7 is solved, and the “known best solution” recorded in the RAM 202 until the end is determined as the optimum solution (step S706).

ユーザは、上記の最適解が表示パネル等に出力されることによって、少なくとも次の事項を把握することが可能となる。
・当日利用可能な母材のうちどの母材を使用するか
・使用対象の母材をそれぞれ何分割するか
・各母材につき分割母材のうち幾つを利用分割母材とするか
・各利用分割母材に夫々どの製品を幾つ引き当てるか
The user can grasp at least the following items by outputting the above-mentioned optimum solution to the display panel or the like.
・ Which base material should be used among the base materials that can be used on the day ・ How many base materials should be divided? ・ How many of the divided base materials should be used as split base materials for each base material ・ Each use How many products are allocated to each divided base material

また、本実施形態では、複数の母材の各利用分割母材に引き当てる各製品の条数を変数として含む解空間を解探索処理の対象としている。従って、本実施形態によれば、当日利用可能な母材が複数存在する場合であっても、それら母材間にわたって高い歩留りを確保できる製品の引き当て方法を算出することが可能となり、製品の製造現場の実状に則した製品引き当て計画を立てることができる。   In this embodiment, the solution search process includes a solution space including, as a variable, the number of strips of each product assigned to each use-divided base material of a plurality of base materials. Therefore, according to the present embodiment, even when there are a plurality of base materials that can be used on the day, it is possible to calculate a product allocation method that can secure a high yield across the base materials, and manufacture of the products A product allocation plan can be made in accordance with the actual situation at the site.

尚、本実施形態では、変数(条数)の値のみを変化させて、歩留りの局所的最適化を行っており、このモデルは全体として見ると最適化問題ではなく、制約充足解として捉えることができる。従って、このモデルは一つの制約充足解を得る目的に利用される。このモデルに対してさらに目的関数(歩留り)を与え、目的関数値がある閾値を越えるまで歩留りの高い解の探索を続けるという実施形態も考えられる。また、その最適化に時間制限を設けて、当該時間制限内の解探索処理により得られた解のうち上記目的関数の値が最大となる解を最適解として検出することも考えられる。   In this embodiment, only the value of the variable (number of lines) is changed to perform local optimization of the yield. This model is not an optimization problem as a whole, but is regarded as a constraint satisfaction solution. Can do. Therefore, this model is used for the purpose of obtaining one constraint satisfaction solution. An embodiment in which an objective function (yield) is further given to this model and a search for a solution with a high yield is continued until the objective function value exceeds a certain threshold value is also conceivable. It is also conceivable that a time limit is set for the optimization, and a solution having the maximum value of the objective function is detected as an optimal solution among the solutions obtained by the solution search process within the time limit.

以下に、今回のモデルに登場した変数を補足的に説明する。
・基準面積:問題全体で一つのみ存在する。利用分割母材の面積の合計を表す。
・利用分割母材数:各母材毎に存在する。当該母材の分割母材のうち、利用される分割母材の個数を表す。
・分割数:各母材毎に存在する。母材を長さ方向に何分割するかを表す。
・利用面積:問題全体で一つのみ存在する。生産される製品の面積の合計を表す。
・歩留り:問題全体で一つのみ存在する。利用分割母材の面積の合計に対する生産される製品の面積の合計の比率を表す。
・利用幅:各分割母材毎に存在する。当該分割母材から生産する製品幅の合計を表す。
・条数:各分割母材毎、各製品毎に存在する。当該分割母材から当該製品を切る条数を表す。
・生産量下限値:各製品毎に存在する。当該製品の最小生産日数分の出荷予定量を表す。
・最小生産注文日数:問題全体で一つのみ存在する。各製品の生産量が何日目までの出荷予定量を満たすべきであるかを表す。つまり、各製品は、最小生産注文日数分の出荷予定量を満たすように生産されることになる。最小生産日数は各製品毎に別のものではなく、各製品に共通のものである。
・生産量上限値:各製品毎に存在する。当該製品の最大生産注文日数分の出荷予定量を表す。
・最大生産注文日数:問題全体で一つのみ存在する。各製品の生産量が何日目までの出荷予定量までしか満たしてはいけないかを表す。つまり、各製品は、最大でも最大生産注文日数分の出荷予定量しか生産されないことになる。最大生産日数は各製品毎に別のものではなく、各製品に共通のものである。
・利用母材フラグ:各母材毎に存在する。当該母材を利用するか否かを表す。
・合計利用分割母材数:問題全体で一つのみ存在する。利用する分割母材の総数を表す。
・生産量:各製品毎に存在する。当該製品の生産量を表す。
・割当フラグ:各母材毎、各製品毎に存在する。当該母材から当該製品を生産するか否かを表す。
The following is a supplementary explanation of the variables that appeared in this model.
・ Reference area: There is only one reference for the entire problem. Represents the total area of the usage split base material.
・ Number of divided base materials used: Present for each base material. Of the divided base materials of the base material, the number of the divided base materials used is represented.
-Number of divisions: exists for each base material. Indicates how many base materials are divided in the length direction.
・ Used area: There is only one area for the entire problem. Represents the total area of products produced.
・ Yield: There is only one problem in the whole problem. Represents the ratio of the total area of the product to be produced to the total area of the usage split base material.
・ Use width: Exists for each divided base material. Represents the total product width produced from the split base material.
・ Strip number: It exists for each divided base material and each product. Indicates the number of strips that cut the product from the divided base material.
・ Production lower limit: Exists for each product. This represents the planned shipment amount for the minimum production days of the product.
-Minimum production order days: There is only one for the entire problem. It shows how many days the production volume of each product should meet the planned shipment volume. That is, each product is produced so as to satisfy the planned shipment amount for the minimum production order days. The minimum production days are not different for each product, but are common to each product.
・ Production upper limit: It exists for each product. This represents the planned shipment quantity for the maximum production order days for the product.
・ Maximum production order days: There is only one for the entire problem. It shows how many days the production amount of each product can only meet the planned shipment amount. In other words, each product will be produced only at the planned shipment quantity for the maximum production order days. The maximum production days are not different for each product, but are common to each product.
-Use base material flag: present for each base material. Indicates whether to use the base material.
-Total number of split base materials used: There is only one for the entire problem. Represents the total number of split base materials used.
-Production volume: exists for each product. Represents the production volume of the product.
-Allocation flag: exists for each base material and each product. Indicates whether the product is produced from the base material.

尚、本発明においては、変数(条数PMjki)の代わりに分割母材毎に、当該分割母材のカッティングパターンを表す変数を用いることもできる。カッティングパターンとは、当該母材幅に収まる範囲の利用幅となる製品の組合せのパターンである。例えば、母材幅が1200mm、製品の種類が300mm、220mmであるとすると、表1に示すようにカッティングパターンは16通りある。   In the present invention, a variable representing the cutting pattern of the divided base material may be used for each divided base material instead of the variable (the number PMjki). The cutting pattern is a combination pattern of products having a use width within a range that fits within the base material width. For example, if the base material width is 1200 mm and the product types are 300 mm and 220 mm, there are 16 cutting patterns as shown in Table 1.

Figure 0004843201
Figure 0004843201

本発明の一実施形態に係る情報処理装置の機能構成を示したブロック図である。It is the block diagram which showed the function structure of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置のシステム構成を示した図である。It is the figure which showed the system configuration | structure of the information processing apparatus which concerns on one Embodiment of this invention. 母材に製品を引き当てた状態を模式的に示した図である。It is the figure which showed typically the state which attracted the product to the base material. 本発明の一実施形態に係る情報処理装置の動作の流れを示したフローチャートである。It is the flowchart which showed the flow of operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置の動作の流れを示したフローチャートである。It is the flowchart which showed the flow of operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置の動作の流れを示したフローチャートである。It is the flowchart which showed the flow of operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置の動作の流れを示したフローチャートである。It is the flowchart which showed the flow of operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 出荷予定情報の一例を示した図である。It is a figure showing an example of shipping schedule information. 解探索処理の対象となる解空間を模式的に示した図である。It is the figure which showed typically the solution space used as the object of a solution search process. 解探索処理の対象となる解空間を模式的に示した図である。It is the figure which showed typically the solution space used as the object of a solution search process. 変数と制約条件との関係を示した図である。It is the figure which showed the relationship between a variable and a constraint condition. 変数(条数)は分割母材と製品の組に対して与えられていることを示す図である。It is a figure which shows that the variable (number of articles) is given with respect to the group of a division | segmentation base material and a product. 一般的な板状の綱板製品の製造工程を示した図である。It is the figure which showed the manufacturing process of the general plate-shaped rope board product.

符号の説明Explanation of symbols

101 初期情報記憶部
102 制約条件導出部
103 解探索処理部
104 最適解検出部
105 出力制御部
101 Initial Information Storage Unit 102 Constraint Condition Deriving Unit 103 Solution Search Processing Unit 104 Optimal Solution Detection Unit 105 Output Control Unit

Claims (16)

各利用分割母材に引き当てる各製品の条数又は前記各利用分割母材のカッティングパターンの何れか一方、並びに、一又は複数の母材の分割数を変数として含み、前記変数への値の割り当て方の組合せの集合から成る解空間の解探索処理を行う解探索処理手段を有し、
前記解探索処理手段は、前記解空間の解探索処理において、前記各利用分割母材に引き当てられる前記各製品の合計幅が該当する母材の幅以下である旨の制約条件を充足する値を前記変数に割り当てるとともに、前記解探索処理手段は、最小生産注文日数を前記変数として更に含み、初期情報に含まれる所定の最小生産注文日数の最大日数の値を初めに割り当て、次いで、割り当てる値を減少させる方向で前記最小生産注文日数へ値を割り当て、前記最小生産注文日数に該当する制約条件を最初に充足する値に決定し、且つ、前記最小生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以下である旨の制約条件を充足する値を前記変数に割り当てることを特徴とする情報処理装置。
Either one of the number of products to be allocated to each usage division base material or the cutting pattern of each usage division base material, and the number of divisions of one or more base materials as variables, and assigning values to the variables Solution search processing means for performing solution search processing of a solution space consisting of a set of combinations of
In the solution search processing of the solution space, the solution search processing means has a value that satisfies a constraint condition that a total width of each product allocated to each use division base material is equal to or less than a width of the corresponding base material. In addition to assigning to the variable, the solution search processing means further includes a minimum production order days as the variable, first assigns a value of the maximum number of days of the predetermined minimum production order days included in the initial information, and then assigns the value to be assigned. A value is assigned to the minimum production order days in a decreasing direction, a value that satisfies the constraint condition corresponding to the minimum production order days is determined to be the first value , and the planned shipment amount of each product up to the minimum production order days An information processing apparatus is characterized in that a value that satisfies a constraint condition that a cumulative value of is less than or equal to a total value of the number of corresponding products is assigned to the variable.
前記解探索処理手段は、前記利用分割母材の総数である合計利用分割母材数を前記変数として更に含み、割り当てる値を増加させる方向で前記合計利用分割母材数への値の割り当てを行うことを特徴とする請求項1に記載の情報処理装置。   The solution search processing means further includes, as the variable, a total number of used divided base materials that is the total number of the used divided base materials, and assigns a value to the total number of used divided base materials in a direction to increase the value to be assigned. The information processing apparatus according to claim 1. 前記解探索処理手段は、更に、前記合計利用分割母材数の後に前記最小生産注文日数への値の割り当てを行うことを特徴とする請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein the solution search processing unit further assigns a value to the minimum production order days after the total number of divided base materials used. 前記解探索処理手段は、最大生産注文日数を前記変数として更に含み、前記初期条件に含まれる所定の最大生産注文日数の最小日数の値を初めに割り当て、次いで、割り当てる値を増加させる方向で前記最大生産注文日数への値の割り当てを行い、前記最大生産注文日数に該当する制約条件を最初に充足する値に決定し、且つ、前記最大生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以上である旨の制約条件を充足する値を前記変数に割り当てることを特徴とする請求項1又は2に記載の情報処理装置。 The solution search processing means further includes a maximum production order days as the variable , first assigns a value of a minimum number of days of the predetermined maximum production order days included in the initial condition, and then increases the value to be assigned. Assigning a value to the maximum production order days, determining a value that satisfies the constraint condition corresponding to the maximum production order days first, and accumulating the estimated shipping amount of each product up to the maximum production order days The information processing apparatus according to claim 1, wherein a value satisfying a constraint condition that a value is equal to or greater than a total value of the number of applicable products is assigned to the variable. 前記解探索処理手段は、最大生産注文日数を前記変数として更に含み、割り当てる値を増加させる方向で前記最大生産注文日数への値の割り当てを行い、且つ、前記最大生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以上である旨の制約条件を充足する値を前記変数に割り当て、更に、前記合計利用分割母材数及び前記最小生産注文日数の後に、前記最大生産注文日数への値の割り当てを行うことを特徴とする請求項又は3に記載の情報処理装置。 The solution search processing means further includes the maximum production order days as the variable, assigns a value to the maximum production order days in a direction to increase the assigned value, and each product up to the maximum production order days Is assigned to the variable a value that satisfies the constraint that the cumulative value of the planned shipping quantity is equal to or greater than the total value of the number of applicable products, and further, the total number of divided base materials used and the minimum production order days 4. The information processing apparatus according to claim 2 , wherein a value is assigned to the maximum production order days later. 前記解探索処理手段は、条数変数又はカッティングパターン変数以外の少なくとも前記最小生産注文日数を含む変数に先に値を割り当て、前記値を先に割り当てられた変数を固定した上で、利用分割母材に対する製品の面積歩留りが最も大きい値をとるように前記条数変数又は前記カッティングパターン変数の値を変化させることを特徴とする請求項1乃至5の何れか1項に記載の情報処理装置。   The solution search processing means assigns a value to a variable including at least the minimum production order days other than the streak variable or the cutting pattern variable, fixes the previously assigned variable, 6. The information processing apparatus according to claim 1, wherein the value of the streak variable or the cutting pattern variable is changed so as to take a value with the largest area yield of the product with respect to the material. 面積歩留りを目的関数とし、前記目的関数の値が与えられた閾値を越える或いは与えられた時間を経過するまで前記目的関数の値が高い解の探索を続ける最適解検出手段を更に有することを特徴とする請求項1乃至6の何れか1項に記載の情報処理装置。   It further comprises optimum solution detection means that uses area yield as an objective function, and continues to search for a solution with a high objective function value until the objective function value exceeds a given threshold value or a given time elapses. The information processing apparatus according to any one of claims 1 to 6. 情報処理装置による情報処理方法であって、
各利用分割母材に引き当てる各製品の条数又は前記各利用分割母材のカッティングパターンの何れか一方、並びに、一又は複数の母材の分割数を変数として含み、前記変数への値の割り当て方の組合せの集合から成る解空間の解探索処理を実行する際に、前記各利用分割母材に引き当てられる前記各製品の合計幅が該当する母材の幅以下である旨の制約条件を充足する値を前記変数に割り当てるとともに、最小生産注文日数を前記変数として含み、初期情報に含まれる所定の最小生産注文日数の最大日数の値を初めに割り当て、次いで、割り当てる値を減少させる方向で前記最小生産注文日数へ値を割り当て、前記最小生産注文日数に該当する制約条件を最初に充足する値に決定し、且つ、前記最小生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以下である旨の制約条件を充足する値を前記変数に割り当てることを特徴とする情報処理方法。
An information processing method by an information processing apparatus,
Either one of the number of products to be allocated to each usage division base material or the cutting pattern of each usage division base material, and the number of divisions of one or more base materials as variables, and assigning values to the variables Satisfying the constraint that the total width of each product allocated to each usage-divided base material is less than or equal to the width of the corresponding base material when executing solution search processing of a solution space consisting of a set of combinations And assigning a value to be assigned to the variable, including a minimum production order number of days as the variable, assigning a value of a maximum number of days of a predetermined minimum production order number included in the initial information first, and then decreasing the assigned value. assigning a value to a minimum production order number of days, the constraints corresponding to the minimum production order number of days determined in the first value to be satisfied, and, the ship of each product to the minimum production order dates An information processing method the value of the cumulative value to satisfy the constraint condition to the effect that less total value of the number of threads of the relevant product, characterized in that assigned to the variable.
前記解探索処理は、前記利用分割母材の総数である合計利用分割母材数を前記変数として更に含み、割り当てる値を増加させる方向で前記合計利用分割母材数への値の割り当てを行うことを特徴とする請求項8に記載の情報処理方法。   The solution search process further includes, as the variable, the total number of used divided base materials, which is the total number of used divided base materials, and assigns a value to the total number of used divided base materials in a direction to increase the value to be assigned. The information processing method according to claim 8. 前記解探索処理は、更に、前記合計利用分割母材数の後に最小生産注文日数への値の割り当てを行うことを特徴とする請求項9に記載の情報処理方法。   The information processing method according to claim 9, wherein the solution search process further assigns a value to the minimum production order days after the total number of divided base materials used. 前記解探索処理は、最大生産注文日数を前記変数として更に含み、前記初期条件に含まれる所定の最大生産注文日数の最小日数の値を初めに割り当て、次いで、割り当てる値を増加させる方向で前記最大生産注文日数への値の割り当てを行い、前記最大生産注文日数に該当する制約条件を最初に充足する値を決定し、且つ、前記最大生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以上である旨の制約条件を充足する値を前記変数に割り当てることを特徴とする請求項8又は9に記載の情報処理方法。 The solution search process further includes a maximum production order number of days as the variable, first assigns a value of a minimum number of days of a predetermined maximum production order number included in the initial condition, and then increases the assigned value in the direction of increasing the assigned value. Assign a value to the production order days, determine a value that satisfies the constraint condition corresponding to the maximum production order days first, and cumulative value of the planned shipment amount of each product up to the maximum production order days 10. The information processing method according to claim 8, wherein a value satisfying a constraint condition that is equal to or greater than a total value of the number of applicable products is assigned to the variable. 前記解探索処理は、最大生産注文日数を前記変数として更に含み、割り当てる値を増加させる方向で前記最大生産注文日数への値の割り当てを行い、且つ、前記最大生産注文日数までの前記各製品の出荷予定量の累積値が該当する製品の条数の合計値以上である旨の制約条件を充足する値を前記変数に割り当て、更に、前記合計利用分割母材数及び前記最小生産注文日数の後に、前記最大生産注文日数への値の割り当てを行うことを特徴とする請求項又は10に記載の情報処理方法。 The solution search process further includes the maximum production order days as the variable, assigns a value to the maximum production order days in a direction to increase the value to be assigned, and each of the products up to the maximum production order days. Assign a value that satisfies the constraint that the cumulative value of the planned shipping quantity is greater than or equal to the total value of the number of applicable products to the variable, and after the total number of divided base materials and the minimum production order days The information processing method according to claim 9 , wherein a value is assigned to the maximum production order days. 前記解探索処理は、条数変数又はカッティングパターン変数以外の少なくとも前記最小生産注文日数を含む変数に先に値を割り当て、前記値を先に割り当てられた変数を固定した上で、利用分割母材に対する製品の面積歩留りが最も大きい値をとるように前記条数変数又は前記カッティングパターン変数の値を変化させることを特徴とする請求項8乃至12の何れか1項に記載の情報処理方法。   The solution search processing is performed by assigning a value to a variable including at least the minimum production order days other than a streak variable or a cutting pattern variable, and fixing the variable previously assigned the value, The information processing method according to any one of claims 8 to 12, wherein a value of the streak variable or the cutting pattern variable is changed so as to take a value having the largest area yield of the product with respect to. 面積歩留りを目的関数とし、前記目的関数の値が与えられた閾値を越える或いは与えられた時間を経過するまで前記目的関数の値が高い解の探索を続けることを特徴とする請求項8乃至13の何れか1項に記載の情報処理方法。   14. The search for a solution with a high value of the objective function is continued until the area yield is an objective function, and the value of the objective function exceeds a given threshold value or a given time elapses. The information processing method according to any one of the above. 請求項8乃至14の何れか1項に記載の情報処理方法をコンピュータに実行させるためのプログラム。   The program for making a computer perform the information processing method of any one of Claims 8 thru | or 14. 請求項1乃至7の何れか1項に記載の情報処理装置の機能をコンピュータに実行させるためのプログラム。   The program for making a computer perform the function of the information processing apparatus of any one of Claims 1 thru | or 7.
JP2004136236A 2004-04-30 2004-04-30 Information processing apparatus, information processing method, and program Expired - Fee Related JP4843201B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004136236A JP4843201B2 (en) 2004-04-30 2004-04-30 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004136236A JP4843201B2 (en) 2004-04-30 2004-04-30 Information processing apparatus, information processing method, and program

Publications (3)

Publication Number Publication Date
JP2005316878A JP2005316878A (en) 2005-11-10
JP2005316878A5 JP2005316878A5 (en) 2006-10-26
JP4843201B2 true JP4843201B2 (en) 2011-12-21

Family

ID=35444208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004136236A Expired - Fee Related JP4843201B2 (en) 2004-04-30 2004-04-30 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP4843201B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008226096A (en) * 2007-03-15 2008-09-25 Hitachi Ltd Restriction propagation device, restriction propagation method, and program
JP5067485B2 (en) * 2008-08-21 2012-11-07 富士通株式会社 Receiver and receiving method
JP6115526B2 (en) * 2014-07-18 2017-04-19 Jfeスチール株式会社 Product collection plan creation method and product collection plan creation device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04260932A (en) * 1990-09-28 1992-09-16 Pentel Kk Inference mechanism
JPH08297503A (en) * 1995-04-27 1996-11-12 Mitsubishi Electric Corp Member arranging method
JPH09300180A (en) * 1996-05-20 1997-11-25 Sumitomo Metal Ind Ltd Method and system of combining
JPH1139358A (en) * 1997-07-17 1999-02-12 Nkk Corp Method for reserving plate like article
JP2000071119A (en) * 1998-08-28 2000-03-07 Nippon Steel Corp Saw-cutting method for section steel
JP4340016B2 (en) * 2001-02-28 2009-10-07 新日本製鐵株式会社 Information processing apparatus, network system, production management method, and storage medium
JP4328071B2 (en) * 2002-08-23 2009-09-09 新日鉄ソリューションズ株式会社 Optimization simulation apparatus, optimization simulation method, and program

Also Published As

Publication number Publication date
JP2005316878A (en) 2005-11-10

Similar Documents

Publication Publication Date Title
Jin et al. Storage yard management in maritime container terminals
KR100275639B1 (en) Production controller capable of controlling work start in each facility of a facility group taking buffer capacity of the facility group into consideration
Guo et al. Optimisation of integrated process planning and scheduling using a particle swarm optimisation approach
US7685113B2 (en) Demand breakout for a supply chain
Grahl et al. Meta-heuristics for placing strategic safety stock in multi-echelon inventory with differentiated service times
Navaei et al. Grouping part/product variants based on networked operations sequence
Zhao et al. Integrated facility layout design and flow assignment problem under uncertainty
Karimi-Nasab et al. Lot sizing and job shop scheduling with compressible process times: A cut and branch approach
JP2019075016A (en) Inventory management apparatus and inventory management method
CN115685892A (en) Method, apparatus, device, storage medium and program product for industrial planning
JP4843201B2 (en) Information processing apparatus, information processing method, and program
JP6201556B2 (en) Prediction model learning device, prediction model learning method, and computer program
JP5543129B2 (en) Scheduling device
Tantik et al. Industrie 4.0: Using cyber-physical systems for value-stream based production evaluation
EP3029617A1 (en) Production performance management device and production performance management method thereof
JP6830043B2 (en) Parameter estimation device, equipment failure prediction device, optimal measure search device, method, and program
JP5318651B2 (en) Scheduling method, scheduling program, and scheduling system
JP2007264682A (en) Production management method in steel plate manufacture
Tan et al. Sensitivity analysis in Markov decision processes with uncertain reward parameters
JP2009098924A (en) Member assignment system
Ewa Modeling manufacturing processes with disturbances—two-stage AL model transformation method
EP1615092A1 (en) Information processing device, information processing system, information processing method and recording medium
CN108491687A (en) Based on contig quality evaluations classification and scheme the scaffolding methods optimized
Lohmer et al. Multi-factory job shop scheduling with due date objective
Egilmez et al. Multi-period cell loading and job sequencing in a cellular manufacturing system

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060908

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060908

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090309

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091020

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091221

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100420

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100618

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20100726

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20110128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110826

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111007

R150 Certificate of patent or registration of utility model

Ref document number: 4843201

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141014

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees