JPH07319848A - System and method for retrieving optimum solution - Google Patents

System and method for retrieving optimum solution

Info

Publication number
JPH07319848A
JPH07319848A JP11479194A JP11479194A JPH07319848A JP H07319848 A JPH07319848 A JP H07319848A JP 11479194 A JP11479194 A JP 11479194A JP 11479194 A JP11479194 A JP 11479194A JP H07319848 A JPH07319848 A JP H07319848A
Authority
JP
Japan
Prior art keywords
solution
variable
search
information
control information
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.)
Granted
Application number
JP11479194A
Other languages
Japanese (ja)
Other versions
JP3214977B2 (en
Inventor
Kimiko Kusakari
君子 草刈
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP11479194A priority Critical patent/JP3214977B2/en
Publication of JPH07319848A publication Critical patent/JPH07319848A/en
Application granted granted Critical
Publication of JP3214977B2 publication Critical patent/JP3214977B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Complex Calculations (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To shorten the time of retrieval processing and to reduce the volume of a memory necessary for the retrieval processing by utilizing already detected solution information. CONSTITUTION:A retrieval control information generating means 4 generates retrieval control information 5 indicating the priority directions of respective variables stored in solution information 3 generated by optimizing a combined optimizing problem 1 by an optimizing means 2. A retrieving means 7 judges the retrieval priority directions of respective variables based upon the information 5 and executes the retrieval of an optimum solution in the same or similar integer programming problem or mixed integer programming problem(MIP) 6 as/to the problem 1 by a branch and bound method. The retrieved result is outputted as solution information 8. The optimizing means 2 is not restricted by the branch and bound method. Thus the efficiency of retrieval in the case of repeatedly retrieving the same or similar problem can be improved.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は整数計画問題または混合
整数計画問題の最適解探索方式及び最適解探索方法に関
し、特に分枝限定法により最適解を探索する最適解探索
方式及び最適解探索方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an optimal solution search method and an optimal solution search method for an integer programming problem or a mixed integer programming problem, and more particularly to an optimal solution search method and an optimal solution search method for searching an optimal solution by a branch and bound method. Regarding

【0002】[0002]

【従来の技術】従来より技術および産業上の広い領域に
おいて、製造業界における生産計画、流通業界における
物流計画において存在する、資源の組合せの最適の値を
求めることが要求されている。このような、組合せ最適
化問題の各条件式が、幾つかの変数に関する1次等式ま
たは1次不等式で表されていて、最小または最大にした
い関数が1次式で表される最適化問題を線形計画問題と
言い、その解き方を考えるものが線形計画法である。
2. Description of the Related Art Conventionally, it has been required to find an optimum value of a combination of resources existing in a production plan in a manufacturing industry and a distribution plan in a distribution industry in a wide range of technical and industrial fields. Each conditional expression of such a combinatorial optimization problem is expressed by a linear equality or a linear inequality regarding some variables, and the function to be minimized or maximized is expressed by a linear expression. Is called a linear programming problem, and what considers how to solve it is linear programming.

【0003】1次等式または1次不等式で表現される問
題がもし、各変数の値が全て実数の値をとれるという条
件である場合には、オペレーションズリサーチ手法の一
つである数理計画手法の中の線形計画問題として知られ
ている。
If the problem expressed by the first-order equality or the first-order inequality is a condition that all the values of each variable can take real values, the mathematical programming method, which is one of the operations research methods, is used. Known as the Medium Linear Programming Problem.

【0004】線形計画問題の処理方式については、解法
の基本的な部分が開発されている。この解法は、単体法
(シンプレックス法)とよばれる線形計画法の解法の一
つである。これは、制約条件が連立一時不等式であるこ
とに注目し、各制約条件を満足する領域内で最も目的関
数を最大化(または最小化)する点は、このとき注目し
ている多次元空間における凸多面体の端点であることを
利用した方法である。凸多面体の端点を目的関数が大き
くなる方向に(最大化問題の場合)順次たどることによ
り、最終的に目的関数を最大化し、すべての制約条件を
満足する解を得ることができる方法である。この方法
は、実際のコンピューターシステムでは長年にわたり主
に利用されてきた方法でもある。この場合には改訂単体
法や内点法により高速かつ安定した処理方式を持ってい
る。
Regarding the processing method of the linear programming problem, the basic part of the solution method has been developed. This solution is one of linear programming methods called simplex method. This is because the constraint conditions are simultaneous temporary inequalities, and the point of maximizing (or minimizing) the objective function most within the region that satisfies each constraint condition is This is a method that utilizes the end points of a convex polyhedron. This is a method in which the objective function is finally maximized by sequentially tracing the end points of the convex polyhedron in the direction in which the objective function increases (in the case of the maximization problem), and a solution satisfying all the constraints can be obtained. This method has also been used mainly in actual computer systems for many years. In this case, the revised simplex method and interior point method have a fast and stable processing method.

【0005】ところが、各変数の値が整数変数でなけれ
ばならないという条件が更に加味された場合には、線形
計画問題を発展させた、整数計画問題(連立不等式で使
用される未知変数がすべて整数条件を満足することを要
求された場合)や、混合整数計画問題(連立不等式で使
用される未知変数の任意個が整数条件を満足することを
要求された場合)がある。特に、産業上の利用のために
は、変数が整数値を取る解を提示する方式が必要とな
る。
However, when the condition that the value of each variable must be an integer variable is further added, an integer programming problem (all unknown variables used in simultaneous inequalities are integers, which is a development of the linear programming problem. There is a case where it is required to satisfy the condition) or a mixed integer programming problem (when any number of unknown variables used in simultaneous inequalities is required to satisfy the integer condition). Especially for industrial use, a method of presenting a solution in which a variable takes an integer value is required.

【0006】従来の整数計画問題、混合整数計画問題に
関する処理方式においては、代表的かつ実用的な厳密解
法として分枝限定法が利用されていた。分枝限定法で
は、線形計画問題として最適化したときに得られた整数
値を取ることを要請された変数の領域(定義域)を、そ
の変数の値を利用して分割していき、分割された領域で
の解を求めていく。求められた解のなかで最良の値を持
つものが最適解となる。このように式を細分割する方式
を分岐、または分岐処理と呼び、細分割していく様子を
表現する方法としてノードツリーを利用することが多
い。また、初めに与えられた計画問題を親ノードと呼
び、親ノードの各変数領域を分割して生成した計画問題
を子ノードと呼ぶ。
In the conventional processing methods for integer programming problems and mixed integer programming problems, the branch and bound method has been used as a representative and practical exact solution method. In the branch-and-bound method, the domain (domain) of a variable that is requested to take an integer value obtained when it is optimized as a linear programming problem is divided using the value of that variable, The solution in the specified area is sought. Among the obtained solutions, the one with the best value is the optimum solution. Such a method of subdividing an expression is called branching or branching processing, and a node tree is often used as a method of expressing a state of subdividing. Also, the initially given planning problem is called a parent node, and the planning problem generated by dividing each variable area of the parent node is called a child node.

【0007】更に、分枝限定法をより効率的に利用する
方法として、カットオフ、または枝狩りと呼ばれる方法
も利用される。この方法は、それまでに求めた最も良い
最適解の目的関数値を利用するものである。例えば、収
束条件を甘くして実行した結果の最適解の目的関数値を
カットオフの値として、次に収束条件を変更した問題に
対して適用すれば、余分なノードを生成せずに済むとい
うものである。こうしたノードの探索を打ち切る処理を
カットオフまたはカットオフによる打切りと呼ぶ。
Furthermore, as a method for more efficiently using the branch and bound method, a method called cutoff or branch picking is also used. This method uses the objective function value of the best optimal solution obtained so far. For example, if the objective function value of the optimum solution resulting from executing the convergence condition is softened and the cutoff value is applied to the problem with the next convergence condition changed, it is possible to generate no extra node. It is a thing. The process of stopping the search for such a node is called cutoff or cutoff by cutoff.

【0008】分枝限定法が、現実にどのように利用され
ているかとして、次のような例を考える(以下この問題
をトラック問題とよぶ)。運送会社がn種類の機材cj
(j=1、・・・、n)の中から適当なものを選んでト
ラックに載せ工場に運ぶ場合と想定することができる。
ここで、各機材cj の重量をaj (kg)、工場に運ん
だ場合の個々の機材cj の1個当たりの効用(有効度)
をbj とし、トラックの重量制限をb(kg)とする。
それぞれの値は、 機材c1 は重量a1 =36、効用b1 =54。 機材c2 は重量a2 =24、効用b2 =18。 機材c3 は重量a3 =30、効用b3 =60。 機材c4 は重量a4 =32、効用b4 =32。 機材c5 は重量a5 =26、効用b5 =13。 であるとする。
As an example of how the branch and bound method is actually used, consider the following example (this problem will be referred to as the track problem hereinafter). The shipping company has n types of equipment c j
It can be assumed that an appropriate one is selected from (j = 1, ..., N), placed on a truck, and transported to a factory.
Here, the utility of 1 per individual gear c j when carried the weight of each gear c j a j (kg), the plant (effectiveness)
Is b j, and the weight limit of the truck is b (kg).
The respective values are as follows: equipment c 1 has weight a 1 = 36 and utility b 1 = 54. The equipment c 2 has a weight a 2 = 24 and a utility b 2 = 18. The equipment c 3 has a weight a 3 = 30 and a utility b 3 = 60. The equipment c 4 has a weight a 4 = 32 and a utility b 4 = 32. The equipment c 5 has a weight a 5 = 26 and a utility b 5 = 13. Suppose

【0009】そして、トラックの重量制限が91kgで
ある場合、工場に運びこむことができる機材の量は重量
制限以下であることから、トラックで運ぶ個数をxj
すると、運ぶことによる効果の効用の総和Cを最大化す
るそれぞれの機材cj の個数xj は、次の連立不等式に
より導くことができる。
[0009] When the weight limit of the track is 91 kg, since the amount of equipment that can be Komu carry the factory is less weight limit, when the number carried in the track and x j, the utility of the effect due to carry The number x j of each piece of equipment c j that maximizes the total sum C can be derived by the following simultaneous inequalities.

【0010】[0010]

【数1】 36x1 +24x2 +30x3 +32x4 +26x5 ≦91 ・・・・(1)## EQU1 ## 36x 1 + 24x 2 + 30x 3 + 32x 4 + 26x 5 ≤91 ... (1)

【0011】[0011]

【数2】 54x1 +18x2 +60x3 +32x4 +13x5 =効用の総和C ・・・・(2) つまり、(1)の不等式を満足しつつ、(2)の式で表
現される効用の総和Cを最大化するための、資源の組合
せの決定方式が必要となるのである。(1)の不等式を
制約条件と言い、効用の総和Cをもとめる(2)の式を
目的関数と言う。そして、トラックで運ぶ個数をxj
整数しかとることができず、どの機材も1つしか必要が
ないとする。つまり、0≦x1 ≦1、0≦x2 ≦1、0
≦x3 ≦1、0≦x4 ≦1、0≦x5 ≦1の変数条件を
満たしていなければならない。
[Number 2] 54x 1 + 18x 2 + 60x 3 + 32x 4 + 13x 5 = total C · · · · (2) utility that is, while satisfying the inequality (1), the sum of utilities represented by formula (2) A method of determining a combination of resources for maximizing C is required. The inequality in (1) is called a constraint condition, and the expression in (2) that finds the total sum C of utilities is called an objective function. Further, it is assumed that x j can be an integer for the number of trucks to carry, and that only one piece of equipment is required. That is, 0 ≦ x 1 ≦ 1, 0 ≦ x 2 ≦ 1, 0
The variable conditions of ≦ x 3 ≦ 1, 0 ≦ x 4 ≦ 1, 0 ≦ x 5 ≦ 1 must be satisfied.

【0012】なお、以下説明を容易にするために、次の
ような略記法を用いる。 MIP問題:混合整数計画問題、本発明では整数計画問
題をも含めて本用語を使用する。 MIP変数:MIP問題を構成する変数の中で、整数値
を取らなければならないといった離散条件を要求されて
いる変数。 MIP条件:MIP変数に要求される整数値でなければ
ならないといった離散条件。 連続緩和解:MIP問題の中で要求されるMIP条件が
なかったことにして、線形計画問題として線形最適化し
た解。 MIP可能解:MIP条件を満たした解。
In order to facilitate the description below, the following abbreviations are used. MIP Problem: Mixed Integer Programming Problem, We use this term to include integer programming problems as well. MIP variable: A variable that requires a discrete condition such as having to take an integer value among the variables forming the MIP problem. MIP condition: A discrete condition such as an integer value required for a MIP variable. Continuous relaxation solution: A solution that is linearly optimized as a linear programming problem by not having the required MIP condition in the MIP problem. MIP possible solution: A solution that satisfies the MIP condition.

【0013】分枝限定法では、まず変数xj が整数であ
るという条件をいったん無視して考え、問題を線形計画
問題として連続緩和解を求める。上記の運送会社の例で
は、解は139.0であり、その解を得る変数は、x1
=1、x2 =0、x3 =1、x4 =0.78、x5 =0
である。この解は、x4が整数でないため、x4 ≦0の
場合と、x4 ≧1の場合との変数条件が更に与えられ2
通りに分岐された線形計画問題について探索を行う。こ
のように、次々に分岐を行う。
In the branch and bound method, the condition that the variable x j is an integer is first ignored and considered, and the problem is treated as a linear programming problem to find a continuous relaxation solution. In the shipping company example above, the solution is 139.0, and the variable from which the solution is obtained is x 1
= 1, x 2 = 0, x 3 = 1, x 4 = 0.78, x 5 = 0
Is. This solution, because x 4 is not an integer, x 4 ≦ 0 in the case of, x 4 variable conditions as for ≧ 1 are given further 2
Search for a linear programming problem that is bifurcated into streets. In this way, branching is performed one after another.

【0014】図11は従来の分枝限定法による最適解探
索方式で作成されたノードツリーを示す図である。この
図において各ノード21〜33には、そのノードを線形
計画問題としてもとめた最適解(OBJ)と、その際の
変数(x1 、x2 、x3 、x 4 、x5 )の値か、あるい
は各変数を式(1)に代入した際のその左辺の値(RO
W1)が図示されており各値は以下の通りである。親ノ
ードである第1のノード21は、OBJ=139.0、
1 =1、x2 =0、x3 =1、x4 =0.78、x5
=0。第2のノード22は、OBJ=135.5、x1
=0.81、x2 =0、x3 =1、x4 =1、x5
0。第3のノード23は、OBJ=132、x1 =1、
2 =0、x3 =0.77、x4 =1、x5 =0。第4
のノード24は、ROW1=98。第5のノード25
は、OBJ=103.25、x1 =1、x2 =0.9
6、x3=0、x4 =1、x5 =0。第6のノード26
は、ROW1=92。第7のノード27は、OBJ=9
7.5、x1 =1、x2 =0、x3 =0、x4=1、x
5 =0.88。第8のノード28は、ROW1=94。
第9のノード29は、OBJ=86、x1 =1、x2
0、x3 =0、x4 =1、x5 =0。第10のノード3
0は、OBJ=132.5、x1 =1、x2 =1、x3
=1、x4 =0、x5 =0.04。第11のノード31
は、OBJ=132、x1 =1、x2 =1、x3 =1、
4=0、x5 =0。第12のノード32は、OBJ=
125.5、x1 =0.97、x2 =0、x3=1、x
4 =0、x5 =1。第13のノード33は、OBJ=1
12.5、x1 =0、x2 =1、x3 =1、x4 =1、
5 =0.19。
FIG. 11 shows the optimum solution search by the conventional branch and bound method.
It is a figure which shows the node tree created by the search method. this
In the figure, each node 21 to 33 has a linear
The optimal solution (OBJ) obtained as a planning problem and the
Variable (x1, X2, X3, X Four, XFive) Value or
Is the value on the left side (RO
W1) is shown and the respective values are as follows. Parent
The first node 21, which is the node, has OBJ = 139.0,
x1= 1, x2= 0, x3= 1, xFour= 0.78, xFive
= 0. The second node 22 has OBJ = 135.5, x1
= 0.81, x2= 0, x3= 1, xFour= 1, xFive=
0. The third node 23 has OBJ = 132, x1= 1,
x2= 0, x3= 0.77, xFour= 1, xFive= 0. Fourth
The node 24 of ROW1 is 98. Fifth node 25
Is OBJ = 103.25, x1= 1, x2= 0.9
6, x3= 0, xFour= 1, xFive= 0. Sixth node 26
Is ROW1 = 92. The seventh node 27 has OBJ = 9
7.5, x1= 1, x2= 0, x3= 0, xFour= 1, x
Five= 0.88. The eighth node 28 has ROW1 = 94.
The ninth node 29 has OBJ = 86, x1= 1, x2=
0, x3= 0, xFour= 1, xFive= 0. Tenth node 3
0 is OBJ = 132.5, x1= 1, x2= 1, x3
= 1, xFour= 0, xFive= 0.04. Eleventh node 31
Is OBJ = 132, x1= 1, x2= 1, x3= 1,
xFour= 0, xFive= 0. The twelfth node 32 is OBJ =
125.5, x1= 0.97, x2= 0, x3= 1, x
Four= 0, xFive= 1. The thirteenth node 33 has OBJ = 1
12.5, x1= 0, x2= 1, x3= 1, xFour= 1,
xFive= 0.19.

【0015】このノードツリーにおいて、第9のノード
29と第11のノード31でMIP可能解を検出してい
る。MIP可能解を検出したため、以降の探索を行う必
要はない。そして、第11のノードで検出されたMIP
可能解が最大の値(OBJ=132)であり、これが本
問題の最適解である。
In this node tree, the ninth node 29 and the eleventh node 31 detect the MIP possible solution. Since the MIP feasible solution is detected, it is not necessary to perform the subsequent search. And the MIP detected at the eleventh node
The possible solution has the maximum value (OBJ = 132), and this is the optimal solution of this problem.

【0016】なお、第4のノード24、第6のノード2
6、および第8のノード28はROW1の値が91を超
えているため、線形計画問題として実行不可能であり、
以降の探索は不要である。また、第12のノード32と
第13のノード33は、それぞれOBJ=125.5、
OBJ=112.5であり、すでに第11のノード31
で検出されているMIP可能解(OBJ=132)より
も値が低いため、以降の探索は不要であり、カットオフ
される。
The fourth node 24 and the sixth node 2
The sixth and eighth nodes 28 cannot be executed as a linear programming problem because the value of ROW1 exceeds 91.
Subsequent searches are unnecessary. Further, the twelfth node 32 and the thirteenth node 33 respectively have OBJ = 125.5,
OBJ = 112.5 and already the eleventh node 31
Since the value is lower than the MIP possible solution (OBJ = 132) detected in, the subsequent search is unnecessary and the cutoff is performed.

【0017】この問題を解く前に、最適解が132の近
辺であることが分かっていた場合、「カットオフの値=
132の近辺」として最適化することにより、余分なノ
ードの生成を押さえることができる。これによって、本
来分岐探索が行われるべきノード25がカットオフ値よ
り良い解を生成しないことから以降の探索を打ち切るこ
とができる。したがって、第6のノード26〜第9のノ
ード29までをカットオフすることができる。
If, before solving this problem, it was known that the optimal solution was near 132, then the value of "cutoff =
By optimizing as “around 132”, generation of extra nodes can be suppressed. As a result, the node 25, which should be originally subjected to the branch search, does not generate a better solution than the cutoff value, so that the subsequent search can be terminated. Therefore, the sixth node 26 to the ninth node 29 can be cut off.

【0018】また、分枝限定法のような厳密解法ではな
く、近似解法により最適解ではないが、実用的な局所的
な最適解を求める方式がある。更に、茨木俊秀著、日本
オペレーションズリサーチ学会主催、第30回シンポジ
ウム モダンヒューリステック手法の新展開 1994 pp.
1-10、1994年発表の「組合せ最適化法をめぐる最近
の話題」によれば、厳密解法よりは速く、簡単な近似解
法よりは精度の高い近似解を求める方式として、モダン
ヒューリステック手法(通常はメタヒューリステック手
法、メタ戦略と呼ばれることが多い)が提案されてい
る。
Further, there is a method of obtaining a practical local optimum solution, which is not an optimum solution by an approximate solution method but an exact solution method such as the branch and bound method. Furthermore, Toshihide Ibaraki, Japan Society for Operations Research, 30th Symposium New Development of Modern Heuristic Technique 1994 pp.
According to "Recent topics on combinatorial optimization methods" published in 1-10 and 1994, the modern heuristic method (as a method for obtaining an approximate solution that is faster than the exact solution method and more accurate than the simple approximate solution method) It is usually called meta-heuristic technique or meta-strategy).

【0019】[0019]

【発明が解決しようとする課題】しかし、分枝限定法に
代表される厳密解法では、有限個数の変数が有限の定義
域を持つため、理論的には有限回の分岐操作により生成
された、有限個数のノードを線形計画問題として最適化
することにより、最も目的関数を最大化(または最小
化)する変数の組合せを求めることができるが、実用的
な時間内ですべての探索を行うことは難しい。さらに、
取り扱われるデータの量も膨大となり、データ処理中の
メモリや、セーブする場合のハード・ディスク等の記憶
装置の記憶容量も非常に多く必要となる。
However, in the exact solution method represented by the branch and bound method, since a finite number of variables have a finite domain, theoretically, it is generated by a finite number of branch operations. By optimizing a finite number of nodes as a linear programming problem, it is possible to find the combination of variables that maximizes (or minimizes) the objective function, but it is not possible to perform all searches in a practical time. difficult. further,
The amount of data to be handled becomes enormous, and the memory capacity during data processing and the storage capacity of a storage device such as a hard disk when saving are very large.

【0020】そして、これらの多くについて、NP困難
性(多項式時間で解けるアルゴリズムが存在しない)に
代表されるように、計算の複雑さの意味で本質的に困難
であることの理論的根拠がある。すなわち、これらの問
題については、解空間のかなりの部分(指数関数的に増
加する個数の解)を列挙する以外、有効な解法は存在し
ないと考えられる。したがって、正確な最適解を得るよ
うな厳密解法では、この理論的限界の下で、いかに探索
領域を削るかが大きな問題となっている。
There is a rationale that many of these are essentially difficult in terms of computational complexity, as typified by NP-hardness (there is no algorithm that can be solved in polynomial time). . That is, regarding these problems, it is considered that there is no effective solution except for enumerating a considerable part of the solution space (exponentially increasing number of solutions). Therefore, in the exact solution method for obtaining an accurate optimum solution, how to reduce the search area is a big problem under the theoretical limit.

【0021】また、カットオフを行った場合には、類似
した問題を解く場合には、最適化した場合の解の値が異
なる可能性があり、この場合にはカットオフの値によっ
ては、最適解の検出が不可能となる危険性がある(ここ
で類似した問題とは、目的関数、制約条件、または変数
条件の特定の値のみが違っている等の、解の値に与える
影響の少ない部分のみが違うだけの問題を言う)。この
場合、分割する変数の選択ルールと分割した子ノードの
どちらを先に線形最適化するかという処理方式について
は何らの影響も及ぼしていないとともに、目的関数値の
他にも、各変数の変数値が求まっているにも関わらず、
各変数の変数値を効果的に利用していない。
Further, when the cutoff is performed, when solving a similar problem, the value of the solution when optimized may be different. In this case, depending on the value of the cutoff, the optimum value may be obtained. There is a risk that the solution cannot be detected. (Similar problems here have little effect on the value of the solution, such as differences in specific values of the objective function, constraint conditions, or variable conditions. I say the problem that only the part is different). In this case, there is no influence on the selection method of the variable to be divided and the processing method of linearly optimizing the divided child node, and in addition to the objective function value, the variables of each variable Although the value has been calculated,
The variable value of each variable is not used effectively.

【0022】また、近似解法は、現実の問題への適用は
手法ごとに個別になされていて、近似解法だけで業務適
用を試み、解の精度の問題から実用に至らないケースが
ある。ここで、近似解法の精度を上げようとすると処理
時間が増大する(この場合も使用する近似解法によって
は最適性の精度保証が理論上存在しない場合がある)。
Further, the approximate solution method is applied to the actual problem individually for each method, and there is a case where the application of the approximate solution method is tried only by the approximate solution method and the solution accuracy cannot be put to practical use. Here, if an attempt is made to improve the accuracy of the approximate solution, the processing time increases (again, in this case, the accuracy guarantee of optimality may not theoretically exist depending on the approximate solution used).

【0023】ところが、MIP問題の最適化を伴う業務
システムの構築は、適用している企業が生産コスト削
減、物流コスト削減、企業利益増加を目的として行う作
業である。このため、問題をコンピューターソフトによ
り最適化した結果得られる目的関数値は、理論的かつ理
想的に存在しているはずの厳密に最適な状態で得られる
目的関数値に少しでも近くなければならない。問題が表
現している内容により多少異なるものの、ほとんどの場
合、最悪でも3%、運用上では1〜2%といった数値範
囲で目的関数値を探索することが要求される。そのため
システムの利用者の要求に十分に答えるには、標準値と
して0.01%を採用しなければならない。こうしたよ
り良い解を求めるためには、システムの改良及びチュー
ニングを行うことが多く、こうした場合には、システム
の収束条件を少しずつ変更して何度も同じ問題を解く必
要が発生する。
However, the construction of the business system accompanied by the optimization of the MIP problem is a work carried out by the applied company for the purpose of reducing the production cost, reducing the distribution cost and increasing the profit of the company. For this reason, the objective function value obtained as a result of optimizing the problem by computer software should be as close as possible to the objective function value obtained in a strictly optimal state that should exist theoretically and ideally. Although it varies slightly depending on the content of the problem, in most cases, it is required to search for the objective function value within a numerical range of 3% at worst and 1-2% in operation. Therefore, 0.01% must be adopted as a standard value in order to sufficiently meet the demands of system users. In order to obtain such a better solution, the system is often improved and tuned. In such a case, it is necessary to gradually change the convergence condition of the system and solve the same problem many times.

【0024】このように、企業が実用化する問題は、一
定期間を対象とした計画問題であり、企業の活動が続く
限り何回も繰り返して実行される。この場合には同じ問
題に対して、一部の条件が変えられただけの極めて類似
した問題を最適化することがほとんどである。それにも
係わらず、従来の方式では以前に解かれた問題の解のデ
ータを有効に活用していなかったため、処理時間を短縮
することができず、また各種データを格納するメモリ等
の記憶装置の記憶容量も、膨大な量が必要であった。
As described above, the problem that a company puts into practical use is a planning problem for a certain period, and the problem is repeatedly executed as long as the activity of the company continues. In this case, most of the same problems are optimized for very similar problems with some conditions changed. Nevertheless, the conventional method does not effectively utilize the data of the solution of the problem previously solved, so that the processing time cannot be shortened and the storage device such as a memory for storing various data cannot be shortened. A huge amount of memory was required.

【0025】本発明はこのような点に鑑みてなされたも
のであり、すでに検出されている解情報を利用すること
により、探索処理時間の短縮と探索処理に必要なメモリ
量の削減を可能とする最適解探索方式を提供することを
目的とする。
The present invention has been made in view of the above point, and by utilizing the solution information that has already been detected, it is possible to reduce the search processing time and the memory amount required for the search processing. The purpose is to provide an optimal solution search method that

【0026】また、本発明のその他の目的は、すでに検
出されている解情報を利用することにより、探索処理時
間の短縮と探索処理に必要なメモリ量の削減を可能とす
る最適解探索方法を提供することである。
Another object of the present invention is to provide an optimal solution search method that can shorten the search processing time and the memory amount required for the search processing by utilizing the solution information that has already been detected. Is to provide.

【0027】[0027]

【課題を解決するための手段】図1は上記目的を達成す
る本発明の最適解探索方式の原理図である。本発明で
は、すでに検出されている組合せ最適化問題1の解情報
3から、各変数の優先方向を示す探索制御情報5を作成
する検索制御情報生成手段4と、探索制御情報5により
各変数の変数条件を分岐しノードを生成する際の優先方
向を判断し、整数計画問題または混合整数計画問題6の
最適解の探索を行う探索手段7と、が設けられる。
FIG. 1 is a principle diagram of an optimum solution search system of the present invention for achieving the above object. In the present invention, the search control information generation means 4 for creating the search control information 5 indicating the priority direction of each variable from the solution information 3 of the combination optimization problem 1 that has already been detected, and the search control information 5 for each variable. And a search means 7 for determining an optimal solution of the integer programming problem or the mixed integer programming problem 6 by deciding the priority direction when branching the variable condition and generating the node.

【0028】また、図2は上記目的を達成する本発明の
最適解探索方法の処理手順を示すフローチャートであ
る。すでに検出されている組合せ最適化問題1の解情報
3から、各変数の優先方向を示す探索制御情報5を作成
し(ステップ2)、探索制御情報5により各変数の変数
条件を分岐しノードを生成する際の優先方向を判断し、
整数計画問題または混合整数計画問題6の最適解の探索
を行う(ステップ3)。
FIG. 2 is a flow chart showing the processing procedure of the optimum solution searching method of the present invention which achieves the above object. From the solution information 3 of the combination optimization problem 1 that has already been detected, search control information 5 indicating the preferential direction of each variable is created (step 2), and the variable condition of each variable is branched by the search control information 5 and the node is set. Judge the priority direction when generating,
The optimum solution of the integer programming problem or the mixed integer programming problem 6 is searched (step 3).

【0029】[0029]

【作用】検索制御情報生成手段4は、すでに検出されて
いる組合せ最適化問題1の解情報3から、各変数の優先
方向を示す探索制御情報5を作成する。探索手段7は、
探索制御情報5により各変数の変数条件を分岐しノード
を生成する際の優先方向を判断し、整数計画問題または
混合整数計画問題6の最適解の探索を行う。
The search control information generating means 4 creates the search control information 5 indicating the priority direction of each variable from the solution information 3 of the combination optimization problem 1 that has already been detected. The search means 7 is
Based on the search control information 5, the variable condition of each variable is branched to determine the priority direction when generating a node, and the optimum solution of the integer programming problem or the mixed integer programming problem 6 is searched.

【0030】処理手順は、まず、すでに検出されている
組合せ最適化問題1の解情報3から、各変数の優先方向
を示す探索制御情報5を作成する(ステップ2)。そし
て、この探索制御情報5により各変数の変数条件を分岐
しノードを生成する際の優先方向を判断し、整数計画問
題または混合整数計画問題6の最適解の探索を行う(ス
テップ3)。
In the processing procedure, first, the search control information 5 indicating the priority direction of each variable is created from the solution information 3 of the combination optimization problem 1 that has already been detected (step 2). Then, based on the search control information 5, the variable condition of each variable is branched to determine the priority direction when the node is generated, and the optimum solution of the integer programming problem or the mixed integer programming problem 6 is searched (step 3).

【0031】これにより、すでに検出されている組合せ
最適化問題1の解情報3を有効に利用し、整数計画問題
または混合整数計画問題6の最適解の探索の際の分岐を
効率よく行うことができる。
As a result, the solution information 3 of the combinatorial optimization problem 1 that has already been detected can be effectively used, and the branching can be efficiently performed when searching for the optimum solution of the integer programming problem or the mixed integer programming problem 6. it can.

【0032】[0032]

【実施例】以下、本発明の一実施例を図面に基づいて説
明する。図1は本発明の最適解探索方式の原理図であ
る。検索制御情報生成手段4は、組合せ最適化問題1を
最適化手段2が最適化することにより生成された解情報
3より、その解情報3に格納されている各変数の優先方
向を示す探索制御情報5を生成する。探索手段7は、探
索制御情報5により各変数の探索の際の優先方向を判断
し、組合せ最適化問題1と同一あるいは類似の整数計画
問題または混合整数計画問題(MIP問題)6の最適解
の探索を分枝限定法で行う。その探索の結果を解情報8
として出力する。なお、最適化手段2は分枝限定法であ
る必要はない。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a principle diagram of the optimum solution search method of the present invention. The search control information generation means 4 is based on the solution information 3 generated by the optimization means 2 optimizing the combination optimization problem 1, and the search control indicating the preferential direction of each variable stored in the solution information 3. Information 5 is generated. The search means 7 determines the priority direction when searching each variable based on the search control information 5, and determines the optimum solution of the integer programming problem or the mixed integer programming problem (MIP problem) 6 that is the same as or similar to the combinatorial optimization problem 1. The search is performed by the branch and bound method. The result of the search is the solution information 8
Output as. The optimizing means 2 need not be the branch and bound method.

【0033】図2は本発明の最適解探索方法の処理手順
を示すフローチャートである。 〔S1〕解情報3を利用するかどうかを判断し、利用す
る場合はステップ2に進み、利用しない場合はステップ
3に進む。 〔S2〕解情報3から解構造を読み取り、探索制御情報
を生成する。これは、探索制御情報生成手段4が行う機
能である。 〔S3〕分枝限定法により整数計画問題や混合計画問題
の最適化を行う。この際探索制御情報があれば、それに
より探索の優先方向を判断する。また、カットオフ等の
探索戦略の指定があればこれを利用する。 〔S4〕解情報8を作成する。なおステップ3、ステッ
プ4は、探索手段7が行う機能である。
FIG. 2 is a flow chart showing the processing procedure of the optimum solution search method of the present invention. [S1] It is determined whether or not the solution information 3 is used. If the solution information 3 is used, the process proceeds to step 2. If not, the process proceeds to step 3. [S2] The solution structure is read from the solution information 3 to generate search control information. This is a function performed by the search control information generation means 4. [S3] The integer programming problem and the mixed programming problem are optimized by the branch and bound method. At this time, if there is search control information, the priority direction of the search is determined based on the search control information. If a search strategy such as cutoff is specified, it is used. [S4] The solution information 8 is created. Note that steps 3 and 4 are functions performed by the search means 7.

【0034】次に、解情報3の内容について説明する。
図3は解情報のヘッダ情報を示す図である。このヘッダ
情報には、解(SOLUTION)として、作成年月
日、作成時間、および目的関数の値のデータが格納され
ている。このヘッダ情報は解情報ごとに1つずつ保有し
ている。なお、ヘッダ情報は、必ずしも必要なデータで
はない。
Next, the contents of the solution information 3 will be described.
FIG. 3 is a diagram showing header information of solution information. In this header information, data of a creation date, a creation time, and an objective function value are stored as a solution. One piece of this header information is held for each solution information. The header information is not always necessary data.

【0035】図4は解情報3の変数情報を示す図であ
る。この変数情報には、変数名、変数タイプ、変数の
値、変数の下限値と変数の上限値が解情報の中に格納さ
れている。なお、変数名や変数タイプは、該当変数が整
数値を取ることを要求されているかどうかが判断できれ
ば十分である。また、変数の下限値と変数の上限値は、
問題から取り出すこともできるため、必ずしも必要なデ
ータではない。
FIG. 4 is a diagram showing the variable information of the solution information 3. In this variable information, the variable name, the variable type, the value of the variable, the lower limit value of the variable and the upper limit value of the variable are stored in the solution information. It is sufficient for the variable name and variable type to be able to determine whether the corresponding variable is required to take an integer value. Also, the lower limit value of the variable and the upper limit value of the variable are
It is not necessary data because it can be extracted from the problem.

【0036】図5は解情報3から探索制御情報5を生成
するまでの手順を示すフローチャートである。これは探
索制御情報生成手段4が行う機能である。 〔S11〕解情報の入ったファイルから変数を1つ読み
込む。 〔S12〕読み込んだ変数の変数タイプを調べる。 〔S13〕変数タイプがMIP変数かどうかを判断し、
MIP変数の場合はステップ14に進み、MIP変数で
ない場合はステップ18に進む。 〔S14〕値が下限値を取っているかどうかを判断し、
値が下限値を取っていればステップ15に進み、値が下
限値を取っていなけばステップ16に進む。 〔S15〕変数に対し、下方向優先指示データを生成す
る。このとき、必要であれば選択優先フラグを設定す
る。 〔S16〕値が上限値を取っているかどうかを判断し、
値が上限値を取っていればステップ17に進み、値が上
限値を取っていなけばステップ18に進む。 〔S17〕変数に対し、上方向優先指示データを生成す
る。このとき、必要であれば選択優先フラグを設定す
る。 〔S18〕すべての変数を調べたかどうかを判断し、ま
だ調べていない変数があればステップ1に進み、すべて
の変数を調べてしまっていれば終了する。
FIG. 5 is a flowchart showing the procedure from the solution information 3 to the generation of the search control information 5. This is a function performed by the search control information generation means 4. [S11] One variable is read from the file containing the solution information. [S12] The variable type of the read variable is checked. [S13] Determine whether the variable type is a MIP variable,
If it is the MIP variable, the process proceeds to step 14, and if it is not the MIP variable, the process proceeds to step 18. [S14] Determine whether the value is at the lower limit,
If the value has the lower limit value, the process proceeds to step 15. If the value has not the lower limit value, the process proceeds to step 16. [S15] Downward priority instruction data is generated for the variable. At this time, if necessary, the selection priority flag is set. [S16] Determine whether the value is at the upper limit,
If the value has the upper limit value, the process proceeds to step 17, and if the value has not the upper limit value, the process proceeds to step 18. [S17] Upward priority instruction data is generated for the variable. At this time, if necessary, the selection priority flag is set. [S18] It is determined whether or not all variables have been checked, and if there is a variable that has not been checked yet, the process proceeds to step 1, and if all variables have been checked, the process ends.

【0037】このようにして、探索制御情報5が生成さ
れる。つまり、対象とする問題に対し何らかの方法によ
り最適化され、生成された解情報を、探索の入力情報と
して利用できるように加工している。なお、上記のステ
ップ14とステップ16において、下限値あるいは上限
値を取っているかどうかの判断は、ある程度の範囲(整
数トレランス)をもって判断する。この整数トレランス
は、運用上では0.5まで増加可能である。
In this way, the search control information 5 is generated. In other words, the solution information generated by optimizing the target problem by some method is processed so that it can be used as input information for the search. In step 14 and step 16 described above, the determination as to whether the lower limit value or the upper limit value is taken is made within a certain range (integer tolerance). This integer tolerance can be increased to 0.5 in operation.

【0038】図6は探索制御情報の内容を示す図であ
る。図において、各変数名(x1 2・・・)には、方
向指示のデータと、選択優先フラグが設定されている。
方向指示のデータは、上方向指示、下方向指示、または
指示なしのどれかである。選択優先フラグは、優先指示
あり「1」あるいは優先指示なし「0」のどちらかであ
る。この探索制御情報を用いて最適解の探索を行う。
FIG. 6 is a diagram showing the contents of the search control information. In the figure, each variable name (x 1 x 2 ...) Has direction indication data and a selection priority flag.
The direction instruction data is either an upward instruction, a downward instruction, or no instruction. The selection priority flag is either "1" with priority instruction or "0" without priority instruction. An optimum solution is searched using this search control information.

【0039】図7は探索制御情報を用いた最適解探索の
前半の手順を示すフローチャートである。これは、探索
手段7が行う機能である。 〔S21〕MIP問題を線形計画問題として連続最適化
する。 〔S22〕カットオフ値が設定され、かつ連続最適解の
値がカットオフされたかどうかを判断し、カットオフさ
れればステップ29(図8)に進み、カットオフされて
いなければステップ23に進む。 〔S23〕連続最適解がMIP条件をすべて満足してい
るかどうかを判断し、満足していればステップ24に進
み、満足していなければステップ26に進む。すなわ
ち、すべてのMIP変数が、MIP条件を満足している
場合には以後の分岐処理は不要となる。 〔S24〕MIP可能解の情報を保存する。 〔S25〕カットオフ値に可能解の目的関数値を設定す
る。 〔S26〕線形計画問題として実行可能かどうかを判断
し、実行可能であればステップ27に進み、不可能であ
ればステップ29(図8)に進む。線形計画問題として
実行不可能な場合とは、各変数の条件を満たす範囲内に
探索できる領域が存在しない場合等である。 〔S27〕ノード分岐対象となるMIP変数を1つ決定
する。この際、選択優先フラグの立っている変数を優先
して分岐対象とする。 〔S28〕選択した変数を上方向に分岐するか下方向に
分岐するかを、探索制御情報を用いて判断し、分岐し新
たに発生したノードを待ちノードに登録し、図8のステ
ップ29に進む。つまり、分岐によって新たに上方向と
下方向とに子ノードが作られるが、どちらのノードを優
先的に探索するかが判断され、優先的に探索すべきノー
ドは待ちノードに登録される。そして、別のノードはそ
のノードが未検索で存在することが認識される。
FIG. 7 is a flowchart showing the first half procedure of the optimum solution search using the search control information. This is a function performed by the search means 7. [S21] The MIP problem is continuously optimized as a linear programming problem. [S22] It is determined whether or not the cutoff value is set and the value of the continuous optimum solution is cutoff. If cutoff, the process proceeds to step 29 (FIG. 8), and if not cutoff, the process proceeds to step 23. . [S23] It is determined whether or not the continuous optimum solution satisfies all MIP conditions. If satisfied, the process proceeds to step 24. If not satisfied, the process proceeds to step 26. That is, if all MIP variables satisfy the MIP conditions, the subsequent branch processing is unnecessary. [S24] The information of the MIP possible solution is saved. [S25] The objective function value of the possible solution is set as the cutoff value. [S26] It is determined whether or not the linear programming problem can be executed. If the linear programming problem can be executed, the process proceeds to step 27, and if not, the process proceeds to step 29 (FIG. 8). The case where the linear programming problem cannot be executed is, for example, the case where there is no searchable region within the range satisfying the conditions of each variable. [S27] One MIP variable to be a node branch target is determined. At this time, the variable for which the selection priority flag is set is given priority for branching. [S28] Whether to branch the selected variable upward or downward is determined by using the search control information, and the newly generated node that is branched is registered in the waiting node, and the process proceeds to step 29 of FIG. move on. In other words, branching newly creates child nodes in the upward direction and the downward direction. Which node is to be preferentially searched is determined, and the node to be preferentially searched is registered in the waiting node. Then, another node recognizes that the node exists without being searched.

【0040】図8は探索制御情報を用いた最適解探索の
後半の手順を示すフローチャートである。 〔S29〕未検索のノードがあるかどうかを判断し、未
検索のノードがあればステップ30に進み、未検索のノ
ードがなければステップ32に進む。この際の検索は、
ノードの優先度に関係なく全てのノードを検索する。 〔S30〕次に検索するノードを選択する。この際、図
7のステップ28で、優先的に探索するべきノードであ
ると判断されたノードが、優先的に選択される。 〔S31〕選択したノードを検索済として記憶した後、
図7のステップ21に進む。 〔S32〕解情報を作成する。
FIG. 8 is a flow chart showing the latter half procedure of the optimum solution search using the search control information. [S29] It is determined whether or not there is an unsearched node. If there is an unsearched node, the process proceeds to step 30, and if there is no unsearched node, the process proceeds to step 32. The search at this time is
Search all nodes regardless of node priority. [S30] The node to be searched next is selected. At this time, in step 28 of FIG. 7, the node determined to be the node to be preferentially searched is preferentially selected. [S31] After storing the selected node as having been searched,
Proceed to step 21 in FIG. [S32] Solution information is created.

【0041】さらに、ステップ28で行われる、変数の
分岐方向の決定手順について詳しく説明する。図9は変
数の分岐方向の決定手順を示すフローチャートである。 〔S41〕選択したMIP変数の探索制御情報を探す。 〔S42〕上方向優先の指示があったかどうかを判断
し、指示があればステップ43に進み、指示がなければ
ステップ44に進む。 〔S43〕下限値を更新する方向のノードを選択する。
つまり、下限値を更新する子ノードを優先的に選ぶよう
制御を加える。 〔S44〕下方向優先の指示があったかどうかを判断
し、指示があればステップ45に進み、指示がなければ
終了する。 〔S45〕上限値を更新する方向のノードを選択する。
つまり、上限値を更新する子ノードを優先的に選ぶよう
制御を加える。
Further, the procedure for determining the branching direction of the variable, which is performed in step 28, will be described in detail. FIG. 9 is a flowchart showing a procedure for determining the branch direction of a variable. [S41] Search for search control information for the selected MIP variable. [S42] It is determined whether or not there is an upward priority instruction, and if there is an instruction, the operation proceeds to step 43, and if not, the operation proceeds to step 44. [S43] A node in the direction of updating the lower limit is selected.
That is, control is added to preferentially select a child node whose lower limit value is updated. [S44] It is determined whether or not there is a downward priority instruction, and if there is an instruction, the operation proceeds to step 45, and if there is no instruction, the operation ends. [S45] A node in the direction of updating the upper limit value is selected.
That is, control is added to preferentially select a child node whose upper limit value is updated.

【0042】このように、選択した子ノードを線形計画
問題として最適化を行い、MIP変数がすべてMIP条
件を満足しているかどうかの判定を行う。満足していな
い場合には、すべての可能性を調べたかの判定を行う。
すべてのMIP変数がMIP条件を満足している場合に
は、MIP可能解として情報を保存する。MIP可能解
を検出した場合には、このMIP可能解の目的関数値を
設定し、カットオフの値として利用することができる。
これらの検出されたMIP可能解のなかで最も良い値の
ものが最適解となる。
In this way, the selected child node is optimized as a linear programming problem, and it is determined whether all MIP variables satisfy the MIP condition. If not satisfied, determine whether all possibilities have been examined.
If all MIP variables satisfy the MIP condition, the information is saved as a MIP feasible solution. When a MIP possible solution is detected, an objective function value of this MIP possible solution can be set and used as a cutoff value.
Of these detected MIP possible solutions, the one with the best value is the optimum solution.

【0043】以上のような構成の解誘導方式を有するシ
ステムにおいて、前述したトラック問題の最適解を探索
する場合について説明する。この例では、予め求められ
ている解情報は、目的関数の値は132であり、その際
の変数の値はそれぞれ、x1=1、x2 =1、x3
1、x4 =0、x5 =0であるとする。
A description will be given of the case where the optimum solution of the above-mentioned track problem is searched for in the system having the solution guidance system having the above-mentioned configuration. In this example, the solution information obtained in advance has an objective function value of 132, and variable values at that time are x 1 = 1, x 2 = 1 and x 3 =, respectively.
It is assumed that 1, x 4 = 0 and x 5 = 0.

【0044】まず、探索制御情報生成手段5は、この解
情報から探索制御情報を生成する。ここで、x1 とx2
はそれぞれの変数条件(0≦x1 ≦1、0≦x2 ≦1)
の上限値を取っており、x3 、x4 、およびx5 は変数
条件(0≦x3 ≦1、0≦x 4 ≦1、0≦x5 ≦1)の
下限値を取っている。従って、それぞれの変数の探索制
御情報の内容は、x1 とx2 が上方向優先指示であり、
3 、x4 、およびx 5 が下方向優先指示である。そし
て、探索手段7は、生成された分枝限定法により最適解
を探索する。この際、探索制御情報に設定されている優
先方向指示に従ってノードを作る。
First, the search control information generating means 5 uses this solution.
Generate search control information from the information. Where x1And x2
Are variable conditions (0 ≦ x1≦ 1, 0 ≦ x2≦ 1)
X is the upper limit of3, XFour, And xFiveIs a variable
Condition (0 ≦ x3≦ 1, 0 ≦ x Four≦ 1, 0 ≦ xFive≦ 1)
Taking the lower limit. Therefore, the search system for each variable
The content of your information is x1And x2Is an upward direction priority instruction,
x3, XFour, And x FiveIs a downward priority instruction. That
Then, the search means 7 uses the generated branch and bound method to find the optimal solution.
To explore. At this time, the priority set in the search control information
Create a node according to the forward direction.

【0045】図10は探索制御情報を用いて作成された
ノードツリーを示す図である。この図において各ノード
11〜15には、そのノードを線形計画問題としてもと
めた最適解(OBJ)と、その際の変数(x1 、x2
3 、x4 、x5 )の値が図示されており各値は以下の
通りである。親ノードである第1のノード11は、OB
J=139.0、x1 =1、x2 =0、x3 =1、x4
=0.78、x5 =0。第2のノード12は、x4 ≦0
であり、OBJ=132.5、x1 =1、x2 =1、x
3 =1、x4 =0、x5 =0.04。第3のノード13
は、x5 ≦0であり、OBJ=132、x1 =1、x2
=1、x3 =1、x4 =0、x5 =0。第4のノード1
4は、x5 ≧1であり、OBJ=125.5、x1
0.97、x2 =0、x3 =1、x4 =0、x5 =1。
第5のノード15は、x4 ≧1であり、OBJ=13
5.5、x1 =0.81、x2 =0、x3 =1、x4
1、x5 =0。第6のノード16は、x1 ≧1であり、
OBJ=132、x1 =1、x2 =0、x3 =0.7
7、x4 =1、x5 =0。第7のノード17は、x1
0であり、OBJ=112.5、x1 =0、x2 =1、
3 =1、x4 =1、x5 =0.19。
FIG. 10 is a diagram showing a node tree created using the search control information. In this figure, each node 11 to 15 has an optimal solution (OBJ) obtained from the node as a linear programming problem and variables (x 1 , x 2 ,
x 3, x 4, x 5 values each value are shown in) is as follows. The first node 11 that is the parent node is an OB.
J = 139.0, x 1 = 1 , x 2 = 0, x 3 = 1, x 4
= 0.78, x 5 = 0. The second node 12 has x 4 ≤0
And OBJ = 132.5, x 1 = 1, x 2 = 1, x
3 = 1, x 4 = 0 , x 5 = 0.04. Third node 13
Is x 5 ≦ 0, OBJ = 132, x 1 = 1 and x 2
= 1, x 3 = 1, x 4 = 0, x 5 = 0. 4th node 1
4 is x 5 ≧ 1, OBJ = 125.5, x 1 =
0.97, x 2 = 0, x 3 = 1, x 4 = 0, x 5 = 1.
The fifth node 15 has x 4 ≧ 1 and OBJ = 13
5.5, x 1 = 0.81, x 2 = 0, x 3 = 1, x 4 =
1, x 5 = 0. The sixth node 16 has x 1 ≧ 1,
OBJ = 132, x 1 = 1 , x 2 = 0, x 3 = 0.7
7, x 4 = 1 and x 5 = 0. The seventh node 17 has x 1
0, OBJ = 112.5, x 1 = 0, x 2 = 1,
x 3 = 1, x 4 = 1, x 5 = 0.19.

【0046】このノードツリーにおいて、第3のノード
13でMIP可能解(OBJ=132)を検出してい
る。MIP可能解を検出したため、以降の探索を行う必
要はない。第4のノード13、第6のノード16、およ
び第7のノード17は、それぞれOBJ=125.5、
OBJ=132、OBJ=112.5であり、すでに第
4のノード14で検出されているMIP可能解(OBJ
=132)以下であるため、以降の探索は不要であり、
カットオフされる。
In this node tree, the MIP possible solution (OBJ = 132) is detected at the third node 13. Since the MIP feasible solution is detected, it is not necessary to perform the subsequent search. The fourth node 13, the sixth node 16, and the seventh node 17 have OBJ = 125.5,
OBJ = 132, OBJ = 112.5, and the MIP possible solution (OBJ) already detected by the fourth node 14
= 132) or less, the subsequent search is unnecessary,
Cut off.

【0047】このようにして、同一の問題、あるいは類
似の問題の検索を行う場合に、特に利用者が意識するこ
となく、既存解の各変数値の値を利用して、問題を効率
的に最適化することができるようになる。このことによ
り、従来の方式よりも、ノードの数が非常に少なくてす
む。
In this way, when searching for the same problem or a similar problem, the value of each variable value of the existing solution can be used to efficiently solve the problem without the user being aware of it. Be able to optimize. This requires a much smaller number of nodes than conventional methods.

【0048】なお、探索制御情報を生成するための既存
解は、同じ手法で解いた解である必要はない。メタヒュ
ーリステック解法等の全く別の手法により求めた結果か
ら導かれる各変数の変数値を利用して、分枝限定法によ
り精度の良い解を効率的に求めることも可能である。そ
の結果、組合せ最適化問題の解法は組合せ爆発を起こす
ために処理時間が非常に必要であるとされていたが、短
時間での処理が可能となる。また、厳密解法へのスムー
ズな流れを作ることで近似解法の利用を推進することが
できる。
The existing solution for generating the search control information does not have to be the solution solved by the same method. It is also possible to efficiently obtain an accurate solution by the branch and bound method by using the variable value of each variable derived from the result obtained by a completely different method such as the metaheuristic method. As a result, the solution of the combinatorial optimization problem requires a very long processing time to cause combinatorial explosion, but it can be processed in a short time. Moreover, the use of the approximate solution can be promoted by creating a smooth flow to the exact solution.

【0049】なお、現在近似解法としては、メタヒュー
リステック解法以外にも、遺伝アルゴリズム、タブサー
チ、シミュレーティドアニーリング、制約論理、エキス
パート手法、グリーディ法、ローカルサーチ、LK法、
ニューラルネットワーク、進化アルゴリズムなどがあ
る。
In addition to the meta-heuristic method, the current approximate solution method includes genetic algorithm, tab search, simulated annealing, constraint logic, expert method, greedy method, local search, LK method,
There are neural networks and evolutionary algorithms.

【0050】以上説明したように、本発明によれば整数
計画問題および混合整数計画問題の最適解探索におい
て、すでに得られた解情報の各変数値を利用すること
で、これを基に探索制御を行う構成を採用しているた
め、次の効果を発生する。最適解探索に必要となる処理
時間を短縮することができる。最適解探索に必要となる
メモリ量を削減することができる。そして、最適解探索
に必要となるディスク容量を削減することができる。
As described above, according to the present invention, in the optimum solution search of the integer programming problem and the mixed integer programming problem, each variable value of the solution information already obtained is used, and search control is performed based on this. The following effects are generated because the configuration is adopted. The processing time required for the optimum solution search can be shortened. It is possible to reduce the amount of memory required for optimum solution search. Then, the disk capacity required for the optimum solution search can be reduced.

【0051】これらの効果は、以下のような条件で特に
効果がある。同じ問題を、数値(係数値や上限値や下限
値)を変更して再度解く場合。同じ問題の探索の収束条
件を少し変更して再度解く場合。類似の問題を解く場
合。途中で中断した問題を、再開して解く場合。そし
て、別の手法で検出した近似解を利用して、厳密解を求
める場合である。なお、類似した問題であれば、線形計
画問題の解を利用することもできるが、MIP問題の解
を利用することのほうが、大きな効果が期待できる。
These effects are particularly effective under the following conditions. When solving the same problem again by changing the numerical values (coefficient value, upper limit value, lower limit value). When the convergence condition of the search for the same problem is slightly changed and the solution is performed again. To solve similar problems. To restart a problem that was interrupted and solve it. Then, the exact solution is obtained by using the approximate solution detected by another method. As long as the problem is similar, the solution of the linear programming problem can be used, but the use of the solution of the MIP problem can be expected to have a great effect.

【0052】また、MIP問題を繰り返し解く場合に、
変数の個数が増減する場合においても、以下のようにし
て容易に対処することができる。変数の個数が削減する
場合は、対象としているMIP問題のMIP変数につい
て繰り返し処理を行うため、削減された変数については
探索を行わない。変数の個数が増加する場合には、増加
した変数については分岐条件の指定がないだけである。
なお、選択優先フラグが立っている変数を優先して分岐
対象とすることにより、増加する変数の意味によっては
効果をあげることができる。
When repeatedly solving the MIP problem,
Even when the number of variables increases or decreases, it can be easily dealt with as follows. When the number of variables is reduced, the MIP variable of the target MIP problem is iteratively processed, and thus the reduced variable is not searched. When the number of variables increases, no branch condition is specified for the increased variables.
By preferentially branching a variable for which the selection priority flag is set, the effect can be enhanced depending on the meaning of the increased variable.

【0053】また、同じ問題を同じ条件で実行する場合
には、以下の様な応用が可能である。例えば、大型のM
IP問題を最適化する場合には処理中に何らかの要因で
次のような中断の可能性がある。このような場合に、同
じ問題を同じ条件で繰り返し解くことで得られる効果が
大きい。
When the same problem is executed under the same conditions, the following applications are possible. For example, a large M
When optimizing an IP problem, there is a possibility of interruption due to some factor during processing. In such a case, a large effect can be obtained by repeatedly solving the same problem under the same conditions.

【0054】中断を行った場合には、それまでに検出さ
れている解情報を保存し、検出された最も良い可能解を
利用した処理の再開を行う。従来のセーブ機能により中
断した時点の情報を保存する場合を考えると、各MIP
変数に対し、「MIP変数の変数名、中断時点での下限
値、中断時点での上限値」を保存する。各情報の大きさ
を8バイトとすると、「8バイト×3×MIP変数の個
数」がノードの個数分、という大きな記憶容量が必要で
ある。ところが、中断した時点で解情報は通常は必ず生
成されるため、必要な情報を保存する領域の追加は0バ
イトである。
When the interruption is performed, the solution information detected so far is saved, and the process using the best possible solution detected is restarted. Considering the case of saving the information at the time of interruption by the conventional save function, each MIP
“Variable name of MIP variable, lower limit value at interruption point, upper limit value at interruption point” is stored for the variable. If the size of each information is 8 bytes, a large storage capacity of “8 bytes × 3 × the number of MIP variables” corresponds to the number of nodes is required. However, since solution information is usually always generated at the time of interruption, the addition of an area for storing necessary information is 0 bytes.

【0055】これによって、処理を中断する場合であっ
ても、従来行われていたような、探索状態の保存と探索
情報の復元処理のように、セーブ機能において探索時に
使用しているノードツリーを構成する情報メモリをファ
イルに退避し、リストア機能において退避した情報をフ
ァイルからメモリに復元する処理を行う必要がなくな
る。ノードツリーを構成する情報としては、中断時点で
のノードツリーの構成情報と、各ノードにおけるMIP
変数の条件(MIP変数の変数名、中断時点での上限
値、下限値)の情報が必要であり、問題が大きくなるに
従い、膨大な量が必要となっていた。
As a result, even when the processing is interrupted, the node tree used at the time of searching in the save function is saved, as in the conventional processing of saving the search state and restoring the search information. It is not necessary to save the constituent information memory in a file and restore the saved information from the file to the memory by the restore function. As the information that constitutes the node tree, the configuration information of the node tree at the time of interruption and the MIP at each node
Information on variable conditions (variable name of MIP variable, upper limit value and lower limit value at the time of interruption) is required, and a huge amount is required as the problem becomes larger.

【0056】つまり、各種データを退避させるために必
要であった大きな記憶領域を設けておく必要がなくな
り、中断処理の再開で必要とする情報量を削減すること
が可能となるとともに、中断時点の情報を保存するため
の処理時間を削減することが可能となる。
In other words, it is not necessary to provide a large storage area required for saving various data, it is possible to reduce the amount of information required for resuming the interruption process, and at the time of interruption. It is possible to reduce the processing time for storing information.

【0057】なお、上記の説明では、トラック問題の解
を探索する場合について説明したが、この他にもクラス
編成問題(例えば、大学での新入生のクラス分けにおい
て、全員を第一志望に入れることができない場合に個々
の学生の満足度を最大限にして、かつ各クラスの定員を
越えないように条件を加えて表現する)、資料混合問題
(例えば、養豚業者の飼料購入計画において、市場で市
販されている複数種類の飼料をどのように組み合わせて
利用すれば費用が最も安くなり、かつ豚たちの栄養素の
1ヵ月分の摂取必要量を満足させる条件を加えて表現す
る)、最適価格決定問題、日程計画問題、またはナップ
ザック問題(ハイカーが複数種類の登山用品の中から適
当なものを選んでナップザックに詰め、登山に出かける
とき、登山用品の効用の総和を最も大きくし、かつ予算
内で収める条件を加えて表現する)等で利用するこおが
できる。
In the above explanation, the case of searching for the solution of the track problem has been explained, but in addition to this, a class formation problem (for example, when classifying new students at a university, put all of them in the first choice) If it is not possible to maximize the satisfaction of individual students and add conditions so as not to exceed the number of students in each class), mix problems (for example, in the feed purchase plan of pig farmers, How to combine multiple types of commercially available feeds will produce the lowest cost and will be expressed by adding the conditions that meet the intake requirement of pigs for one month), and determine the optimal price. Problem, schedule planning problem, or knapsack problem (when hikers choose suitable ones from multiple types of mountaineering equipment and pack them in the knapsack, go hiking equipment The greatest the sum total of use, and added conditions to fit within budget expressed in) utilized in such freezing can.

【0058】[0058]

【発明の効果】以上説明したように本発明では、すでに
検出されている解情報が持っている変数ごとの変数値を
利用して探索制御情報を生成し、その探索制御情報によ
り、分枝限定法による最適解の探索を行うようにしたた
め、探索の際の分岐を効果的に行うことができ、最適解
探索時の探索処理時間を短縮することができるととも
に、探索処理に必要なメモリ等の記憶装置の必要量の削
減が可能となる。
As described above, according to the present invention, the search control information is generated by using the variable value of each variable possessed by the solution information that has already been detected, and the branch control is performed by the search control information. Since the optimum solution is searched by the method, the branching at the time of the search can be effectively performed, the search processing time at the time of the optimum solution search can be shortened, and the memory etc. required for the search processing can be reduced. It is possible to reduce the required amount of storage device.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の最適解探索方式の原理図である。FIG. 1 is a principle diagram of an optimum solution search method of the present invention.

【図2】本発明の最適解探索方法の処理手順を示すフロ
ーチャートである。
FIG. 2 is a flowchart showing a processing procedure of an optimum solution search method of the present invention.

【図3】解情報のヘッダ情報を示す図である。FIG. 3 is a diagram showing header information of solution information.

【図4】解情報の変数情報を示す図である。FIG. 4 is a diagram showing variable information of solution information.

【図5】解情報から探索制御情報を生成するまでの手順
を示すフローチャートである。
FIG. 5 is a flowchart showing a procedure from generation of search control information from solution information.

【図6】探索制御情報の内容を示す図である。FIG. 6 is a diagram showing the contents of search control information.

【図7】探索制御情報を用いた最適解探索の前半の手順
を示すフローチャートである。
FIG. 7 is a flowchart showing a first half procedure of searching for an optimum solution using search control information.

【図8】探索制御情報を用いた最適解探索の後半の手順
を示すフローチャートである。
FIG. 8 is a flowchart showing a latter half procedure of searching for an optimum solution using search control information.

【図9】変数の分岐方向の決定手順を示すフローチャー
トである。
FIG. 9 is a flowchart showing a procedure for determining a variable branch direction.

【図10】探索制御情報を用いて作成されたノードツリ
ーを示す図である。
FIG. 10 is a diagram showing a node tree created using search control information.

【図11】従来の分枝限定法による最適解探索方式で作
成されたノードツリーを示す図である。
FIG. 11 is a diagram showing a node tree created by a conventional optimal solution search method based on a branch and bound method.

【符号の説明】 1 組合せ最適化問題 2 最適化手段 3 解情報 4 探索制御情報生成手段 5 探索制御情報 6 整数計画問題または混合整数計画問題(MIP問
題) 7 探索手段 8 解情報
[Explanation of Codes] 1 Combinatorial optimization problem 2 Optimization means 3 Solution information 4 Search control information generation means 5 Search control information 6 Integer programming problem or mixed integer programming problem (MIP problem) 7 Search means 8 Solution information

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 分枝限定法による整数計画問題または混
合整数計画問題の最適解探索方式において、 すでに検出されている組合せ最適化問題(1)の解情報
(3)から、各変数の優先方向を示す探索制御情報
(5)を作成する検索制御情報生成手段(4)と、 前記探索制御情報(5)により各変数の変数条件を分岐
しノードを生成する際の優先方向を判断し、整数計画問
題または混合整数計画問題(6)の最適解の探索を行う
探索手段(7)と、 を有することを特徴とする最適解探索方式。
1. In an optimal solution search method for an integer programming problem or a mixed integer programming problem by a branch and bound method, from the solution information (3) of the already detected combinatorial optimization problem (1), the priority direction of each variable is obtained. And a search control information generating means (4) for generating search control information (5) indicating that the search control information (5) and the search control information (5) determine the priority direction when branching the variable condition of each variable to generate a node, An optimal solution search method comprising: a search means (7) for searching an optimal solution of a programming problem or a mixed integer programming problem (6).
【請求項2】 前記検索制御情報生成手段(4)は、解
情報(3)の変数値が、上限値を取っているか、または
下限値を取っているかの情報から、各変数の優先方向を
判断することを特徴とする請求項1記載の最適解探索方
式。
2. The search control information generation means (4) determines the priority direction of each variable from the information as to whether the variable value of the solution information (3) has an upper limit value or a lower limit value. The optimal solution search method according to claim 1, wherein the determination is made.
【請求項3】 前記検索制御情報生成手段(4)は、解
情報(3)の変数値が、上限値に対し整数トレランスで
与えられる範囲以内であれば上限値であるとし、下限値
に対し整数トレランスで与えられる範囲以内であれば下
限値であるとすることを特徴とする請求項2記載の最適
解探索方式。
3. The search control information generation means (4) determines that the variable value of the solution information (3) is an upper limit value within a range given by an integer tolerance with respect to the upper limit value, and the lower limit value. 3. The optimum solution search method according to claim 2, wherein the value is a lower limit if it is within a range given by integer tolerance.
【請求項4】 前記組合せ最適化問題(1)は、混合整
数計画問題であることを特徴とする請求項1記載の最適
解探索方式。
4. The optimum solution search method according to claim 1, wherein the combination optimization problem (1) is a mixed integer programming problem.
【請求項5】 前記組合せ最適化問題(1)は、整数計
画問題であることを特徴とする請求項1記載の最適解探
索方式。
5. The optimum solution search method according to claim 1, wherein the combinatorial optimization problem (1) is an integer programming problem.
【請求項6】 前記解情報(2)は、近似解法によって
解かれた解であることを特徴とする請求項1記載の最適
解探索方式。
6. The optimum solution search method according to claim 1, wherein the solution information (2) is a solution solved by an approximate solution method.
【請求項7】 前記整数計画問題または混合整数計画問
題(6)は、前記組合せ最適化問題(1)と同一の問題
であることを特徴とする請求項1記載の最適解探索方
式。
7. The optimum solution search method according to claim 1, wherein the integer programming problem or the mixed integer programming problem (6) is the same problem as the combinatorial optimization problem (1).
【請求項8】 前記整数計画問題または混合整数計画問
題(6)は、前記組合せ最適化問題(1)と類似の問題
であることを特徴とする請求項1記載の最適解探索方
式。
8. The optimum solution search method according to claim 1, wherein the integer programming problem or the mixed integer programming problem (6) is a problem similar to the combinatorial optimization problem (1).
【請求項9】 前記探索制御情報(5)は、分岐させる
べき変数を選択する際に優先的に選択させるための選択
優先フラグを有していることを特徴とする請求項1記載
の最適解探索方式。
9. The optimum solution according to claim 1, wherein the search control information (5) has a selection priority flag for preferentially selecting a variable to be branched. Search method.
【請求項10】 前記探索手段(7)は、前記整数計画
問題または混合整数計画問題(6)で必要としない変数
が前記探索制御情報(5)に含まれていた場合には、前
記必要としない変数の探索は行わないことを特徴とする
請求項1記載の最適解探索方式。
10. The search means (7) is required if a variable not required in the integer programming problem or the mixed integer programming problem (6) is included in the search control information (5). The optimum solution search method according to claim 1, wherein a search for a variable that does not occur is not performed.
【請求項11】 前記探索手段(7)は、前記整数計画
問題または混合整数計画問題(6)で必要な変数が前記
探索制御情報(5)に含まれていない場合には、前記必
要な変数は優先方向の指示がないとして扱うことを特徴
とする請求項1記載の最適解探索方式。
11. The searching means (7), if a variable required for the integer programming problem or mixed integer programming problem (6) is not included in the search control information (5), the necessary variable. The optimum solution search method according to claim 1, wherein is treated as if there is no instruction of a priority direction.
【請求項12】 最適解探索処理が中断された際に、中
断時点において検出されている最も良い解の解情報
(3)を生成する未完了処理解情報生成手段をさらに有
することを特徴とする請求項1記載の最適解探索方式。
12. An uncompleted process solution information generating means for generating solution information (3) of the best solution detected at the time of interruption when the optimal solution search process is interrupted. The optimum solution search method according to claim 1.
【請求項13】 前記探索手段(7)は、離散条件を満
たした解が検出された際には、前記離散条件を満たした
最も良い解の目的関数値をカットオフ値として使用する
ことを特徴とする請求項1記載の最適解探索方式。
13. The searching means (7) uses the objective function value of the best solution satisfying the discrete condition as a cutoff value when a solution satisfying the discrete condition is detected. The optimum solution search method according to claim 1.
【請求項14】 分枝限定法による整数計画問題または
混合整数計画問題の最適解探索方法において、 すでに検出されている組合せ最適化問題(1)の解情報
(3)から、各変数の優先方向を示す探索制御情報
(5)を作成し(ステップ2)、 前記探索制御情報(5)により各変数の変数条件を分岐
しノードを生成する際の優先方向を判断し、整数計画問
題または混合整数計画問題(6)の最適解の探索を行う
(ステップ3)、 ことを特徴とする最適解探索方法。
14. A method of searching for an optimal solution of an integer programming problem or a mixed integer programming problem by a branch and bound method, from the solution information (3) of the already detected combinatorial optimization problem (1), to the preferential direction of each variable. Is created (step 2), the variable direction of each variable is branched based on the search control information (5), and the priority direction in generating a node is determined, and an integer programming problem or a mixed integer is generated. An optimal solution search method characterized by performing an optimal solution search for the planning problem (6) (step 3).
【請求項15】 探索制御情報(5)を作成する際に
は、解情報(3)の変数値が、上限値を取っているか、
または下限値を取っているかの情報から、各変数の優先
方向を判断することを特徴とする請求項14記載の最適
解探索方法。
15. When the search control information (5) is created, whether the variable value of the solution information (3) has an upper limit value,
15. The optimum solution search method according to claim 14, wherein the priority direction of each variable is determined from information indicating whether a lower limit value is set.
【請求項16】 探索制御情報(5)を作成する際に
は、解情報(3)の変数値が、上限値に対し整数トレラ
ンスで与えられる範囲以内であれば上限値であるとし、
下限値に対し整数トレランスで与えられる範囲以内であ
れば下限値であるとすることを特徴とする請求項14記
載の最適解探索方法。
16. When creating the search control information (5), if the variable value of the solution information (3) is within a range given by integer tolerance with respect to the upper limit value, the upper limit value is determined,
15. The optimum solution search method according to claim 14, wherein the lower limit value is a lower limit value if it is within a range given by integer tolerance.
JP11479194A 1994-05-27 1994-05-27 Optimal solution search method and optimal solution search method Expired - Fee Related JP3214977B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11479194A JP3214977B2 (en) 1994-05-27 1994-05-27 Optimal solution search method and optimal solution search method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11479194A JP3214977B2 (en) 1994-05-27 1994-05-27 Optimal solution search method and optimal solution search method

Publications (2)

Publication Number Publication Date
JPH07319848A true JPH07319848A (en) 1995-12-08
JP3214977B2 JP3214977B2 (en) 2001-10-02

Family

ID=14646782

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11479194A Expired - Fee Related JP3214977B2 (en) 1994-05-27 1994-05-27 Optimal solution search method and optimal solution search method

Country Status (1)

Country Link
JP (1) JP3214977B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002297760A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd System for controlling entrance into room
JP2003204624A (en) * 2002-01-08 2003-07-18 Mitsubishi Electric Corp Solution to optimization problem including discrete values
JP2005293411A (en) * 2004-04-02 2005-10-20 Idemitsu Kosan Co Ltd Operating condition estimating method of complex
US7386465B1 (en) 1999-05-07 2008-06-10 Medco Health Solutions, Inc. Computer implemented resource allocation model and process to dynamically and optimally schedule an arbitrary number of resources subject to an arbitrary number of constraints in the managed care, health care and/or pharmacy industry
JP2009020804A (en) * 2007-07-13 2009-01-29 Central Res Inst Of Electric Power Ind Stochastic programming problem solution device and program, power supply programming problem solution method, device, and program
JP2009169617A (en) * 2008-01-15 2009-07-30 Hitachi Ltd Production capability planning support system, method and program
WO2013179921A1 (en) * 2012-05-29 2013-12-05 日本電気株式会社 Design assistance device, design assistance method and program
WO2018092305A1 (en) * 2016-11-21 2018-05-24 富士通株式会社 Production plan formulation device, production plan formulation method, and production plan formulation system
JP2019079291A (en) * 2017-10-25 2019-05-23 株式会社デンソーアイティーラボラトリ Matrix decomposition device and matrix decomposition method
JP2020149677A (en) * 2019-03-11 2020-09-17 三菱電機株式会社 Model predictive control of systems with continuous and discrete elements of operations

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102699671B1 (en) * 2018-05-15 2024-08-27 김도현 Tissue case which can cut easily rolled tissue

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7386465B1 (en) 1999-05-07 2008-06-10 Medco Health Solutions, Inc. Computer implemented resource allocation model and process to dynamically and optimally schedule an arbitrary number of resources subject to an arbitrary number of constraints in the managed care, health care and/or pharmacy industry
JP2002297760A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd System for controlling entrance into room
JP2003204624A (en) * 2002-01-08 2003-07-18 Mitsubishi Electric Corp Solution to optimization problem including discrete values
JP4643169B2 (en) * 2004-04-02 2011-03-02 出光興産株式会社 Method for estimating the operating conditions of a complex
JP2005293411A (en) * 2004-04-02 2005-10-20 Idemitsu Kosan Co Ltd Operating condition estimating method of complex
JP2009020804A (en) * 2007-07-13 2009-01-29 Central Res Inst Of Electric Power Ind Stochastic programming problem solution device and program, power supply programming problem solution method, device, and program
JP2009169617A (en) * 2008-01-15 2009-07-30 Hitachi Ltd Production capability planning support system, method and program
WO2013179921A1 (en) * 2012-05-29 2013-12-05 日本電気株式会社 Design assistance device, design assistance method and program
JPWO2013179921A1 (en) * 2012-05-29 2016-01-18 日本電気株式会社 Design support apparatus, design support method, and program
WO2018092305A1 (en) * 2016-11-21 2018-05-24 富士通株式会社 Production plan formulation device, production plan formulation method, and production plan formulation system
JPWO2018092305A1 (en) * 2016-11-21 2019-10-10 富士通株式会社 Manufacturing plan formulation device, production plan formulation method, and production plan formulation program
JP2019079291A (en) * 2017-10-25 2019-05-23 株式会社デンソーアイティーラボラトリ Matrix decomposition device and matrix decomposition method
JP2020149677A (en) * 2019-03-11 2020-09-17 三菱電機株式会社 Model predictive control of systems with continuous and discrete elements of operations

Also Published As

Publication number Publication date
JP3214977B2 (en) 2001-10-02

Similar Documents

Publication Publication Date Title
Gen et al. Genetic algorithms and their applications
US6321207B1 (en) System and method for optimizing the allocation of a resource
Gökgür et al. Parallel machine scheduling with tool loading: a constraint programming approach
Guo et al. A harmony search-based memetic optimization model for integrated production and transportation scheduling in MTO manufacturing
US6374227B1 (en) System and method for optimizing the allocation of a resource
Chinchuluun et al. A survey of recent developments in multiobjective optimization
Ham Transfer-robot task scheduling in flexible job shop
Dang et al. Scheduling of mobile robots for transportation and manufacturing tasks
JPH07319848A (en) System and method for retrieving optimum solution
CN104952032A (en) Graph processing method and device as well as rasterization representation and storage method
Shang et al. Solving vehicle routing problem by memetic search with evolutionary multitasking
Berthold et al. Large neighborhood search beyond MIP
Duan et al. A hybrid estimation of distribution algorithm for distributed permutation flowshop scheduling with flowline eligibility
Goux et al. Solving large MINLPs on computational grids
Zhang et al. Tree search procedures for the blocks relocation problem with batch moves
Liu et al. A tree search heuristic for the resource constrained project scheduling problem with transfer times
US11256748B2 (en) Complex modeling computational engine optimized to reduce redundant calculations
Han et al. Mining closed high utility patterns with negative utility in dynamic databases
Yun et al. Advanced scheduling problem using constraint programming techniques in SCM environment
US10262288B2 (en) System and method of parallelizing order-by-order planning
Mori et al. A tabu search based approach to (Nk) static contingency selection in power systems
JPH09204308A (en) Processing system for information including object name service having multi-level index and its method
Fiers et al. High-throughput bioinformatics with the Cyrille2 pipeline system
James et al. Enumeration methods for repeatedly solving multidimensional knapsack sub-problems
Raphael et al. Indexing and retrieval of cases in a case-based design system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010710

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

Free format text: PAYMENT UNTIL: 20080727

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090727

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100727

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100727

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20110727

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110727

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20120727

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees