JP2001188984A - Method and system for optimum delivery planning - Google Patents

Method and system for optimum delivery planning

Info

Publication number
JP2001188984A
JP2001188984A JP37220899A JP37220899A JP2001188984A JP 2001188984 A JP2001188984 A JP 2001188984A JP 37220899 A JP37220899 A JP 37220899A JP 37220899 A JP37220899 A JP 37220899A JP 2001188984 A JP2001188984 A JP 2001188984A
Authority
JP
Japan
Prior art keywords
delivery
destination
planning
plan
destinations
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
JP37220899A
Other languages
Japanese (ja)
Other versions
JP3534392B2 (en
Inventor
Kanji Yokogawa
完治 横川
Takashi Onoyama
隆 小野山
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering Co 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP37220899A priority Critical patent/JP3534392B2/en
Publication of JP2001188984A publication Critical patent/JP2001188984A/en
Application granted granted Critical
Publication of JP3534392B2 publication Critical patent/JP3534392B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Warehouses Or Storage Devices (AREA)
  • Complex Calculations (AREA)
  • Traffic Control Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To make a distribution plan which is effective to the distribution of the positions of all delivery destinations. SOLUTION: The delivery planning system is equipped with an input device which inputs input information regarding a delivery plan such as position information on delivery destinations, a processor which generates the delivery plan such that after delivery vehicles depart from a physical distribution base according to the inputted information and delivers loads to plural delivery destinations, they return to the original physical distribution base with the shortest total travel distance, and an output device which outputs the generated delivery plan; and delivery planning processes by algorithms differing in planning strategy are performed by a single processor on a time-division basis or by plural processors in parallel and the processing result which has the shortest total travel distance among execution results is selected and outputted from the output device.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する分野】本発明は、物流システムにおける
物流拠点または倉庫を出発し、複数の配送先に積み荷を
配送する配送計画を作成する配送計画立案方法に係わ
り、特に宅配便などの効率的な配送のための輸送ルート
の発見に利用し、物流コストの削減やサービスの向上を
実現する配送計画を作成する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a delivery planning method for departure from a distribution base or warehouse in a distribution system and creating a delivery plan for delivering a load to a plurality of destinations, and particularly to an efficient delivery method for home delivery and the like. The present invention relates to a method of creating a delivery plan that is used for finding a transportation route for delivery and that realizes reduction of distribution costs and improvement of services.

【0002】[0002]

【従来の技術】物流システムにおける配送計画の問題
は、複数の車両が共通の物流拠点を出発し、複数の配送
先に積み荷を配送して、元の物流拠点に戻る配送形態
で、総走行距離が最短になるようなものを求めるもので
ある。ただし、各配送先には1台の車両だけが通るもの
とする。また、各車両には積載量の上限があり、その車
両が訪れる配送先への荷物量の合計よりも大きいという
積載量制約がある。また、各車両の走行距離に上限があ
るという走行距離制約がある。
2. Description of the Related Art The problem of distribution planning in a distribution system is that a plurality of vehicles depart from a common distribution base, deliver cargo to a plurality of destinations, and return to the original distribution base. Is the shortest. However, it is assumed that only one vehicle passes through each delivery destination. In addition, each vehicle has an upper limit of the load amount, and there is a load amount restriction that the load amount is larger than the total amount of luggage to the delivery destination visited by the vehicle. Further, there is a travel distance constraint that the travel distance of each vehicle has an upper limit.

【0003】このような制約のもとで作成する配送計画
の作成ステップは、通常、2段階に分かれる。1つは配
送先を各車両に振り分けるグルーピングの問題である。
他の1つはグルーピングで決められた配送先グループを
車両がどの順序で巡るかというルートの最適化の問題で
ある。これはいわゆる巡回セールスマンの問題とも呼ば
れている。
[0003] The step of creating a delivery plan created under such restrictions is usually divided into two stages. One is a problem of grouping for distributing a delivery destination to each vehicle.
The other is a problem of optimizing a route in which a vehicle goes around a delivery destination group determined by grouping. This is also called the traveling salesman problem.

【0004】グルーピングの問題については、スウィー
プ法やセービング法などが知られている。これらの方法
は下記の文献に記述されている。 Gilbert Laporte:The Vehicle Routing Problem:An o
verview of exact and approximate algorithms:Europ
ean Journal of Operational Research 59(1992)345-
358 また、巡回セールスマン問題の解法である全解探索法と
2OPT法やグルーピングで使われるNN法(Nearest
Neighbor法)とNI法(Nearest Insertion法)につい
ての知見は下記の文献で得られる。山本芳嗣、久保幹
雄:巡回セールスマン問題への招待:朝倉書店(1997)
For the problem of grouping, a sweep method, a saving method, and the like are known. These methods are described in the following documents. Gilbert Laporte: The Vehicle Routing Problem: An o
verview of exact and approximate algorithms: Europ
ean Journal of Operational Research 59 (1992) 345-
358 In addition, the full solution search method, which is a solution to the traveling salesman problem, and the NN method (Nearest method) used in the 2OPT method and grouping
Knowledge on the Neighbor method) and the NI method (Nearest Insertion method) can be obtained from the following documents. Yoshitsugu Yamamoto, Mikio Kubo: Invitation to traveling salesman problem: Asakura Shoten (1997)

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来に
おける配送計画方法にあっては、グルーピングを行うた
めに単一のアルゴリズムで対処していた。例えば、グル
ーピングにNN法を適用すれば、多くの場合、比較的良
好な結果を得ることができた。しかし、部品調達のアプ
リケーションなどでは、一部の配送先が物流拠点から遠
距離の場所に位置していることがある。このような場
合、グルーピングの問題に単純なNN法を用いると、ま
ず、物流拠点から比較的近距離にある配送先がグループ
にまとめられ、その後、物流拠点から遠距離にある配送
先同志がグループにまとめられる傾向がある。このた
め、この方法では全体として総走行距離が長くなってし
まうという問題がある。一般に、従来の配送計画作成方
法は、配送先の位置の分布によってグルーピングの方法
に向き不向きがあるため、不適当な結果となることがあ
る。
However, in the conventional delivery planning method, a single algorithm is used to perform grouping. For example, if the NN method was applied to grouping, relatively good results could be obtained in many cases. However, in parts procurement applications and the like, some delivery destinations may be located far from the distribution base. In such a case, if the simple NN method is used for the grouping problem, first, the delivery destinations that are relatively short from the distribution base are grouped together, and then the delivery destinations that are far from the distribution base are grouped together. Tend to be grouped together. Therefore, this method has a problem that the total traveling distance becomes longer as a whole. In general, the conventional delivery plan creation method may not be suitable for the grouping method depending on the distribution of the location of the delivery destination.

【0006】また、ルートの最適化についても1つのア
ルゴリズムが用いられていた。しかし、1つのルートに
含まれる配送先の数は様々であり、例えば、2OPT法
は配送先の数が多い場合には効率が良いが、数が少ない
場合には他の方法と比較して精度が落ちるという問題が
ある。
Also, one algorithm has been used for route optimization. However, the number of delivery destinations included in one route varies, and, for example, the 2OPT method is more efficient when the number of delivery destinations is large, but the accuracy is lower than the other methods when the number is small. There is a problem that falls.

【0007】本発明の目的は、あらゆる配送先の位置の
分布に対して有効な配送計画を立案することができる最
適配送計画立案方法およびシステムを提供することであ
る。
An object of the present invention is to provide an optimum delivery plan formulation method and system capable of creating an effective delivery plan for all distributions of delivery destination positions.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明の最適配送計画立案方法は、複数のグルーピ
ング戦略を用いて複数の配送計画を生成し、その中で最
適な配送計画を選択するようにしたことを特徴とする。
In order to achieve the above object, an optimal delivery plan formulation method according to the present invention generates a plurality of delivery plans using a plurality of grouping strategies, and determines an optimal delivery plan among them. It is characterized in that it is selected.

【0009】すなわち、配送先の位置情報、荷物量、配
送車両数等の配送計画立案に関わる入力情報を入力する
入力装置と、入力された情報によって複数の配送車両が
物流拠点を出発し、複数の配送先に積み荷を配送した
後、元の物流拠点に戻る経路で総走行距離が最短になる
ようにする配送計画を作成する処理装置と、作成された
配送計画を出力する出力装置とを備えた配送計画立案シ
ステムにおける最適配送計画立案方法であって、立案戦
略が異なるアルゴリズムの複数の配送計画立案処理を単
一の処理装置内で時分割または複数の処理装置で並行に
実行させ、その実行結果のうち総走行距離が最短になる
処理結果を選択し、前記出力装置から出力することを特
徴とする。
More specifically, an input device for inputting input information related to the planning of a delivery, such as location information of a delivery destination, the amount of packages, the number of delivery vehicles, and the like, and a plurality of delivery vehicles depart from a distribution base based on the input information. And a processing device for creating a delivery plan for minimizing the total mileage on the route returning to the original distribution base after delivering the cargo to the destination, and an output device for outputting the created delivery plan. Optimal delivery planning method in a delivery planning system, wherein a plurality of delivery planning processes of algorithms having different planning strategies are executed in a single processing unit in a time-division manner or in parallel by a plurality of processing units, and the execution is performed. A processing result that minimizes the total traveling distance is selected from the results, and output from the output device.

【0010】本発明では、例えば次の5つのグルーピン
グ戦略に基づいたアルゴリズムを使用する。 (1)遠方優先NN法 (2)遠方優先NI法 (3)方面分割NN法 (4)方面分割NI法 (5)スウィープ法
In the present invention, for example, an algorithm based on the following five grouping strategies is used. (1) Far-priority NN method (2) Far-priority NI method (3) Directional split NN method (4) Directional split NI method (5) Sweep method

【0011】ここで、「遠方優先」と「方面分割」とい
う言葉は配送車両が最初に巡る配送先、すなわちシード
の指定方法を表す。また、NN法、NI法とスウィープ
法はいくつかの配送先を巡ってルートを生成するアルゴ
リズムである。したがって、「遠方優先NN法」とは、
シードの指定の仕方が「遠方優先」で、配送先を巡るア
ルゴリズムが「NN」法であるグルーピング方法のこと
である。遠方優先NI法、方面分割NN法、方面分割N
I法も同様の意味を持つ。
Here, the words "distant priority" and "division of area" indicate a delivery destination that a delivery vehicle first goes around, that is, a method of specifying a seed. The NN method, the NI method, and the sweep method are algorithms for generating a route around several delivery destinations. Therefore, the "distant priority NN method"
This is a grouping method in which the method of specifying the seed is “distant priority” and the algorithm for the destination is the “NN” method. Remote priority NI method, area division NN method, area division N
Method I has a similar meaning.

【0012】遠方優先では、未配送の配送先の中で物流
拠点から最も遠い配送先をシードとして指定する。方面
分割では、空間(配送対象地域)をいくつかの物流拠点
を通る直線で分割して生成される例えば扇形の部分空間
(以後、方面と呼ぶ)ごとに、その方面内に位置する配
送先の荷物量の和に比例する数のシードをその方面に割
り当てる。
In the remote priority, the destination farthest from the distribution base among the undelivered destinations is designated as a seed. In the direction division, for example, for each fan-shaped subspace (hereinafter referred to as a direction) generated by dividing a space (delivery target area) by a straight line passing through several logistics bases, a delivery destination located in the direction is designated. Assign a number of seeds to the area in proportion to the sum of the load.

【0013】NN法では、シードから始めて、制約条件
を満たす間、次々に最後に訪れた配送先に最も近い配送
先を訪れる。制約条件が満たされなくなったならば、そ
れまで訪れた配送先で1つのルートの生成を完了する。
未配送の配送先が残っている間、前と同様に、シードか
ら始めてルートを生成し続ける。
In the NN method, starting from a seed, a delivery destination closest to the last delivery destination is visited one after another while satisfying the constraint condition. When the constraint condition is no longer satisfied, the generation of one route is completed at the delivery destination visited so far.
While the undelivered destination remains, as before, it continues to generate routes starting from the seed.

【0014】NI法では、ルートの適当な位置に挿入し
た時の走行距離の増分が最小である配送先を取り出す他
はNN法と同様である。
The NI method is the same as the NN method except that the delivery destination with the smallest increase in the traveling distance when inserted at an appropriate position on the route is extracted.

【0015】スウィープ法では、配送先と物流拠点を結
ぶ直線とx軸(またはy軸)のなす角度の小さい順に配
送先を取り出す他はNN法と同様である。
The sweep method is the same as the NN method except that the destinations are taken in ascending order of the angle between the x-axis (or y-axis) and the straight line connecting the destination and the distribution base.

【0016】また、本発明では、ルートに含まれる配送
先の数に応じてルートの最適化の方法を変えるようにし
たことを特徴とするものである。具体的には、配送先の
数が比較的少ないルートに対しては精度の高い全解探索
法を、多いルートに対しては高速の2OPT法をそれぞ
れ適用して、効率的なルートの最適化を実現する。
Further, the present invention is characterized in that a route optimization method is changed according to the number of delivery destinations included in the route. More specifically, a highly accurate full solution search method is applied to a route with a relatively small number of delivery destinations, and a high-speed 2OPT method is applied to a route with a large number of destinations, thereby optimizing the route efficiently. To achieve.

【0017】[0017]

【発明の実施の形態】以下、本発明を図示する実施の形
態に基づいて詳細に説明する。図1は本発明の最適配送
計画立案システムの一実施形態を示すハードウェア構成
のブロック図である。この実施形態の最適配送計画立案
システムはキーボード10、ディスプレイ20、中央処
理装置30、主記憶装置40、2次記憶装置50から構
成されている。中央処理装置30はキーボード10とデ
ィスプレイ20が接続されており、キーボード10を用
いて配送対象地域における配送先の位置、荷物量、車両
の積載上限値、走行距離上限値などのパラメータ情報、
ならびに配送計画の作成に関わる各種のコマンドが入力
される。入力されたパラメータ情報やコマンドはディス
プレイ20に表示される。ディスプレイ20には、入力
されたパラメータ情報に基づいて作成された最適配送経
路が文字や地図によって表示される。主記憶装置40に
は、複数の立案戦略によって配送経路を立案するための
配送計画立案プログラム群41が記憶されている。さら
に、データを処理するための作業領域42が確保されて
いる。2次記憶装置50には、配送先の位置、荷物量や
車両の積載量の上限などのデータやコマンドの処理結果
が格納される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail based on embodiments shown in the drawings. FIG. 1 is a block diagram of a hardware configuration showing an embodiment of an optimum delivery planning system according to the present invention. The optimal delivery planning system according to this embodiment includes a keyboard 10, a display 20, a central processing unit 30, a main storage device 40, and a secondary storage device 50. The central processing unit 30 is connected to the keyboard 10 and the display 20, and uses the keyboard 10 to provide parameter information such as the position of the delivery destination in the delivery target area, the amount of luggage, the upper limit of the load of the vehicle, and the upper limit of the mileage;
Various commands related to creation of a delivery plan are input. The input parameter information and command are displayed on the display 20. The optimal delivery route created based on the input parameter information is displayed on the display 20 by text or a map. The main storage device 40 stores a delivery planning program group 41 for planning a delivery route based on a plurality of planning strategies. Further, a work area 42 for processing data is secured. The secondary storage device 50 stores data such as the location of the delivery destination, the amount of luggage, and the upper limit of the load capacity of the vehicle, and the processing result of the command.

【0018】図2は、5つのグルーピング戦略を用いた
最適配送計画立案処理の全体構成図である。本実施形態
では、最初に、遠方優先NN法の配送計画立案処理(ス
テップ101)、遠方優先NI法の配送計画立案処理
(ステップ102)、方面分割NN法の配送計画立案処
理(ステップ103)、方面分割NI法の配送計画立案
処理(ステップ104)、スウィープ法の配送計画立案
処理(ステップ105)によって、配送先を各車両に振
り分ける。次に、ルート最適化処理(ステップ106〜
110)で、配送先グループごとに車両のルートが最短
になるようにする配送計画を作成する。最後に、この5
つの配送計画の中で最適な配送計画を選択し(ステップ
111)、処理を終える。
FIG. 2 is an overall configuration diagram of an optimal delivery plan formulation process using five grouping strategies. In this embodiment, first, a delivery plan formulation process of the far-priority NN method (step 101), a delivery plan formulation process of the far-priority NI method (step 102), a delivery plan formulation process of the area-division NN method (step 103), The delivery destination is assigned to each vehicle by the delivery plan formulation process of the area division NI method (step 104) and the delivery plan formulation process of the sweep method (step 105). Next, route optimization processing (steps 106 to 106)
At 110), a delivery plan is created for each delivery destination group so that the vehicle route is the shortest. Finally, this 5
An optimal delivery plan is selected from the two delivery plans (step 111), and the process is terminated.

【0019】ここで、ステップ101〜105の5つの
配送計画立案処理は、対応するプログラムによって構成
され、図1の配送計画立案プログラム群41として主記
憶装置40に格納されている。この実施形態にあって
は、処理装置30が1台であるので、中央処理装置30
が時分割で5つの配送計画立案処理を行い、さらにルー
トの最適化処理(ステップ106〜110)を時分割で
行い、最後に、5つの配送計画立案処理結果の中で最適
な配送計画を選択する。
Here, the five delivery plan planning processes of steps 101 to 105 are constituted by corresponding programs and stored in the main storage device 40 as the delivery plan planning program group 41 of FIG. In this embodiment, since there is one processing unit 30, the central processing unit 30
Performs time-division planning for five delivery plans, further performs route optimization processing (steps 106 to 110) in a time-division manner, and finally selects an optimal delivery plan from the results of the five delivery plan planning processes. I do.

【0020】本発明は、5つの配送計画立案処理を時分
割で行うものに限定されるものではなく、中央処理装置
30を5台用意し、これらによって並列に立案処理及び
最適化処理を実行させ、1つの中央処理装置が5つの配
送計画立案結果の中で最適な配送計画を選択するように
構成することもできる。
The present invention is not limited to the one in which the five delivery schedule planning processes are performed in a time-division manner, but instead prepares five central processing units 30 to execute the planning process and the optimization process in parallel. One central processing unit may be configured to select an optimal delivery plan from among the five delivery plan formulation results.

【0021】図3は遠方優先NN法の配送計画立案処理
のアルゴリズムを説明するフローチャートである。ま
ず、ステップ201で車両tを0番目の車両に設定す
る。次にステップ202で、未配送の配送先があるか判
定する。なければ、終了する。あれば、ステップ203
で、未配送の配送先で最も物流拠点から遠いものを配送
先iとし、この配送先iを配送済にする。配送先iは遠方
優先のシードである。個々の車両tについての情報は構
造体の配列T[t]の要素で表現する。 (1)T[t].Lは車両tの運ぶ荷物量である。 (2)T[t].Dは車両tの走行距離である。 (3)T[t].Rは配送先の配列で、車両tのルートであ
る。
FIG. 3 is a flow chart for explaining the algorithm of the delivery plan making process of the distant priority NN method. First, in step 201, the vehicle t is set to the 0th vehicle. Next, in step 202, it is determined whether there is an undelivered delivery destination. If not, end. If so, step 203
Then, the delivery destination that is farthest from the distribution base among the undelivered delivery destinations is set as the delivery destination i, and the delivery destination i is set as the delivery destination. The delivery destination i is a seed that is given priority in the distant place. Information about each vehicle t is represented by an element of a structure array T [t]. (1) T [t] .L is the amount of luggage carried by the vehicle t. (2) T [t] .D is the traveling distance of the vehicle t. (3) T [t] .R is an array of delivery destinations, which is the route of the vehicle t.

【0022】ステップ204で、車両tの物流拠点とシ
ードを結ぶルートを次のようにして生成する。 (1)T[t].Lに配送先iの荷物量を代入する。 (2)T[t].Dに配送先iと物流拠点の間の距離を2倍し
たものを代入する。 (3)T[t].Rの先頭に配送先iを代入する。
In step 204, a route connecting the distribution base of the vehicle t and the seed is generated as follows. (1) Substitute the amount of package at the delivery destination i into T [t] .L. (2) The value obtained by doubling the distance between the delivery destination i and the distribution base is substituted into T [t] .D. (3) Substitute the delivery destination i at the beginning of T [t] .R.

【0023】次にステップ205で、未配送の配送先が
あるか判定する。なければ、終了する。あれば、ステッ
プ206で、未配送の配送先で最も配送先iに近くのも
のを配送先iiとする。次にステップ207で、配送先ii
を車両tのルートに追加した時の走行距離の増分 D=d(i,ii)+d(depot,ii)d(depot,i) を計算する。ここでdは距離関数であり、depotは物流拠
点を示す。
Next, at step 205, it is determined whether there is a delivery destination that has not been delivered. If not, end. If so, in step 206, the delivery destination which is closest to the delivery destination i among the undelivered delivery destinations is set as the delivery destination ii. Next, at step 207, the delivery destination ii
Is added to the route of the vehicle t to calculate the increment D = d (i, ii) + d (depot, ii) d (depot, i). Here, d is a distance function, and depot indicates a distribution base.

【0024】次にステップ208で、積載量制約と走行
距離制約を満足するか判定する。積載量制約は車両tが
配送先iiの荷物を積み込んでも、与えられた積載量の上
限は越えないという制約である。また、走行距離制約は
車両tがさらに走行距離をDだけ増やしても、与えられた
走行距離の上限を越えないという制約である。この2つ
の制約を満足すれば、ステップ209で、配送先iiを車
両tが通るように設定する。すなわち、構造体の配列T
[t]を次のように変更する。 (1)T[t].Lに配送先iiの荷物量を加える。 (2)T[t].DにDを加える。 (3)T[t].Rの最後に配送先iiを追加する。
Next, at step 208, it is determined whether the load capacity constraint and the travel distance constraint are satisfied. The loading capacity constraint is a constraint that, even when the vehicle t loads the cargo of the delivery destination ii, the given upper limit of the loading capacity is not exceeded. The travel distance constraint is a constraint that, even if the vehicle t further increases the travel distance by D, the given travel distance does not exceed the upper limit. If these two constraints are satisfied, in step 209, the setting is made so that the vehicle t passes through the delivery destination ii. That is, the array of structures T
[t] is changed as follows. (1) Add the package amount of the delivery destination ii to T [t] .L. (2) Add D to T [t] .D. (3) Add delivery destination ii at the end of T [t] .R.

【0025】さらに、配送先iiを配送済にする。次にス
テップ210で、配送先iに配送先iiを代入して、ステ
ップ205に戻り、ループする。ステップ208で、2
つの制約を満足しなければ、ステップ211で、車両t
を次の車両にして、ステップ202に戻り、ループす
る。
Further, the delivery destination ii is set as delivered. Next, in step 210, the delivery destination ii is substituted for the delivery destination i, and the process returns to step 205 and loops. In step 208, 2
If the two constraints are not satisfied, at step 211, the vehicle t
Is set as the next vehicle, and the flow returns to step 202 to loop.

【0026】図4は、遠方優先NI法のアルゴリズムを
説明するフローチャートである。ステップ301で、車
両tを0番目の車両に設定する。次にステップ302
で、遠方優先のシードiを獲得し、シードiを配送済にす
る。次にステップ303で、車両tがシードiを通るよう
に設定する。ステップ304以後のアルゴリズムには3
重のループがある。ステップ304,317のループと
iに関するステップ306,307,316のループとj
に関するステップ309,310,315のループであ
る。
FIG. 4 is a flowchart for explaining the algorithm of the far priority NI method. In step 301, the vehicle t is set to the 0th vehicle. Next, step 302
Then, a seed i with a long-distance priority is obtained, and the seed i is delivered. Next, in step 303, it is set so that the vehicle t passes through the seed i. The algorithm after step 304 is 3
There are heavy loops. The loop of steps 304 and 317
The loop of steps 306, 307, 316 for i and j
It is a loop of steps 309, 310, and 315 regarding the above.

【0027】ステップ304で、未配送の配送先がある
か判定する。なければ、ループを抜けて終了する。あれ
ば、ステップ305で、変数min_dに適当な大きな定数M
AXを代入する。次にステップ306で、配送先iに0番
目の配送先を代入する。ステップ307で、iと全配送
先の数max_iを比較する。iがmax_iより小さくなけれ
ば、iに関するループを抜けてステップ317に進む。
小さければ、ステップ308で、配送先iが配送済であ
るか判定する。配送済であれば、ステップ316に進
む。未配送であれば、jに関するループに入る。まずス
テップ309で、変数jに0を代入する。次に、ステッ
プ310で、変数jと配列T[t].Rの長さを比較する。jが
大きければ、jに関するループを抜けてステップ316
に進む。jが大きくなければ、ステップ311で、走行
距離の増分Dを計算する。前に述べたように、T[t].Rは
配送先の配列であって、車両tが通るルートを表す。T
[t].R[j]は車両tが物流拠点を出発してから(j+1)番目
に訪れる配送先である。Dはj番目と(j+1)番目の間に
配送先iを挿入した時の走行距離の増分を表す。式で表
すと D=d(T[t].R[j1],i)+d(i,T[t].R[j])d(T[t].R[j1],T[t].
R[j]) となる。
At step 304, it is determined whether there is a delivery destination that has not been delivered. If not, it exits the loop and ends. If so, in step 305, a large constant M suitable for the variable min_d
Substitute AX. Next, in step 306, the 0th delivery destination is substituted for the delivery destination i. In step 307, i is compared with the number max_i of all delivery destinations. If i is not smaller than max_i, the process exits the loop for i and proceeds to step 317.
If it is smaller, it is determined in step 308 whether the delivery destination i has been delivered. If it has been delivered, the process proceeds to step 316. If it has not been delivered yet, it enters a loop for j. First, in step 309, 0 is substituted for a variable j. Next, in step 310, the variable j is compared with the length of the array T [t] .R. If j is large, the process exits the loop for j and returns to step 316.
Proceed to. If j is not large, the increment D of the traveling distance is calculated in step 311. As described above, T [t] .R is an array of delivery destinations and represents a route through which the vehicle t passes. T
[t] .R [j] is the (j + 1) th delivery destination visited by the vehicle t after leaving the distribution base. D represents the increment of the traveling distance when the delivery destination i is inserted between the j-th and (j + 1) -th. In terms of the expression, D = d (T [t] .R [j1], i) + d (i, T [t] .R [j]) d (T [t] .R [j1], T [t ].
R [j]).

【0028】次にステップ312で、変数min_dと走行
距離の増分Dを比較する。min_dがDより大きくなけれ
ば、ステップ315に進み、jに関するループを繰り返
す。min_dがDより大きければ、ステップ313に進み、
積載量制約と走行距離制約を満たしているか判定する。
満たさなければ、ステップ315に進み、jに関するル
ープを繰り返す。満たせば、この時のD,I,jをそれぞ
れmin_d,min_I,min_jに代入して、ステップ315に
進み、jに関するループを繰り返す。結局ここで、iとj
に関するDの最小値を獲得する。
Next, at step 312, the variable min_d is compared with the increment D of the traveling distance. If min_d is not larger than D, the process proceeds to step 315, and the loop for j is repeated. If min_d is greater than D, proceed to step 313,
It is determined whether the load capacity constraint and the traveling distance constraint are satisfied.
If not, the process proceeds to step 315, and the loop for j is repeated. If it satisfies, D, I, and j at this time are substituted for min_d, min_I, and min_j, respectively, and the process proceeds to step 315 to repeat the loop for j. After all, i and j
Get the minimum value of D for

【0029】図5は、ステップ307のiに関するルー
プを抜けて、次に実行するステップ317の詳細を示す
フローチャートである。まず、ステップ401で、min_
dがMAXであるか判定する。MAXであれば、min_dが変わら
なかったこと、すなわち、挿入すべき配送先が見つから
なかったことを意味するので、車両tのルートを延長す
るのを止める。そしてステップ402で、車両tを次の
車両にする。さらにステップ403で、遠方優先のシー
ドiを獲得し、このシードiを配送済にする。次にステッ
プ404で、車両tがシードiを通るように設定する。一
方、min_dがMAXでなければ、ステップ405で、車両t
が配送先min_iを(min_j+1)番目に訪れるように設定
し、配送先min_iを配送済にする。
FIG. 5 is a flowchart showing details of step 317 to be executed next after exiting the loop relating to i in step 307. First, in step 401, min_
Determine whether d is MAX. If it is MAX, it means that min_d has not changed, that is, the delivery destination to be inserted has not been found, and therefore the extension of the route of the vehicle t is stopped. Then, in step 402, the vehicle t is set as the next vehicle. Further, at step 403, a seed i with a long-distance priority is acquired, and the seed i is set to be delivered. Next, at step 404, it is set so that the vehicle t passes through the seed i. On the other hand, if min_d is not MAX, the vehicle t
Sets the delivery destination min_i to be the (min_j + 1) th visit and makes the delivery destination min_i delivered.

【0030】方面分割NN法は方面に車両を割り当てる
手続きallocateとreallocateを呼ぶ。以下では、先にal
locateとreallocateのアルゴリズムの説明をする。
The direction division NN method calls procedures allocate and reallocate for allocating a vehicle to a direction. In the following,
Describe the algorithm of locate and reallocate.

【0031】図6は、allocateのアルゴリズムを説明す
るフローチャートである。ステップ501で各配送先が
含まれる方面iを計算し、配送先の荷物量を加えること
によってFL[i]を求める。次にステップ502で車両台
数の初期値Nを各方面iにFL[i]に比例した台数FT[i]を割
り当てる。ただし、ここで除算の値は整数である。また
今割り当てた台数FT[i]のiについての和TFTを求める。
次にステップ503で除算の剰余をW[i]に入れる。そし
て、ステップ504と505でまだ割り当てられていな
い残りの(N−TFT)台の車両をW[i]の大きい順に方面iに
1台ずつ割り当てる。すなわち、FT[i]を1だけ増や
す。次にステップ506で各方面iの車両台数FT[i]個の
配送先をランダムに選び、これをシードとして物流拠点
とシードを結ぶルートを生成する。さらに、配送jを配
送済みにする。最後にステップ507で変数maxtruckに
Nを代入する。
FIG. 6 is a flowchart for explaining the allocate algorithm. In step 501, a direction i including each delivery destination is calculated, and FL [i] is obtained by adding the amount of package at the delivery destination. Next, in step 502, an initial value N of the number of vehicles is assigned to each direction i by a number FT [i] proportional to FL [i]. Here, the value of the division is an integer. Further, a sum TFT for i of the number FT [i] just allocated is obtained.
Next, in step 503, the remainder of the division is put into W [i]. Then, in steps 504 and 505, the remaining (N-TFT) vehicles that have not been allocated are allotted one by one to the area i in the descending order of W [i]. That is, FT [i] is increased by one. Next, in step 506, a delivery destination for the number of vehicles FT [i] in each direction i is randomly selected, and a route connecting the distribution base and the seed is generated using the delivery destination as a seed. Further, the delivery j is set as delivered. Finally, in step 507, the variable maxtruck
Substitute N.

【0032】reallocateは有効な車両が尽きた時、総残
荷物量TRLに比例した台数の車両を獲得して各方面に割
り当てる。reallocateは次の2点を除いて基本的にはal
locateと同じである。第1に、全体の割り当て車両台数
は初期値Nではなく、総残荷物量TRLを車両の積載量の上
限で割った数INである。第2に、各方面iの車両台数は
各方面の荷物量FL[i]でなく、残荷物量RFL[i]に比例し
ている。なお、総残荷物量TRLは未配送の配送先の荷物
量の総計であり、各方面iの残荷物量RFL[i]は方面iにあ
る未配送の配送先の荷物量の総計である。
In the reallocate, when the number of available vehicles is exhausted, the number of vehicles in proportion to the total remaining baggage amount TRL is obtained and allocated to each area. reallocate is basically al except for the following two points
Same as locate. First, the total number of allocated vehicles is not the initial value N, but a number IN obtained by dividing the total remaining baggage amount TRL by the upper limit of the load capacity of the vehicle. Second, the number of vehicles in each direction i is proportional to the remaining baggage amount RFL [i] instead of the baggage amount FL [i] in each region. It should be noted that the total remaining baggage amount TRL is the total baggage amount of the undelivered delivery destination, and the remaining baggage amount RFL [i] of each area i is the total baggage amount of the undelivered delivery destination in the area i.

【0033】図7は、方面分割NN法のアルゴリズムを
説明するフローチャートである。方面分割NN法は2重
のループを含む。外側のループは全ての配送先が車両の
ルートに含まれた時、終了する。内側のループはステッ
プ603で車両tが0から始めて、全ての配送先が車両
のルートに含まれた時、または、車両tがmaxtruckにな
った時、終了する。まず、ステップ601でallocateを
呼んで、全体でN台の車両を方面に割り当てる。次に、
ステップ602で未配送の配送先があるか判定する。な
ければ、終了する。あれば、ステップ603で車両tを
0に設定する。
FIG. 7 is a flowchart for explaining the algorithm of the area division NN method. The direction division NN method includes a double loop. The outer loop ends when all destinations are included in the vehicle's route. The inner loop starts at step 603 when the vehicle t is 0 and ends when all the delivery destinations are included in the route of the vehicle or when the vehicle t becomes maxtruck. First, allocate is called in step 601 to allocate a total of N vehicles to the area. next,
In step 602, it is determined whether there is an undelivered delivery destination. If not, end. If so, the vehicle t is set to 0 in step 603.

【0034】次に、ステップ604で未配送の配送先が
あり、車両tがmaxtruckより小さいか判定する。そうで
なければ、外側のループの先頭ステップ602に戻る。
そうであれば、ステップ605で車両tが有効であるか
判定する。初期値では車両tは有効である。また、ステ
ップ611で車両tは無効になる。有効でなければ、ス
テップ615でtの値を1つ増やし、内側のループの先
頭ステップ604に戻る。有効ならば、ステップ606
でT[t].Rの最後をiに、未配送の配送先で最もiに近いも
のをiiにそれぞれ設定する。次に、ステップ607で走
行距離の増分 D=d(i,ii)+d(depot,ii)d(depot,i) を計算する。
Next, at step 604, it is determined whether there is a delivery destination that has not been delivered and the vehicle t is smaller than maxtruck. Otherwise, the process returns to the start step 602 of the outer loop.
If so, it is determined in step 605 whether the vehicle t is valid. The vehicle t is valid by default. In step 611, the vehicle t becomes invalid. If not valid, the value of t is incremented by one in step 615, and the process returns to the start step 604 of the inner loop. If valid, step 606
Then, the last of T [t] .R is set to i, and the undelivered delivery destination closest to i is set to ii. Next, at step 607, the increment of the traveling distance D = d (i, ii) + d (depot, ii) d (depot, i) is calculated.

【0035】次に、ステップ608で積載量制約と走行
距離制約を満足するか判定する。この2つの制約を満足
すれば、ステップ609で配送先iiを車両tが通るよう
に設定する。さらに、配送先iiを配送済みにする。次
に、ステップ610でtの値を1つ増やす。2つの制約
を満足しなければ、ステップ611でtを無効にし、ス
テップ612で他に有効な車両があるか判定する。あれ
ば、ステップ613でtの値を1つ増やす。なければ、
ステップ614reallocateを呼んで、車両を再割り当て
する。いずれの場合も、内側のループの先頭ステップ6
04に戻る。
Next, at step 608, it is determined whether the load capacity constraint and the travel distance constraint are satisfied. If these two constraints are satisfied, in step 609, the setting is made so that the vehicle t passes through the delivery destination ii. Further, the delivery destination ii is set as delivered. Next, at step 610, the value of t is increased by one. If the two constraints are not satisfied, t is invalidated in step 611, and it is determined in step 612 whether there is another valid vehicle. If there is, at step 613, the value of t is increased by one. If not,
Step 614 calls reallocate to reallocate the vehicle. In any case, the first step 6 of the inner loop
Return to 04.

【0036】図8は、方面分割NI法のアルゴリズムを
説明するフローチャートである。まず、ステップ701
で前に述べたallocateを呼んで、全体でN台の車両を方
面に割り当てる。次に、ステップ702で未配送の配送
先があるか判定する。なければ、終了する。あれば、ス
テップ703で車両tを0に設定する。次に、ステップ
704で未配送の配送先があり、車両tがmaxtruckより
小さいか判定する。そうでなければ、ステップ702に
戻る。そうであれば、ステップ705で車両tが有効で
あるか判定する。初期値では車両tは有効である。ま
た、ステップ718で車両tは無効になることがある。
有効でなければ、ステップ719でtの値を1つ増や
し、ステップ704に戻る。有効ならば、ステップ70
6に進む。
FIG. 8 is a flowchart for explaining the algorithm of the area division NI method. First, step 701
Call allocate above to allocate N vehicles to the area. Next, in step 702, it is determined whether there is a delivery destination that has not been delivered. If not, end. If there is, the vehicle t is set to 0 in step 703. Next, in step 704, it is determined whether there is a delivery destination that has not been delivered and the vehicle t is smaller than maxtruck. Otherwise, return to step 702. If so, it is determined in step 705 whether the vehicle t is valid. The vehicle t is valid by default. Also, at step 718, the vehicle t may become invalid.
If not valid, the value of t is incremented by one in step 719, and the process returns to step 704. If valid, step 70
Proceed to 6.

【0037】ステップ706〜717は遠方優先NI法
のステップ305〜316とまったく同一である。Dは
車両tが通るルートのj番目と(j+1)番目の配送先の間
に配送先iを挿入した時の走行距離の増分である。ここ
ではiとjに関する2重のループによって、Dの最小値を
獲得し、その時のD,I,jをそれぞれmin_d,min_I,min
_jに代入して、ステップ718に進む。
Steps 706 to 717 are exactly the same as steps 305 to 316 of the far priority NI method. D is an increment of the traveling distance when the delivery destination i is inserted between the j-th and (j + 1) -th delivery destinations of the route through which the vehicle t passes. Here, the minimum value of D is obtained by a double loop for i and j, and D, I, and j at that time are min_d, min_I, and min, respectively.
_j, and proceeds to step 718.

【0038】図9は、ステップ708のiに関するルー
プを抜けて、次に実行するステップ718の詳細を示す
フローチャートである。まず、ステップ801で、min_
dがMAXであるか判定する。MAXであれば、min_dが変わら
なかったこと、すなわち、挿入すべき配送先が見つから
なかったことを意味するので、車両tのルートを延長す
るのを止めるため、ステップ802で車両tを無効にす
る。次にステップ803で、他に有効な車両があるか判
定する。あれば、ステップ804でtの値を1つ増や
す。なければ、ステップ805で前に述べたreallocate
を呼んで、車両を再割り当てする。
FIG. 9 is a flowchart showing the details of step 718 to be executed next after exiting the loop relating to i in step 708. First, in step 801, min_
Determine whether d is MAX. If it is MAX, it means that min_d has not changed, that is, the delivery destination to be inserted has not been found, so that the vehicle t is invalidated in step 802 to stop extending the route of the vehicle t. . Next, in step 803, it is determined whether there is another valid vehicle. If there is, at step 804, the value of t is increased by one. If not, reallocate as described earlier in step 805
To reassign the vehicle.

【0039】一方、min_dがMAXでなければ、ステップ8
06で、車両tが配送先min_iを(min_j+1)番目に訪れ
るように設定し、配送先min_iを配送済にする。次にス
テップ807で、tの値を1つ増やす。
On the other hand, if min_d is not MAX, step 8
At 06, the vehicle t is set to visit the delivery destination min_i at the (min_j + 1) th position, and the delivery destination min_i is set to be delivered. Next, in step 807, the value of t is increased by one.

【0040】図10は、スウィープ法のアルゴリズムを
説明するフローチャートである。スウィープ法では車両
が角度の小さい順に配送先を通る。配送先の角度とは、
配送先と物流拠点を結ぶ直線とx軸(またはy軸)のな
す角度のことである。またx軸とは、物流拠点を通り、
東西方向に向いた直線のことである。
FIG. 10 is a flowchart for explaining the algorithm of the sweep method. In the sweep method, vehicles pass through the delivery destination in ascending order of angle. What is the delivery angle?
This is the angle between the x-axis (or y-axis) and the straight line connecting the delivery destination and the distribution base. In addition, the x-axis passes through the logistics base,
A straight line pointing in the east-west direction.

【0041】ステップ901で、車両tを0番目の車両
に設定する。次にステップ902で、未配送の配送先が
あるか判定する。なければ、終了する。あれば、ステッ
プ903で、未配送の配送先で最も角度の小さいものを
配送先iとし、この配送先iを配送済にする。ステップ9
04で、車両tの物流拠点と配送先iを結ぶルートを生成
する。次にステップ905で、未配送の配送先があるか
判定する。なければ、終了する。あれば、ステップ90
6で、未配送の配送先で最も小さいものを配送先iiとす
る。
At step 901, the vehicle t is set to the 0th vehicle. Next, in step 902, it is determined whether there is an undelivered delivery destination. If not, end. If there is, in step 903, the delivery destination with the smallest angle among the delivery destinations that have not been delivered is set as the delivery destination i, and the delivery destination i is set as the delivery destination. Step 9
At 04, a route connecting the distribution base of the vehicle t and the delivery destination i is generated. Next, in step 905, it is determined whether there is a delivery destination that has not been delivered. If not, end. If any, step 90
In 6, the smallest delivery destination that has not been delivered is designated as a delivery destination ii.

【0042】次にステップ907で、配送先iiを車両t
のルートに追加した時の走行距離の増分 D=d(i,ii)+d(depot,ii)d(depot,i) を計算する。次にステップ908で、積載量制約と走行
距離制約を満足するか判定する。この2つの制約を満足
すれば、ステップ909で、配送先iiを車両tが通るよ
うに設定する。さらに、配送先iiを配送済にする。次に
ステップ910で、配送先iに配送先iiを代入して、ス
テップ905に戻り、ループする。ステップ908で、
2つの制約を満足しなければ、ステップ911で、車両
tを次の車両にして、ステップ902に戻り、ループす
る。
Next, at step 907, the delivery destination ii is set to the vehicle t.
Calculate the increment of the mileage D = d (i, ii) + d (depot, ii) d (depot, i) when added to the route. Next, in step 908, it is determined whether the load capacity constraint and the traveling distance constraint are satisfied. If these two constraints are satisfied, in step 909, the setting is made so that the vehicle t passes through the delivery destination ii. Further, the delivery destination ii is set as delivered. Next, in step 910, the delivery destination ii is substituted for the delivery destination i, and the process returns to step 905 and loops. At step 908,
If the two constraints are not satisfied, at step 911, the vehicle
With t as the next vehicle, the process returns to step 902 and loops.

【0043】次にルートの最適化について説明する。グ
ルーピングした結果の車両のルートは必ずしも最適なも
のではない。そこで、ルートに含まれる配送先の順序を
並び換え、より短いルートを生成する必要がある。配送
先の比較的少ないルートに対しては、全解探索法が完全
に最適化された答えを出す。多いルートに対しては、全
解探索法では処理が遅すぎる。これに対して2OPT法
が精度は落ちるが、処理は高速である。したがって、ル
ートの最適化は、ルートに含まれる配送先の数がある閾
値以下の場合には全解探索法を、閾値を越える場合には
2OPT法を適用して最適解を求める。
Next, the route optimization will be described. The vehicle routes resulting from the grouping are not always optimal. Therefore, it is necessary to rearrange the order of the delivery destinations included in the route to generate a shorter route. For routes with relatively few destinations, the full solution search method gives a fully optimized answer. For many routes, the full solution search is too slow. On the other hand, the accuracy of the 2OPT method decreases, but the processing is fast. Therefore, in the route optimization, the optimum solution is obtained by applying the full solution search method when the number of delivery destinations included in the route is equal to or less than a certain threshold, and by applying the 2OPT method when exceeding the threshold.

【0044】この全解探索法と2OPT法のアルゴリズ
ムについては、文献によって知られているので、その説
明は省略する。
The algorithms of the full solution search method and the 2OPT method are known in the literature, and therefore the description thereof will be omitted.

【0045】なお、5つの配送計画立案処理のためのプ
ログラムは、1つの処理装置で時分割で実行させる形態
だけに限定されるものではなく、例えば5台の中央処理
装置で並列に実行させる形態、2台の中央処理装置で3
つと2つの立案処理を分担して実行させる形態であって
もよい。
The programs for the five delivery planning processes are not limited to the form executed by one processing unit in a time-sharing manner. For example, the programs executed by five central processing units in parallel. , Two central processing units, three
It is also possible to adopt a form in which two planning processes are shared and executed.

【0046】[0046]

【発明の効果】以上の説明から明らかなように、本発明
においては、複数の配送計画立案戦略を用いたグルーピ
ングと2種の方法を用いたルート最適化処理によって、
配送計画を立案するようにしたため、広範囲の配送先の
位置の分布に対して有効な配送計画を立案することがで
きる。
As is clear from the above description, according to the present invention, grouping using a plurality of delivery planning strategies and route optimization processing using two types of methods are performed.
Since the delivery plan is made, an effective delivery plan can be made for the distribution of positions of a wide range of delivery destinations.

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

【図1】本発明の最適配送計画立案システムの一実施形
態を示すハードウェア構成図である。
FIG. 1 is a hardware configuration diagram showing an embodiment of an optimal delivery planning system according to the present invention.

【図2】5つのグルーピング戦略を用いた最適配送計画
処理の全体構成図である。
FIG. 2 is an overall configuration diagram of an optimal delivery planning process using five grouping strategies.

【図3】遠方優先NN法のアルゴリズムを示すフローチ
ャートである。
FIG. 3 is a flowchart illustrating an algorithm of a far-priority NN method.

【図4】遠方優先NI法のアルゴリズムを示すフローチ
ャートである。
FIG. 4 is a flowchart illustrating an algorithm of a far priority NI method.

【図5】図4のステップ317の詳細を示すフローチャ
ートである。
FIG. 5 is a flowchart showing details of step 317 in FIG. 4;

【図6】車両を方面に割り当てるアルゴリズムを示すフ
ローチャートである。
FIG. 6 is a flowchart showing an algorithm for allocating a vehicle to a direction.

【図7】方面分割NN法のアルゴリズムを示すフローチ
ャートである。
FIG. 7 is a flowchart illustrating an algorithm of a direction division NN method.

【図8】方面分割NI法のアルゴリズムを示すフローチ
ャートである。
FIG. 8 is a flowchart showing an algorithm of the area division NI method.

【図9】図8のステップ718の詳細を示すフローチャ
ートである。
FIG. 9 is a flowchart showing details of step 718 in FIG. 8;

【図10】スウィープ法のアルゴリズムを示すフローチ
ャートである。
FIG. 10 is a flowchart showing an algorithm of a sweep method.

【符号の説明】[Explanation of symbols]

10…キーボード、20…ディスプレイ、30…中央処
理装置、40…主記憶装置、41…配送計画立案プログ
ラム群、42…作業領域、50…2次記憶装置。
DESCRIPTION OF SYMBOLS 10 ... Keyboard, 20 ... Display, 30 ... Central processing unit, 40 ... Main storage device, 41 ... Delivery planning program group, 42 ... Work area, 50 ... Secondary storage device.

───────────────────────────────────────────────────── フロントページの続き (72)発明者 小野山 隆 神奈川県横浜市中区尾上町6丁目81番地 日立ソフトウエアエンジニアリング株式会 社内 Fターム(参考) 3F022 LL05 MM42 PP03 PP06 5B049 AA02 BB33 CC40 EE31 5B056 AA00 AA04 BB00 HH00 5H180 AA15 EE02 FF01  ────────────────────────────────────────────────── ─── Continuing from the front page (72) Inventor Takashi Onoyama 6-81 Onoe-cho, Naka-ku, Yokohama-shi, Kanagawa Prefecture Hitachi Software Engineering Co., Ltd. In-house F-term (reference) 3F022 LL05 MM42 PP03 PP06 5B049 AA02 BB33 CC40 EE31 5B056 AA00 AA04 BB00 HH00 5H180 AA15 EE02 FF01

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 配送先の位置情報、荷物量、配送車両数
等の配送計画立案に関わる入力情報を入力する入力装置
と、入力された情報によって複数の配送車両が物流拠点
を出発し、複数の配送先に積み荷を配送した後、元の物
流拠点に戻る経路で総走行距離が最短になるようにする
配送計画を作成する処理装置と、作成された配送計画を
出力する出力装置とを備えた配送計画立案システムにお
ける最適配送計画立案方法であって、 立案戦略が異なるアルゴリズムの複数の配送計画立案処
理を単一の処理装置内で時分割または複数の処理装置で
並行に実行させ、その実行結果のうち総走行距離が最短
になる処理結果を選択し、前記出力装置から出力するこ
とを特徴とする最適配送計画立案方法。
1. An input device for inputting input information related to planning of a delivery plan, such as location information of a delivery destination, a package amount, and the number of delivery vehicles, and a plurality of delivery vehicles depart from a distribution base based on the input information. And a processing device for creating a delivery plan for minimizing the total mileage on the route returning to the original distribution base after delivering the cargo to the destination, and an output device for outputting the created delivery plan. Optimal delivery planning method in a delivery planning system, wherein a plurality of delivery planning processes of algorithms having different planning strategies are executed in a single processing unit in a time-division manner or in parallel by a plurality of processing units, and the execution is performed. An optimal delivery plan formulation method, wherein a processing result that minimizes the total mileage is selected from the results and output from the output device.
【請求項2】 前記複数の配送計画立案処理の1つとし
て、配送車両が最初に巡る配送先として未配送の配送先
の中で物流拠点から最も遠い配送先を選択し、それ以
後、当該配送先に最も近い配送先を順次選択して配送経
路を探索するアルゴリズムで構成された配送計画立案処
理を用いることを特徴とする請求項1記載の最適配送計
画立案方法。
2. As one of the plurality of delivery plan planning processes, a delivery destination which is farthest from a distribution base among non-delivery destinations is selected as a delivery destination to which a delivery vehicle first travels, and thereafter, the delivery destination concerned is selected. 2. The optimal delivery planning method according to claim 1, wherein a delivery planning process comprising an algorithm for sequentially selecting a delivery destination closest to the destination and searching for a delivery route is used.
【請求項3】 前記複数の配送計画立案処理の1つとし
て、配送車両が最初に巡る配送先として未配送の配送先
の中で物流拠点から最も遠い配送先を選択し、それ以
後、配送経路に挿入した時の走行距離の増分が最小であ
る配送先を順次選択して配送経路を探索するアルゴリズ
ムで構成された配送計画立案処理を用いることを特徴と
する請求項1記載の最適配送計画立案方法。
3. As one of the plurality of delivery plan drafting processes, a delivery destination which is farthest from a distribution base among non-delivery destinations is selected as a delivery destination to which a delivery vehicle first goes, and thereafter, a delivery route is selected. 2. An optimal delivery plan making method according to claim 1, wherein a delivery plan having an algorithm for searching for a delivery route by sequentially selecting delivery destinations with the smallest increase in the mileage when inserted into the delivery route is used. Method.
【請求項4】 前記複数の配送計画立案処理の1つとし
て、配送拠点を中心とする全方位の配送対象地域を複数
の方面に分割し、各方面ごとに、配送車両が最初に巡る
配送先として未配送の配送先の中からその方面内に位置
する配送先の荷物量の和に比例する数の配送先を選択
し、それ以後、当該配送先に最も近い配送先を順次選択
して配送経路を探索するアルゴリズムで構成された配送
計画立案処理を用いることを特徴とする請求項1記載の
最適配送計画立案方法。
4. As one of the plurality of delivery plan planning processes, an omnidirectional delivery target area centered on a delivery base is divided into a plurality of areas, and a delivery destination to which a delivery vehicle first travels for each area. From the undelivered destinations, select a number of destinations that is proportional to the sum of the amount of packages of the destinations located in that area, and then select the destination closest to the destination in turn and deliver The method according to claim 1, wherein a delivery planning process configured with an algorithm for searching for a route is used.
【請求項5】 前記複数の配送計画立案処理の1つとし
て、配送拠点を中心とする全方位の配送対象地域を複数
の方面に分割し、各方面ごとに、配送車両が最初に巡る
配送先として未配送の配送先の中からその方面内に位置
する配送先の荷物量の和に比例する数の配送先を選択
し、それ以後、配送経路に挿入した時の走行距離の増分
が最小である配送先を順次選択して配送経路を探索する
アルゴリズムで構成された配送計画立案処理を用いるこ
とを特徴とする請求項1記載の最適配送計画立案方法。
5. As one of the plurality of delivery plan planning processes, an omnidirectional delivery target area centered on a delivery base is divided into a plurality of areas, and for each area, a delivery destination to which a delivery vehicle first travels. As a result, the number of delivery destinations that are proportional to the sum of the baggage amounts of the delivery destinations located in the area are selected from the undelivered delivery destinations, and thereafter, the increment of the traveling distance when inserted into the delivery route is the smallest. 2. The optimal delivery planning method according to claim 1, wherein a delivery planning process including an algorithm for sequentially selecting a destination and searching for a delivery route is used.
【請求項6】 前記複数の配送計画立案処理の1つとし
て、配送先と物流拠点を結ぶ直線と配送区域地図上のx
軸またはy軸とのなす角度の小さい順に配送先を選択し
て配送経路を探索するアルゴリズムで構成された配送計
画立案処理を用いることを特徴とする請求項1記載の最
適配送計画立案方法。
6. As one of the plurality of delivery plan planning processes, a straight line connecting a delivery destination and a distribution base and x on the delivery area map are displayed.
2. The method according to claim 1, further comprising the step of selecting a delivery destination in ascending order of an angle between the axis and the y-axis and searching for a delivery route.
【請求項7】 複数の配送計画立案処理の結果に対し、
1台の配送車両が物流拠点を出発し、複数の配送先に積
み荷を配送した後、元の物流拠点に戻る配送経路上の配
送先数が閾値より少ない配送経路に対しては全解探索法
を、多い配送経路に対しては2OPT法をそれぞれ適用
して最適化することを特徴とする請求項1〜6のいずれ
か一項に記載の配送計画立案方法。
7. The method according to claim 7, wherein a plurality of delivery plan drafting results are obtained.
A single delivery vehicle departs from a logistics base, delivers cargo to multiple destinations, and then returns to the original logistics base. The method according to any one of claims 1 to 6, wherein the optimization is performed by applying the 2OPT method to a large number of delivery routes.
【請求項8】 配送先の位置情報、荷物量、配送車両数
等の配送計画立案に関わる入力情報を入力する入力装置
と、入力された情報によって複数の配送車両が物流拠点
を出発し、複数の配送先に積み荷を配送した後、元の物
流拠点に戻る経路で総走行距離が最短になるようにする
配送計画を作成する処理装置と、作成された配送計画を
出力する出力装置とを備えた配送計画立案システムであ
って、 前記処理装置が、立案戦略が異なるアルゴリズムの複数
の配送計画立案処理を時分割で実行し、その実行結果の
うち総走行距離が最短になる処理結果を選択し、前記出
力装置から出力する処理手段を備えることを特徴とする
最適配送計画立案システム。
8. An input device for inputting input information relating to the planning of a delivery plan, such as location information of a delivery destination, a package amount, the number of delivery vehicles, etc., and a plurality of delivery vehicles depart from a distribution base based on the input information. And a processing device for creating a delivery plan for minimizing the total mileage on the route returning to the original distribution base after delivering the cargo to the destination, and an output device for outputting the created delivery plan. The processing device, wherein the processing device executes a plurality of delivery plan planning processes of algorithms having different planning strategies in a time-sharing manner, and selects a processing result that minimizes the total mileage among the execution results. And a processing means for outputting from the output device.
【請求項9】 配送先の位置情報、荷物量、配送車両数
等の配送計画立案に関わる入力情報を入力する入力装置
と、入力された情報によって複数の配送車両が物流拠点
を出発し、複数の配送先に積み荷を配送した後、元の物
流拠点に戻る経路で総走行距離が最短になるようにする
配送計画を作成する処理装置と、作成された配送計画を
出力する出力装置とを備えた配送計画立案システムであ
って、 前記処理装置が複数の処理装置で構成され、各処理装置
が、立案戦略が異なるアルゴリズムの複数の配送計画立
案処理を並列に実行する処理手段を備え、いずれか1つ
の処理装置が、複数の処理装置の実行結果のうち総走行
距離が最短になる処理結果を選択し、前記出力装置から
出力する手段を備えることを特徴とする最適配送計画立
案システム。
9. An input device for inputting input information related to the planning of a delivery, such as location information of a delivery destination, a luggage quantity, the number of delivery vehicles, etc., and a plurality of delivery vehicles depart from a distribution base based on the input information. And a processing device for creating a delivery plan for minimizing the total mileage on the route returning to the original distribution base after delivering the cargo to the destination, and an output device for outputting the created delivery plan. A delivery plan drafting system, wherein the processing device is configured by a plurality of processing devices, each processing device includes a processing unit that executes a plurality of delivery schedule planning processes of algorithms having different planning strategies in parallel, An optimal delivery plan planning system, characterized in that one processing device is provided with a means for selecting a processing result with the shortest total traveling distance from among the execution results of the plurality of processing devices and outputting the result from the output device.
JP37220899A 1999-12-28 1999-12-28 Optimal delivery planning method and system Expired - Fee Related JP3534392B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP37220899A JP3534392B2 (en) 1999-12-28 1999-12-28 Optimal delivery planning method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP37220899A JP3534392B2 (en) 1999-12-28 1999-12-28 Optimal delivery planning method and system

Publications (2)

Publication Number Publication Date
JP2001188984A true JP2001188984A (en) 2001-07-10
JP3534392B2 JP3534392B2 (en) 2004-06-07

Family

ID=18500046

Family Applications (1)

Application Number Title Priority Date Filing Date
JP37220899A Expired - Fee Related JP3534392B2 (en) 1999-12-28 1999-12-28 Optimal delivery planning method and system

Country Status (1)

Country Link
JP (1) JP3534392B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004238129A (en) * 2003-02-05 2004-08-26 Jfe Steel Kk Delivery plan planning method and its device
JP2009093667A (en) * 2008-11-17 2009-04-30 Japan Tobacco Inc Course creation system and course creation method
KR20160008422A (en) * 2014-07-14 2016-01-22 명태현 Method of automatic delivery service based on cloud, server performing the same and system performing the same
JP2016085661A (en) * 2014-10-28 2016-05-19 富士通株式会社 Route optimization device, route optimization program and route optimization method
EP3451278A4 (en) * 2016-04-25 2019-09-11 Hitachi Transport System, Ltd. Delivery-plan creating system and delivery-plan creating method
CN111932030A (en) * 2020-09-09 2020-11-13 江苏亿讯网络科技有限公司 Method and system for logistics distribution path of self-built warehouse

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0471062A (en) * 1990-07-12 1992-03-05 Yutaka Imai Computer system for simultaneous and parallel operation of plural algorithm
JPH04317168A (en) * 1991-04-16 1992-11-09 Toshiba Corp Allocating device for delivery baggage
JPH0561848A (en) * 1991-09-02 1993-03-12 Hitachi Ltd Device and method for selecting and executing optimum algorithm
JPH07175504A (en) * 1993-12-20 1995-07-14 Atr Ningen Joho Tsushin Kenkyusho:Kk Device and method for search for optimum vehicle allocation and distribution order in distribution problem
JPH07234997A (en) * 1993-12-27 1995-09-05 Hitachi Eng Co Ltd Method/system for planning car allocation
JPH08153085A (en) * 1994-11-28 1996-06-11 Ricoh Co Ltd Method and device for searching optimal solution of allocation and despatching scheduling program problem
JPH08329149A (en) * 1995-05-29 1996-12-13 Toshiba Corp Delivery planning system and method for preparing delivery plan
JPH09311702A (en) * 1996-05-21 1997-12-02 Ricoh Co Ltd Optimum block division system in delivery plan
JPH1055349A (en) * 1996-05-29 1998-02-24 Fujitsu Ltd Mathematical plan calculation device, distribution plan system, medium stored with mathematical plan program, and medium stored with distribution plan program
JPH10253374A (en) * 1997-03-10 1998-09-25 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for search of going-around route
JPH10303126A (en) * 1997-02-28 1998-11-13 Nikon Corp Method for deciding moving sequence

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0471062A (en) * 1990-07-12 1992-03-05 Yutaka Imai Computer system for simultaneous and parallel operation of plural algorithm
JPH04317168A (en) * 1991-04-16 1992-11-09 Toshiba Corp Allocating device for delivery baggage
JPH0561848A (en) * 1991-09-02 1993-03-12 Hitachi Ltd Device and method for selecting and executing optimum algorithm
JPH07175504A (en) * 1993-12-20 1995-07-14 Atr Ningen Joho Tsushin Kenkyusho:Kk Device and method for search for optimum vehicle allocation and distribution order in distribution problem
JPH07234997A (en) * 1993-12-27 1995-09-05 Hitachi Eng Co Ltd Method/system for planning car allocation
JPH08153085A (en) * 1994-11-28 1996-06-11 Ricoh Co Ltd Method and device for searching optimal solution of allocation and despatching scheduling program problem
JPH08329149A (en) * 1995-05-29 1996-12-13 Toshiba Corp Delivery planning system and method for preparing delivery plan
JPH09311702A (en) * 1996-05-21 1997-12-02 Ricoh Co Ltd Optimum block division system in delivery plan
JPH1055349A (en) * 1996-05-29 1998-02-24 Fujitsu Ltd Mathematical plan calculation device, distribution plan system, medium stored with mathematical plan program, and medium stored with distribution plan program
JPH10303126A (en) * 1997-02-28 1998-11-13 Nikon Corp Method for deciding moving sequence
JPH10253374A (en) * 1997-03-10 1998-09-25 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for search of going-around route

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004238129A (en) * 2003-02-05 2004-08-26 Jfe Steel Kk Delivery plan planning method and its device
JP2009093667A (en) * 2008-11-17 2009-04-30 Japan Tobacco Inc Course creation system and course creation method
KR20160008422A (en) * 2014-07-14 2016-01-22 명태현 Method of automatic delivery service based on cloud, server performing the same and system performing the same
KR101682276B1 (en) * 2014-07-14 2016-12-12 명태현 Method of automatic delivery service based on cloud, server performing the same and system performing the same
JP2016085661A (en) * 2014-10-28 2016-05-19 富士通株式会社 Route optimization device, route optimization program and route optimization method
EP3451278A4 (en) * 2016-04-25 2019-09-11 Hitachi Transport System, Ltd. Delivery-plan creating system and delivery-plan creating method
US11138549B2 (en) 2016-04-25 2021-10-05 Hitachi Transport System, Ltd. Delivery plan making system and delivery plan making method
CN111932030A (en) * 2020-09-09 2020-11-13 江苏亿讯网络科技有限公司 Method and system for logistics distribution path of self-built warehouse

Also Published As

Publication number Publication date
JP3534392B2 (en) 2004-06-07

Similar Documents

Publication Publication Date Title
Pelzer et al. A partition-based match making algorithm for dynamic ridesharing
Chisman The clustered traveling salesman problem
Bozer et al. Tandem AGV systems: a partitioning algorithm and performance comparison with conventional AGV systems
Haridass et al. Scheduling a log transport system using simulated annealing
US5471408A (en) Method for optimizing resource allocation and an apparatus using the method
Kloster et al. The multiple traveling salesman problem in presence of drone-and robot-supported packet stations
CN111626577A (en) Vehicle scheduling method and device
Liaw et al. A decision support system for the bimodal dial-a-ride problem
CN108629531A (en) Freight transportation method and device for cargo transport
CN113075927A (en) Storage latent type multi-AGV path planning method based on reservation table
KR20160070699A (en) Method of designing vehicle delivery routes by setting zones
Ayadi et al. Memetic Algorithm for a Multi-Objective Vehicle Routing Problem with Multiple Trips.
US20200293939A1 (en) Ising solver system
JP4333500B2 (en) Vehicle traveling plan planning device, vehicle traveling plan planning method, program for causing a computer to execute the vehicle traveling plan planning method, and a computer-readable recording medium recording the program
Yu et al. Design of a variable path tandem layout for automated guided vehicle systems
JP2001188984A (en) Method and system for optimum delivery planning
KR20210086400A (en) Artificial intelligence-based intelligent drainage apparatus and operating method thereof
Chaovalitwongse et al. GRASP with a new local search scheme for vehicle routing problems with time windows
Omagari et al. Provisional-ideal-point-based multi-objective optimization method for drone delivery problem
Fontes et al. Job-shop scheduling-joint consideration of production, transport, and storage/retrieval systems
KR20200137149A (en) Automatic dispatching system and method for efficient logistics
JPH06176040A (en) Delivery scheduling device
Sazonov et al. Application of multiagent technologies to multiple depot vehicle routing problem with time windows
Hsieh et al. A design process for tandem automated guided vehicle systems: the concurrent design of machine layout and guided vehicle routes in tandem automated guided vehicle systems
CN115062868A (en) Pre-polymerization type vehicle distribution path planning method and device

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040303

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040308

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees