JP2021111237A - Route calculation program, route optimization system, and route calculation method - Google Patents

Route calculation program, route optimization system, and route calculation method Download PDF

Info

Publication number
JP2021111237A
JP2021111237A JP2020003975A JP2020003975A JP2021111237A JP 2021111237 A JP2021111237 A JP 2021111237A JP 2020003975 A JP2020003975 A JP 2020003975A JP 2020003975 A JP2020003975 A JP 2020003975A JP 2021111237 A JP2021111237 A JP 2021111237A
Authority
JP
Japan
Prior art keywords
route
customer
vehicle
depot
factory
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
JP2020003975A
Other languages
Japanese (ja)
Other versions
JP6739078B1 (en
Inventor
良太 小野
Ryota Ono
良太 小野
久美 中島
Kumi Nakajima
久美 中島
裕康 田口
Hiroyasu Taguchi
裕康 田口
好夫 大塚
Yoshio Otsuka
好夫 大塚
雅史 桑野
Masafumi Kuwano
雅史 桑野
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.)
Tokyo Eco Service Co Ltd
Santou Unyu Co Ltd
Original Assignee
Tokyo Eco Service Co Ltd
Santou Unyu 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 Tokyo Eco Service Co Ltd, Santou Unyu Co Ltd filed Critical Tokyo Eco Service Co Ltd
Priority to JP2020003975A priority Critical patent/JP6739078B1/en
Application granted granted Critical
Publication of JP6739078B1 publication Critical patent/JP6739078B1/en
Publication of JP2021111237A publication Critical patent/JP2021111237A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

To provide a route calculation program, a route optimization system, and a route calculation method, that can solve a large-scale vehicle routing problem in a short time, and can present a practical route.SOLUTION: In work for vehicles 12 departing a depot 11 to collect and carry loads of a plurality of clients C into a factory 13, a route in which the vehicles 12 depart the depot 11, go round all the clients C, and return to the depot 11, and that is a route in which the clients are assigned to each of the vehicles 12 is calculated by using a method for a vehicle routing problem (VRP). The obtained route is divided based on restrain conditions of load capacities and an estimated accumulation value of load amounts, a node for the factory 13 is added to each of the divided routes, and then each of the divided routes is optimized by using a method for a traveling salesman problem (TSP).SELECTED DRAWING: Figure 1

Description

本発明は、運搬経路問題に関連する経路算出プログラム、経路最適化システム、および経路算出方法に関する。 The present invention relates to a route calculation program, a route optimization system, and a route calculation method related to the transportation route problem.

特定エリアに分布した複数の顧客をたどる経路を種々の制約条件のもとで計算機によって算出する問題として、運搬経路問題または車両経路問題(VRP)と巡回セールスマン問題(TSP)とがある。計算機による経路の算出は、顧客をたどる順番の無数の組み合わせの中から、例えば、総経路長がもっとも短くなる経路を検索するための計算であり、顧客をたどる順番の組み合わせごとに行う計算の繰り返しである。これらの問題は顧客数が多い大規模問題である場合、現実的な時間内に厳密解を求めることが非常に困難な問題(NP困難といわれる)であり、種々の近似方法や経験則が提案されている。 There are a transportation route problem or a vehicle route problem (VRP) and a traveling salesman problem (TSP) as a problem of calculating a route following a plurality of customers distributed in a specific area by a computer under various constraints. The calculation of the route by the computer is a calculation for searching, for example, the route having the shortest total route length from the innumerable combinations of the order of tracing customers, and the calculation performed for each combination of the order of tracing customers is repeated. Is. When these problems are large-scale problems with a large number of customers, it is very difficult to find an exact solution in a realistic time (called NP-hard), and various approximation methods and empirical rules are proposed. Has been done.

運搬経路問題(VRP)は、例えば、複数の車両が、車両基地であるデポ(depot)を出発し、特定エリアに分布した複数の顧客に対し荷物を集配または配送して、デポに戻るときのコストを最小とする経路を求める問題である。コスト(目的関数)は、例えば、移動にかかる総時間、総距離、総費用等の移動コストや、必要な車両台数等の資材コストなどである。制約条件は、例えば、積載量制約等の車両に関する制約、車両の幅に対する経路幅(車道幅)や一方通行などの経路に関する制約、所定時間内にデポに戻る等の時間的な制約などである。 A material handling route problem (VRP) is, for example, when multiple vehicles depart from a depot, which is a depot, collect or deliver packages to multiple customers distributed in a specific area, and return to the depot. It is a problem of finding a route that minimizes the cost. The cost (objective function) is, for example, a travel cost such as total time, total distance, and total cost required for travel, and a material cost such as the required number of vehicles. Constraints include, for example, restrictions on vehicles such as load capacity restrictions, restrictions on routes such as route width (roadway width) with respect to vehicle width and one-way traffic, and time constraints such as returning to the depot within a predetermined time. ..

巡回セールスマン問題(TSP)は、例えば、一人のセールスマンが出発点から出発し、各顧客を1回ずつ訪ねて出発点に戻る際の移動コストを最小とする経路を求める問題である。この巡回セールスマン問題は、運搬経路問題において車両が1台で各種の制約条件がない場合に相当する。 The traveling salesman problem (TSP) is, for example, the problem of finding a route that minimizes the travel cost when one salesman departs from the starting point, visits each customer once, and returns to the starting point. This traveling salesman problem corresponds to the case where there is only one vehicle and there are no various restrictions in the transportation route problem.

運搬経路問題の応用例として、配送荷物を配送容器に入れて顧客に配送し、荷物配送完了後に空容器をメーカに返却する作業を含めた経路問題を解くための配送計画生成方法が提案されている(例えば、特許文献1参照)。 As an application example of the transportation route problem, a delivery plan generation method for solving the route problem including the work of putting the delivery package in the delivery container, delivering it to the customer, and returning the empty container to the manufacturer after the delivery of the package is completed has been proposed. (See, for example, Patent Document 1).

また、複数のデポが含まれる大規模な運搬経路問題を積載量制約条件下で解くため、各顧客を最近接のデポに関連づけて顧客をデポごとに分割することにより、各顧客を小集団化する方法が提案されている。この方法は、さらに、各デポから放射状に出る分割線によって、各顧客がデポに関連づけられたいずれかの小集団に含まれ、かつ、各小集団が積載量制約を満たす顧客数となるように各顧客を分割する。この段階の顧客の各小集団は、巡回セールスマン問題の手法で解かれる(例えば、非特許文献1参照)。 In addition, in order to solve a large-scale transportation route problem involving multiple depots under load capacity constraints, each customer is subgrouped by associating each customer with the most recent depot and dividing the customer into depots. A method has been proposed. This method also provides that the dividing lines radiating from each depot ensure that each customer is included in one of the subgroups associated with the depot and that each subgroup is the number of customers that meets the load constraint. Split each customer. Each small group of customers at this stage is solved by the traveling salesman problem method (see, for example, Non-Patent Document 1).

特開2019−28992号公報Japanese Unexamined Patent Publication No. 2019-28992

伊藤匡志、渡邉真也、榊原一紀著「大規模Vehicle Routing Problemに対する部分問題化と適応的問題統合に基づく新たな探索フレームワークの提案」進化計算学会論文誌 Vol.6,No.3(2015)Masashi Ito, Shinya Watanabe, Kazunori Sakakibara, "Proposal of a new search framework based on partial problematization and adaptive problem integration for large-scale Vehicle Routing Problem" Journal of the Evolutionary Computation Society Vol. 6, No. 3 (2015)

しかしながら、上述の特許文献1に示されるような運搬経路問題の解法は、応用例として示されているが大規模対応については言及されていない。また、上述の非特許文献1に示されるような運搬経路問題の解法は、大規模化に対応できるものの、その有効性は、デポと各顧客との実際の空間的な相互配置に制約されるので限定的と考えられる。 However, although the solution of the transport path problem as shown in Patent Document 1 described above is shown as an application example, large-scale correspondence is not mentioned. Further, although the solution of the transportation route problem as shown in Non-Patent Document 1 described above can cope with a large scale, its effectiveness is limited by the actual spatial mutual arrangement between the depot and each customer. Therefore, it is considered to be limited.

ところで、大規模運搬経路問題に関連する分野に、例えば、日常生活における家庭ごみをパッカー車に収容し、ごみ焼却場に搬入する分野がある。この分野では、例えば、清掃事務所(デポ)を出発した複数のパッカー車(積載量制約のある車両)が、各家庭(顧客)におけるごみを集配してごみ焼却場(工場)に搬入することを繰り返し、最後に、デポに戻る作業が行われる。ごみの排出量は、季節、祝日や行事の有無、曜日などによって変化し、ごみの収集作業は所定時間内に終了する必要があるなど、多くの制約条件のもとで適宜に運搬経路問題を解いて、最適経路を算出する必要がある。 By the way, in the field related to the large-scale transportation route problem, for example, there is a field in which household waste in daily life is stored in a packer vehicle and carried into a waste incinerator. In this field, for example, multiple packer vehicles (vehicles with load capacity restrictions) departing from a cleaning office (depot) collect and deliver waste from each household (customer) and bring it to a waste incinerator (factory). Is repeated, and finally, the work of returning to the depot is performed. The amount of waste discharged varies depending on the season, the presence of holidays and events, the day of the week, etc., and the waste collection work must be completed within a specified time. It is necessary to solve and calculate the optimum route.

このごみ収集の運搬経路問題において、工場は、上述の非特許文献1におけるデポに代わる役割を果たし、清掃事務所が、経路の出発点、帰着点であるデポとして設定されている。ごみ収集に限らず、このようなデポ、顧客、工場の組み合わせの範疇に分類される大規模運搬経路問題は多数存在し、このような大規模運搬経路問題の実用的な解法が求められている。 In this waste collection transportation route problem, the factory plays a role in place of the depot in Non-Patent Document 1 described above, and the cleaning office is set as the depot which is the starting point and the ending point of the route. There are many large-scale transportation route problems that fall into the category of combinations of such depots, customers, and factories, not limited to garbage collection, and practical solutions to such large-scale transportation route problems are required. ..

本発明は、上記課題を解消するものであって、大規模運搬経路問題を短時間で簡便に解くことができ、実用的な経路を提示できる経路算出プログラム、経路最適化システム、および経路算出方法を提供することを目的とする。 The present invention solves the above problems, and is a route calculation program, a route optimization system, and a route calculation method that can easily solve a large-scale transportation route problem in a short time and present a practical route. The purpose is to provide.

上記課題を達成するために、本発明の経路算出プログラムは、車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、前記車両に対して指定された工場に搬入するための経路を算出する経路算出プログラムであって、コンピュータを、前記デポ、顧客、および工場の各位置に対応するノードの位置情報に基づいて、これらの各ノード間の距離についての距離行列を生成する距離行列生成部と、前記距離行列と、前記車両と作業員が構成する作業組の数とを用いて、最良解を得ることなく所定の段階で打ち切る前提で、前記車両が前記デポを出発して前記顧客を巡って荷物を収集したあと前記デポに戻る経路について、運搬経路問題(VRP)を解く顧客割当部と、前記作業組ごとについて、前記顧客割当部によって前記顧客が割り当てられた経路を、前記車両の積載量制約情報と前記各顧客の荷物情報とに基づいて分割した分割経路を算出する経路分割部と、前記分割経路ごとに、前記作業組が前記デポまたは前記工場から、前記分割経路に含まれる前記顧客を経由して、前記工場に向かう経路について、巡回セールスマン問題(TSP)を解く順路決定部として機能させる、ことを特徴とする。 In order to achieve the above object, in the route calculation program of the present invention, one or a plurality of vehicles departing from a depot which is a vehicle base collects the luggage of a plurality of customers and makes it to a factory designated for the vehicle. A route calculation program that calculates a route for carrying in, and is a distance matrix for the distance between each of the nodes based on the position information of the nodes corresponding to the locations of the depot, the customer, and the factory. The vehicle uses the distance matrix generator, the distance matrix, and the number of working groups composed of the vehicle and the worker to terminate the depot at a predetermined stage without obtaining the best solution. The customer allocation unit that solves the transportation route problem (VRP) for the route that departs from, collects luggage around the customer, and then returns to the depot, and the customer allocation unit allocates the customer for each working group. A route division unit that calculates a division route that divides the route based on the load capacity constraint information of the vehicle and the baggage information of each customer, and the work group from the depot or the factory for each division route. The route to the factory via the customer included in the division route is made to function as a route determination unit for solving the traveling salesman problem (TSP).

この経路算出プログラムにおいて、前記顧客割当部は、前記車両が前記デポを出発して前記デポに戻るまでの移動時間が所定の時間内となる時間制約条件のもとで前記運搬経路問題(VRP)を解いてもよい。 In this route calculation program, the customer allocation unit uses the transportation route problem (VRP) under a time constraint that the travel time from the vehicle leaving the depot to returning to the depot is within a predetermined time. You may solve.

この経路算出プログラムにおいて、前記所定の時間は、前記車両ごとに、指定された工場からの経路が最も長い顧客から当該工場への移動時間と、当該車両の積載量制約情報を考慮して算出される工場への搬入回数とに基づいて算出される工場搬入時間を、事前に設定された作業時間から差し引いた時間であってもよい。 In this route calculation program, the predetermined time is calculated for each vehicle in consideration of the travel time from the customer who has the longest route from the designated factory to the factory and the load capacity constraint information of the vehicle. The factory delivery time calculated based on the number of deliveries to the factory may be the time obtained by subtracting the preset working time.

この経路算出プログラムにおいて、前記顧客割当部は、複数の前記車両における個々の車両が前記デポを出発して前記デポに戻るまでの移動時間を要素とする集合の分散が所定値以下となる時間制約条件のもとで前記運搬経路問題(VRP)を解いてもよい。 In this route calculation program, the customer allocation unit has a time constraint that the variance of the set having the travel time from the departure of each vehicle in the plurality of vehicles to the return to the depot as an element is equal to or less than a predetermined value. The transport path problem (VRP) may be solved under certain conditions.

この経路算出プログラムにおいて、前記経路分割部は、所定距離内で順序が連続する前記顧客間では分割しないようにしてもよい。 In this route calculation program, the route dividing unit may not be divided between the customers whose order is continuous within a predetermined distance.

また、本発明の経路最適化システムは、上記のいずれかの経路算出プログラムを実行させるコンピュータを備え、車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、前記車両に対して指定された工場に搬入するための経路を求めることを特徴とする。 Further, the route optimization system of the present invention includes a computer for executing any of the above route calculation programs, and one or more vehicles departing from the depot, which is a vehicle base, collects the luggage of a plurality of customers. The vehicle is characterized in that a route for carrying it into a designated factory is obtained.

また、本発明の経路算出方法は、プログラムされたコンピュータによって、車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、前記車両に対して指定された工場に搬入するための経路を算出する経路算出方法であって、前記デポ、顧客、および工場の各位置に対応するノードの位置情報に基づいて、これらの各ノード間の距離についての距離行列を生成する距離行列生成工程と、前記距離行列と、前記車両と作業員が構成する作業組の数とを用いて、最良解を得ることなく所定の段階で打ち切る前提で、前記車両が前記デポを出発して前記顧客を巡って荷物を収集したあと前記デポに戻る経路について、運搬経路問題(VRP)を解く顧客割当工程と、前記作業組ごとについて、前記顧客割当工程によって前記顧客が割り当てられた経路を、前記車両の積載量制約情報と前記各顧客の荷物情報とに基づいて分割した分割経路を算出する経路分割工程と、前記分割経路ごとに、前記作業組が前記デポまたは前記工場から、前記分割経路に含まれる前記顧客を経由して、前記工場に向かう経路について、巡回セールスマン問題(TSP)を解く順路決定工程とを含むことを特徴とする。 Further, in the route calculation method of the present invention, one or a plurality of vehicles departing from a depot, which is a vehicle base, collect the luggage of a plurality of customers by a programmed computer and send the vehicle to a factory designated for the vehicle. It is a route calculation method for calculating a route for carrying in, and generates a distance matrix for the distance between each of the nodes based on the position information of the nodes corresponding to the positions of the depot, the customer, and the factory. The vehicle departs from the depot on the premise that the distance matrix generation step, the distance matrix, and the number of working groups composed of the vehicle and the worker are used to terminate the process at a predetermined stage without obtaining the best solution. For the route that returns to the depot after collecting luggage around the customer, the customer allocation process that solves the transportation route problem (VRP) and the route that the customer is assigned by the customer allocation process for each work group. , A route division step of calculating a division route divided based on the load capacity constraint information of the vehicle and the baggage information of each customer, and the division by the working group from the depot or the factory for each division route. The route to the factory via the customer included in the route is characterized by including a route determination step of solving a traveling salesman problem (TSP).

本発明の経路算出プログラム、経路最適化システム、および経路算出方法によれば、最良解を得ることなく所定の段階で打ち切る前提で運搬経路問題を解き、得られた経路を積載量制約情報と荷物情報に基づいて分割し、分割された経路を巡回セールスマン問題として解くので、より短時間で実用的な経路を提示できる。 According to the route calculation program, the route optimization system, and the route calculation method of the present invention, the transportation route problem is solved on the premise that the route is terminated at a predetermined stage without obtaining the best solution, and the obtained route is used as the load capacity constraint information and the load. Since it is divided based on information and the divided route is solved as a traveling salesman problem, a practical route can be presented in a shorter time.

(a)は本発明の一実施形態に係る経路算出プログラムに採用されている経路算出方法の適用対象の概念図、(b)は同方法の顧客割当工程によって(a)の顧客を割り当てた経路を示す説明図、(c)は(b)の経路を分割して算出した工場に搬入するまでの経路の説明図。(A) is a conceptual diagram of the application target of the route calculation method adopted in the route calculation program according to the embodiment of the present invention, and (b) is the route to which the customer of (a) is assigned by the customer allocation process of the same method. (C) is an explanatory diagram of the route to the factory calculated by dividing the route of (b). 同経路算出方法のフローチャート。Flow chart of the same route calculation method. (a)乃至(d)は同経路算出方法における処理を順番に説明する概念図。(A) to (d) are conceptual diagrams for sequentially explaining the processes in the same route calculation method. (a)は道路ノードと顧客と顧客ノードの位置関係および道路距離行列を示す概念図、(b)は道路ノードの間に組み込まれた顧客ノードおよび顧客距離行列を示す概念図。(A) is a conceptual diagram showing the positional relationship between the road node and the customer and the customer node and the road distance matrix, and (b) is a conceptual diagram showing the customer node and the customer distance matrix incorporated between the road nodes. 同経路算出方法を実行するためのプログラムとデータのブロック構成図。A block configuration diagram of a program and data for executing the same route calculation method. 同経路算出方法を実行するコンピュータのブロック構成図。A block configuration diagram of a computer that executes the same route calculation method. 同経路算出方法の適用対象である顧客に対して複数のデポが対応可能である場合の例を示す概念図。The conceptual diagram which shows the example in the case where a plurality of depots can correspond to the customer to which the same route calculation method is applied. 同経路算出方法を実行するコンピュータの条件入力画面構成の例を示す図。The figure which shows the example of the condition input screen composition of the computer which executes the same route calculation method. 同経路算出方法を実行するコンピュータの結果出力画面構成の例を示す図。The figure which shows the example of the result output screen composition of the computer which executes the same route calculation method. 同結果出力画面の操作例を示す図。The figure which shows the operation example of the same result output screen. 同経路算出方法における顧客に関する入力データの構成例を示すコンピュータ画面の図。The figure of the computer screen which shows the composition example of the input data about a customer in the same route calculation method. 同入力データの構成例を示すコンピュータ画面を展開した図。The figure which developed the computer screen which shows the configuration example of the input data. (a)は同経路算出方法におけるS作業の概念を説明する図、(b)は同W作業の概念を説明する図。(A) is a diagram for explaining the concept of S work in the same route calculation method, and (b) is a diagram for explaining the concept of the W work. 同経路算出方法における道路網について経路と顧客ノードとを地図上に示して説明する図。The figure which shows the route and the customer node on the map and explains about the road network in the same route calculation method. (a)は図14のM1部分の拡大図、(b)は同M2部分の拡大図。(A) is an enlarged view of the M1 portion of FIG. 14, and (b) is an enlarged view of the M2 portion of the same. 図14のM3部分の拡大図であって大型車の経路と顧客ノードを地図上に示して説明する図。It is an enlarged view of the M3 part of FIG. 14, and is the figure which shows and explains the route of a large vehicle and a customer node on a map. (a)は同経路算出方法において経路に方向制約がない場合の顧客ノード間の移動を説明する図、(b)は同経路に方向制約がある場合の顧客ノード間の移動を説明する図。(A) is a diagram for explaining the movement between customer nodes when the route has no direction constraint in the same route calculation method, and (b) is a diagram for explaining the movement between customer nodes when the route has a direction constraint. (a)は同経路算出方法において道路の左右への接近に制約がなく両側回収が可能な場合の顧客ノードの設定を説明する図、(b)は同顧客ノードを経由する移動を説明する図。(A) is a diagram for explaining the setting of the customer node when there are no restrictions on the approach to the left and right of the road in the same route calculation method and both sides can be collected, and (b) is a diagram for explaining the movement via the customer node. .. (a)は同経路算出方法において道路の左右への接近に制約があって両側回収が不可能な場合の顧客ノードの設定を説明する図、(b)は同顧客ノードを経路の方向制限のもとで経由する移動を説明する図。(A) is a diagram for explaining the setting of the customer node when the approach to the left and right of the road is restricted in the same route calculation method and both sides cannot be collected. The figure explaining the movement which goes through by the origin. 図18(b)の移動と両側回収の対象となる道路を画像で説明する図。FIG. 18 (b) is a diagram illustrating an image of a road that is a target of movement and collection on both sides. 図19(b)の移動と片側回収の対象となる道路を画像で説明する図。FIG. 19 (b) is a diagram illustrating an image of a road that is a target of movement and one-sided collection. 同経路算出方法における地図データへの道路ノード追加を説明する図。The figure explaining the addition of the road node to the map data in the same route calculation method. 図22に道路ノードと経路を追加した図。The figure which added the road node and the route to FIG. 22. デジタル地図データにおける道路の両端の道路ノードとその道路に対して追加される道路の両端の道路ノードのそれぞれの位置座標の例を示す図。The figure which shows the example of the position coordinate of each of the road nodes at both ends of a road and the road nodes at both ends of a road added to the road in digital map data. 同経路算出方法における地図データへの徒歩経路追加を説明する図。The figure explaining the addition of the walking route to the map data in the same route calculation method. 図25に停車位置と徒歩経路を追加した図。The figure which added the stop position and the walking route to FIG. デジタル地図データにおける徒歩対象の顧客位置と道路の両端の道路ノードとその道路に対して追加される停車位置のそれぞれの位置座標の例を示す図。The figure which shows the example of the position coordinate of each of the customer position to be walked, the road node at both ends of the road, and the stop position added to the road in the digital map data. 同経路算出方法における搬入先工場登録画面構成の例を示す図。The figure which shows the example of the delivery destination factory registration screen composition in the same route calculation method. 同経路算出方法における工場振り分け指定の画面構成の例を示す図。The figure which shows the example of the screen composition of the factory distribution designation in the same route calculation method. (a)(b)は同経路算出方法における台数計算の処理を説明する画面構成の例を示す図。(A) and (b) are diagrams showing an example of a screen configuration for explaining the process of calculating the number of units in the same route calculation method.

以下、本発明の一実施形態に係る経路算出プログラム、経路最適化システム、および経路算出方法について、図面を参照して説明する。 Hereinafter, a route calculation program, a route optimization system, and a route calculation method according to an embodiment of the present invention will be described with reference to the drawings.

(経路算出方法の概要)
まず本発明の経路算出プログラムに採用されている経路算出方法の概要を図1を参照して説明する。本方法は、図1(a)に示すように、特定のエリア10に分布する複数の顧客cの荷物を車両拠点であるデポ11を出発した1または複数(本例では2台)の車両12によって収集して工場13に搬入する作業において、車両12の移動経路を自動算出する方法である。本実施形態において、顧客cはごみの集積所、その荷物は家庭ごみ、車両12はごみを圧縮運搬するパッカー車、工場13はごみ焼却場、そして、デポ11はごみの収集運搬業務を管理運営する事務所である、という設定で説明する。エリア10は、デポ11が業務を担当する、例えば町内などである。これらの設定は例示であり、本発明はこの設定に限定されるものではない。
(Outline of route calculation method)
First, an outline of the route calculation method adopted in the route calculation program of the present invention will be described with reference to FIG. In this method, as shown in FIG. 1A, one or more (two in this example) vehicles 12 depart from the depot 11 which is a vehicle base for the luggage of a plurality of customers c distributed in a specific area 10. This is a method of automatically calculating the movement route of the vehicle 12 in the work of collecting and carrying it into the factory 13. In the present embodiment, the customer c is a garbage collection point, the luggage is household waste, the vehicle 12 is a packer vehicle that compresses and transports the waste, the factory 13 is a waste incinerator, and the depot 11 manages and operates the waste collection and transportation business. I will explain with the setting that it is an office to do. Area 10 is, for example, in a town where the depot 11 is in charge of business. These settings are exemplary and the present invention is not limited to these settings.

図1(b)に示すように、2台の車両12が、それぞれデポ11を出発し、全顧客cを巡ってデポ11に戻る経路が算出される。この図の例では、一方の車両12が顧客c11からc17を順番に巡り、他方の車両12が顧客c21からc27を順番に巡る経路がそれぞれ算出されている。このデポ11から顧客cを経てデポ11に戻る一連の経路が算出されることにより、各車両12に顧客が割り当てられる。 As shown in FIG. 1 (b), a route is calculated in which the two vehicles 12 each depart from the depot 11 and return to the depot 11 around all the customers c. In the example of this figure, the route in which one vehicle 12 goes around the customers c11 to c17 in order and the other vehicle 12 goes around the customers c21 to c27 in order is calculated. A customer is assigned to each vehicle 12 by calculating a series of routes from the depot 11 to the depot 11 via the customer c.

この図に示されてないが、各顧客cに至る道路があり、その道路の各要所ごとに道路を規定する道路ノードが設定されており、それらの道路ノードを選択しながらたどることにより各顧客c(顧客ノード)に立ち寄ることができる。なお、本明細書では、隣接するノード間を結ぶ線を経路とよび、連続する経路の集合も経路とよぶ。また、経路の計算には、市販のデジタル道路地図データベースを使うことができ、その中で、道路が、道路ノードと、各道路ノード間を結ぶ経路(リンク、道路リンク、道路などと呼ばれる)で定義されている。そこで、本願では、経路と道路とを特に区別なく用いる。 Although not shown in this figure, there is a road leading to each customer c, and road nodes that define the road are set for each important point of the road, and each road node can be selected and traced. You can drop in at customer c (customer node). In this specification, a line connecting adjacent nodes is called a route, and a set of continuous routes is also called a route. In addition, a commercially available digital road map database can be used to calculate the route, in which the road is a route connecting the road node and each road node (called a link, a road link, a road, etc.). It is defined. Therefore, in the present application, a route and a road are used without particular distinction.

このような経路を求める問題には、運搬経路問題(VRP)の手法を用いることができる。最良解を望まなければ、各車両12に顧客が割り当てられた経路を、容易に短時間で得られる。 A method of the transport route problem (VRP) can be used for the problem of finding such a route. If the best solution is not desired, the route assigned to each vehicle 12 by the customer can be easily obtained in a short time.

各顧客cの荷物の重量は、事前の調査によって予想値を設定できる。そこで、デポからデポへの一巡の経路に沿って、経路上の顧客ごとの荷物量の積算値が得られる。車両には、一般に積載量の制約がある。そこで積載量が制約値を超えないように、荷物量の積算値が制約値に近づいた段階で、積算値をゼロに戻し、次の顧客から積算を再開する。例えば、一方の車両12については、顧客c13を経由した段階P1で積算値はゼロとされ、顧客c14から始めた積算値はデポへの帰着前の顧客c17を経由後に制約内である。同様に、他方の車両12は、顧客c22を経由した段階P2で1回だけ積算値がゼロとされている。 The weight of the luggage of each customer c can be set to an expected value by a preliminary survey. Therefore, along the route from the depot to the depot, the integrated value of the amount of luggage for each customer on the route can be obtained. Vehicles generally have load capacity restrictions. Therefore, when the integrated value of the luggage amount approaches the constraint value, the integrated value is returned to zero and the integrated value is restarted from the next customer so that the load capacity does not exceed the constraint value. For example, for one vehicle 12, the integrated value is set to zero at the stage P1 via the customer c13, and the integrated value starting from the customer c14 is within the constraint after passing through the customer c17 before returning to the depot. Similarly, for the other vehicle 12, the integrated value is set to zero only once at the stage P2 via the customer c22.

このような段階P1,P2において、各一巡りの経路が分割され、その分割点の両側に位置する顧客c13,c14および顧客c22,c23のそれぞれと工場13とが関連づけられる。また、各車両12に対して帰路を与えるため、工場13からデポ11への関連づけがなされる。分割で得られた経路は、(デポ、顧客、工場)または(工場、顧客、工場、デポ)の経路であり、一般的には(工場、顧客、工場)や(デポ、顧客、工場、デポ)または(デポ、顧客、作業員を下ろすためデポ、工場、デポ)などの経路もあり得る。 In such steps P1 and P2, each one-round route is divided, and each of the customers c13, c14 and customers c22, c23 located on both sides of the division point is associated with the factory 13. Further, in order to give each vehicle 12 a return route, the factory 13 is associated with the depot 11. The route obtained by the division is (depot, customer, factory) or (factory, customer, factory, depot) route, and generally (factory, customer, factory) or (depot, customer, factory, depot). ) Or (depot, factory, depot to drop depots, customers, workers).

このように分割された各経路は、移動の短時間化または短距離化などの観点から最適化された経路とは限らず、最適化の余地がある。そのような最適化された経路の探索は、例えば、顧客cを巡る順番を最適化することで行われる。順番の最適化は、図中に現れていない道路について、どの道路ノードを経由する道路(つまり経路)を通るかを新たに決定する探索である。 Each route divided in this way is not necessarily an optimized route from the viewpoint of shortening the travel time or shortening the distance, and there is room for optimization. The search for such an optimized route is performed, for example, by optimizing the order of the customer c. The order optimization is a search for newly determining which road node (that is, a route) is to be taken for a road that does not appear in the figure.

各分割経路は、積載量が制約値以下とされているので、制約条件を考慮することなく巡回経路を最適化することができる。このような巡回経路の最適化は、巡回セールスマン問題(TSP)の手法を用いて、数の少ない顧客ノードを対象にして容易に短時間で行うことができる。図1(c)は、以上の手法を用いて算出された、最適な経路を示している。 Since the load capacity of each divided route is set to be equal to or less than the constraint value, the patrol route can be optimized without considering the constraint conditions. Such optimization of the patrol route can be easily performed in a short time for a small number of customer nodes by using the method of the traveling salesman problem (TSP). FIG. 1 (c) shows the optimum route calculated by using the above method.

(経路算出方法の詳細な説明)
次に、図2、図3、図4を参照して、本発明の経路算出方法の詳細な説明をする。経路算出方法は、道路距離、道路幅や通行規制のほか、車両12の積載量の制限、収集に係る時間等を考慮しつつ、車幅や積載量の異なる複数種類の車両12が、指定された顧客の需要(荷物)を運搬(収集)し、指定された工場13に搬入する最小コスト(例えば最短距離)の経路を求めるように構成される。図2に示すように、本方法は、距離行列生成工程S1、顧客割当工程S2、経路分割工程S3、工場挿入工程S4、および順路決定工程S5を備えている。
(Detailed explanation of route calculation method)
Next, the route calculation method of the present invention will be described in detail with reference to FIGS. 2, 3, and 4. As the route calculation method, a plurality of types of vehicles 12 having different vehicle widths and load capacities are designated, taking into consideration the road distance, road width, traffic restrictions, restrictions on the load capacity of the vehicle 12, the time required for collection, and the like. It is configured to transport (collect) the customer's demand (baggage) and find the route with the minimum cost (for example, the shortest distance) to bring it to the designated factory 13. As shown in FIG. 2, this method includes a distance matrix generation step S1, a customer allocation step S2, a route division step S3, a factory insertion step S4, and a route determination step S5.

(距離行列生成工程S1)
この工程S1では、デポ11、顧客c、および工場13の各位置に対応するノードの位置情報に基づいて、これらの各ノード間の距離についての距離行列が生成される。この工程S1では、距離行列の生成に限られず、経路算出に必要な種々の制約条件の設定、初期設定(例えば顧客cごとの荷物量の予想値の設定)などが行われる。また、距離行列の用語は、経路算出に必要なデータの行列または配列等を含む広い意味で用いられ、例えば、時間行列、コスト行列なども含むことができる。
(Distance matrix generation step S1)
In this step S1, a distance matrix for the distance between each of the nodes is generated based on the position information of the nodes corresponding to the positions of the depot 11, the customer c, and the factory 13. In this step S1, not only the generation of the distance matrix, but also the setting of various constraint conditions necessary for the route calculation, the initial setting (for example, the setting of the expected value of the amount of luggage for each customer c) and the like are performed. Further, the term of distance matrix is used in a broad sense including a matrix or an array of data necessary for route calculation, and can also include, for example, a time matrix, a cost matrix, and the like.

距離そのものを表す距離行列には、車両12が走行する道路の各要所に設定される道路ノード間の相互の距離を表す道路距離行列と、顧客cに対応させて顧客cの最寄りの道路上に設定される顧客ノード間の相互の距離を表す顧客距離行列がある。 The distance matrix representing the distance itself includes a road distance matrix representing the mutual distance between the road nodes set at each key point of the road on which the vehicle 12 travels, and a road distance matrix representing the mutual distance between the road nodes and the road closest to the customer c corresponding to the customer c. There is a customer distance matrix that represents the mutual distance between the customer nodes set in.

なお、本方法が、経路最適化システムとして荷物収集の管理現場(デポ等)で用いられて経路が算出される場合、顧客の種々のデータが最適化計算の入力とされる。これらのデータは、経路算出の制約条件として用いられるか、または、顧客へのサービス向上のために用いられる。そのような顧客のデータは、事前に収集されて、この工程S1において経路最適化システムに登録される。 When this method is used as a route optimization system at a baggage collection management site (depot, etc.) and a route is calculated, various customer data are used as inputs for the optimization calculation. These data are used as constraints for route calculation or for improving service to customers. Such customer data is collected in advance and registered in the route optimization system in this step S1.

顧客のデータは、例えば、各顧客について、顧客の位置、住所、現場の写真、顧客の種類(徒歩で荷物を回収する現場か大型の現場か等の特徴)、回収方向(双方向の道路の場合に、どちらの向きに走行していても立ち寄り可能な双方向収集可能な顧客か否かの区別)、その顧客に割り当てるべき車種、荷物の種類、荷物の種類ごとの収集曜日、曜日ごとの荷物の量(重量kg)等である。顧客の位置と住所は、カメラのGPS機能等を用いることにより、現場の写真を撮影することで自動的に取得することができる。 For each customer, the customer data includes, for example, the customer's location, address, site photo, customer type (characteristics such as whether the site collects luggage on foot or a large site), and the collection direction (two-way road). In some cases, whether or not the customer can drop in in either direction), the type of vehicle to be assigned to that customer, the type of luggage, the collection day for each type of luggage, and each day of the week The amount of luggage (weight kg), etc. The customer's position and address can be automatically acquired by taking a picture of the site by using the GPS function of the camera or the like.

ここで、道路距離行列と顧客距離行列の生成を説明する。図4(a)に示すように、3つの道路ノードnr1,nr2,nr3がこの順に2つの道路を生成しており、各道路に隣接して最寄りの顧客c1,c2が位置している場合を考える(顧客の位置に対応する顧客ノードnc1,nc2が最寄りの道路ノード間の道路上に設定される)。各道路ノードによって行と列を定義し、各ノード間の距離を行列要素の値として、道路距離行列が設定される。道路距離行列は、対角要素の値が0の対称行列である。 Here, the generation of the road distance matrix and the customer distance matrix will be described. As shown in FIG. 4A, a case where three road nodes nr1, nr2, nr3 generate two roads in this order and the nearest customers c1 and c2 are located adjacent to each road. Consider (customer nodes nc1 and nc2 corresponding to the customer's position are set on the road between the nearest road nodes). Rows and columns are defined by each road node, and a road distance matrix is set with the distance between each node as the value of the matrix element. The road distance matrix is a symmetric matrix in which the value of the diagonal element is 0.

道路ノードは、例えば、市販のデジタル地図データの道路情報から直接読み込まれ、ノード間の距離が計算される。道路距離行列には、工場13とデポ11のノードに関する距離も含まれる。なお、荷物の収集に複数種類の車両12を用いる場合のことを考慮して、例えば、大型車が通行不可能な幅狭道路を含む全道路を表す道路網Aと、大型車が通行可能な幅員を持つ道路網Bとの2パターンの道路距離行列を生成してもよい。これらの道路距離行列は、一つにまとめた大きな距離行列として生成してもよい。 The road node is read directly from the road information of commercially available digital map data, for example, and the distance between the nodes is calculated. The road distance matrix also includes the distances for the nodes of factory 13 and depot 11. Considering the case where a plurality of types of vehicles 12 are used for collecting luggage, for example, a road network A representing all roads including narrow roads that large vehicles cannot pass through and large vehicles can pass through. Two patterns of road distance matrix with the road network B having a width may be generated. These road distance matrices may be generated as a large distance matrix combined into one.

顧客については、図4(b)に示すように、地図データの道路情報を用いて顧客の位置を道路上に移動させて道路上に顧客ノードnc1,nc2として再構成し、顧客ノード間の距離を行列要素の値として、顧客距離行列が設定される。顧客ノード間の距離は、例えば、一方の顧客ノードから出発して道路ノードをたどって他の顧客ノードに至るまでの、隣接ノード間の距離を積算した最短の距離である。この行列も、対角要素が0の対称行列である。顧客の位置を道路上に移動させる再構成の処理は、作業者による手作業またはコンピュータによる全自動または一部全自動の何れで行ってもよい。 For the customer, as shown in FIG. 4B, the customer's position is moved on the road using the road information of the map data and reconstructed as the customer nodes nc1 and nc2 on the road, and the distance between the customer nodes. Is set as the value of the matrix element, and the customer distance matrix is set. The distance between customer nodes is, for example, the shortest distance obtained by accumulating the distances between adjacent nodes, starting from one customer node, following a road node, and reaching another customer node. This matrix is also a symmetric matrix with zero diagonal elements. The process of reconstructing the customer's position on the road may be performed manually by an operator, fully automated by a computer, or partially fully automated.

(顧客割当工程S2)
この工程S2では、距離行列と、車両12と作業員が構成する作業組の数とを用いて、最良解を得ることなく所定の段階で打ち切る前提で、車両12がデポ11を出発して顧客cを巡って荷物を収集したあとデポ11に戻る経路を算出するため運搬経路問題(VRP)が解かれる。算出される経路は、作業組ごとに決まる、デポを出てデポに戻る一連の経路であり、作業組の数が2ならば一連の経路が2つ算出される。作業組の数は、通常は、車両の台数と同じである。
(Customer allocation process S2)
In this step S2, the vehicle 12 departs from the depot 11 and the customer uses the distance matrix and the number of working groups composed of the vehicle 12 and the worker on the premise that the vehicle 12 is terminated at a predetermined stage without obtaining the best solution. The transport route problem (VRP) is solved to calculate the route back to the depot 11 after collecting the luggage around c. The calculated route is a series of routes that are determined for each work group and leave the depot and return to the depot. If the number of work groups is 2, two series of routes are calculated. The number of working groups is usually the same as the number of vehicles.

ここで、「作業組」(単に「組」とも記す)の用語は、例えば、1台の車両12と作業を行う作業員2名(運転手は含まない)のグループのことであり、デポを出てデポに戻る一連の経路に結びついた概念を表す。この一連の経路に対し作業組が一対一に対応する。しかしながら、この一連の経路に対して車両が途中で変わることが許容される場合もある。例えば、2台の車両がこの一連の経路に関与することもあり得る(図13のS作業、W作業参照)。この作業組の単位のもとで(言い換えれば、デポを出てデポに戻る一連の経路に属する顧客の集合に対し)、多数の顧客の全ての荷物を工場13に搬入するため、工場13へ複数回、搬入することが想定される。 Here, the term "working group" (also simply referred to as "group") is, for example, a group of two workers (excluding the driver) who work with one vehicle 12 and depot. Represents a concept linked to a series of routes out and back to the depot. There is a one-to-one correspondence between working groups for this series of routes. However, it may be permissible for the vehicle to change along the way for this series of routes. For example, two vehicles may be involved in this series of routes (see S work and W work in FIG. 13). Under the unit of this working group (in other words, for a set of customers belonging to a series of routes leaving the depot and returning to the depot), all the packages of a large number of customers are brought to the factory 13 in order to carry them to the factory 13. It is expected to be carried in multiple times.

また、作業組が行う作業を時間的および空間的に区切る概念として、「能率」の用語を導入する。能率は、1台の車両12が空の状態から荷物を集めて工場に搬入するまでの一群の作業を指す。能率は、車両がデポを出てデポに戻る一連の経路を分割して得られる巡回サラリーマン問題(TSP)の対象である各分割経路を指す。この「能率」の用語は、工場13への搬入作業に1対1に対応する。デポ11が担当するエリアに含まれる顧客は何れかの能率に含まれる。デポ11が担当する作業は、能率の集合である。 In addition, the term "efficiency" will be introduced as a concept that divides the work performed by the power group temporally and spatially. Efficiency refers to a group of operations from when one vehicle 12 is empty to when it collects luggage and brings it to the factory. Efficiency refers to each split route that is the subject of the Patrol Salaryman Problem (TSP), which is obtained by splitting a series of routes for the vehicle to leave the depot and return to the depot. The term "efficiency" has a one-to-one correspondence with the carry-in work to the factory 13. Customers included in the area covered by Depot 11 are included in any efficiency. The work that Depot 11 is in charge of is a set of efficiencies.

個々の能率は、どの車両でどの作業者が(つまりどの作業組が)何回目の工場搬入作業を行ったか、によって全て識別される。顧客割当工程S2によって得られる、1台の車両が(つまり通常のS作業の場合)デポを出てデポに戻る一連の経路(より厳密には、分割して工場を挿入した後の経路)は、その共通の車両によって特徴付けられる能率の集合を定義する。その集合の中で、経路の順に1回目の能率、2回目の能率などと順序づけられる。 Individual efficiencies are all identified by which vehicle, which worker (ie, which power group) performed the factory delivery work, and how many times. The sequence of routes (more precisely, the route after splitting and inserting the factory) that one vehicle obtains in the customer allocation process S2 leaves the depot and returns to the depot (that is, in the case of normal S work) Defines a set of efficiencies characterized by its common vehicle. In the set, the first efficiency, the second efficiency, and the like are ordered in the order of the route.

経路の算出に際し、本方法の使用者(ユーザ)が指定する曜日、車両12の種類、台数、能率回数、能率ごとの搬入先の工場13、作業制約時間などの制約条件を課すことができ、その制約条件のもとで、車両12の総数による運搬経路問題(VRP)が解かれる。複数台の車両を用いる場合、各顧客を経由する車両12の種類(車種)について、制約条件を課してもよい。各車両12の経路は、種々の制約条件の下で、例えば、工程S1で生成された距離行列に基づき、各車両12の車幅を考慮して探索される。運搬経路問題(VRP)の解法については、例えば、総走行距離をより最短に近づけるか、経路算出時間をより短くするかのいずれか、または両方を達成するなどのための、種々の手法が提案されている。 When calculating the route, it is possible to impose constraints such as the day of the week specified by the user of this method, the type of vehicle 12, the number of vehicles, the number of times of efficiency, the factory 13 of the delivery destination for each efficiency, and the work constraint time. Under the constraint condition, the transportation route problem (VRP) based on the total number of vehicles 12 is solved. When a plurality of vehicles are used, constraints may be imposed on the types (vehicle types) of the vehicles 12 that pass through each customer. The route of each vehicle 12 is searched under various constraints, for example, based on the distance matrix generated in step S1 and considering the vehicle width of each vehicle 12. Various methods have been proposed for solving the transport route problem (VRP), for example, to achieve either the shortest total mileage, the shorter route calculation time, or both. Has been done.

時間的な制約条件のもとで経路を算出する場合は、例えば、車両がデポを出発してデポに戻るまでの移動時間が所定の時間内となる時間制約条件のもとで運搬経路問題(VRP)を解く。これは、複数の車両が関与する場合に、移動距離および作業時間が車両間で大きくばらつくことを防止できる。 When calculating a route under a time constraint, for example, a transportation route problem (a transportation route problem) under a time constraint that the travel time from the vehicle leaving the depot to returning to the depot is within a predetermined time. VRP) is solved. This can prevent large variations in travel distance and working time between vehicles when a plurality of vehicles are involved.

また、上記の時間制約条件における所定の時間は、例えば、指定されたエリアにおいて、指定された各搬入先工場13への距離が最も長い顧客に関して、その顧客から工場13への移動時間を算出し、能率回数を考慮した上、制約条件によって設定された時間枠から、工場13への搬入時間の合計時間(最後の工場への搬入時間を除いた往復の合計時間と最後の片道の搬入時間の和)を差し引いた時間とする。 Further, for the predetermined time under the above time constraint condition, for example, for the customer who has the longest distance to each designated destination factory 13 in the designated area, the travel time from that customer to the factory 13 is calculated. , Considering the number of times of efficiency, from the time frame set by the constraint condition, the total time of delivery to the factory 13 (total time of round trip excluding the time of delivery to the last factory and the time of delivery of the last one way) The time is calculated by subtracting the sum).

また、複数の車両における個々の車両がデポを出発してデポに戻るまでの移動時間を要素とする集合の分散が所定値以下となる時間制約条件のもとで運搬経路問題(VRP)を解くようにしてもよい。これは、移動距離、作業時間、および能率回数が、車両間で大きくばらつくことを防止できる。 It also solves the shortest path problem (VRP) under time constraints where the variance of the set, which is based on the travel time of individual vehicles from the depot to the depot, is less than or equal to a predetermined value. You may do so. This can prevent large variations in travel distance, working time, and efficiency frequency between vehicles.

この工程S2の主たる目的は、車両12ごとに収集を担当する顧客cを割り付けることである。本方法における車両12ごとの経路の算出には、この主たる目的に沿って、運搬経路問題(VRP)の解法の手法に基づいた、またはその手法を応用または変形した、様々の手法を用いればよい。なお、車両12の台数は、複数台に限られず1台であってもよく、この点において、通常一般的な複数車両を対象とする運搬経路問題(VRP)とは異なる。 The main purpose of this step S2 is to allocate a customer c in charge of collection for each vehicle 12. In the calculation of the route for each vehicle 12 in this method, various methods based on the method of solving the transport route problem (VRP) or an application or modification of the method may be used according to this main purpose. .. The number of vehicles 12 is not limited to a plurality of vehicles and may be one, which is different from the general shortest path problem (VRP) for a plurality of vehicles.

図3(a)は、2台の車両12がデポ11を出発して顧客を経由した後にデポ11に戻るそれぞれの経路Rを、運搬経路問題(VRP)の手法を用いて算出する様子を示す。 FIG. 3A shows how each route R of two vehicles 12 departing from the depot 11 and returning to the depot 11 after passing through the customer is calculated by using the method of the transportation route problem (VRP). ..

(経路分割工程S3)
この工程S3では、作業組ごとについて、顧客割当工程S2によって顧客cを割り当てられた経路が、車両12の積載量制約情報と各顧客cの荷物情報とに基づいて分割され、「能率」が定義されることになる。車両12の積載量制約情報と各顧客cの荷物情報は、距離行列生成工程S1において、本方法で用いるデータとして登録されている。この分割の結果、顧客の数が、分割前の経路の顧客の数よりも少なくなった、分割経路が算出される。分割経路のそれぞれが、個々の能率に対応する。デポからデポへの一連の経路が、能率ごとに分割されたことになる。
(Route division step S3)
In this step S3, for each work group, the route to which the customer c is assigned by the customer allocation step S2 is divided based on the load capacity constraint information of the vehicle 12 and the baggage information of each customer c, and "efficiency" is defined. Will be done. The load capacity constraint information of the vehicle 12 and the luggage information of each customer c are registered as data used in this method in the distance matrix generation step S1. As a result of this division, a division route is calculated in which the number of customers is less than the number of customers on the route before the division. Each of the split routes corresponds to an individual efficiency. The series of routes from depot to depot is divided according to efficiency.

図3(b)は、2台の車両12の一方について、経路Rが、各ポイントP1,・・,P4において分割され、1回目から5回目の能率(分割経路)が算出される様子を示す。 FIG. 3B shows how the route R is divided at each points P1, ..., P4 for one of the two vehicles 12, and the efficiency (divided route) of the first to fifth times is calculated. ..

(工場挿入工程S4)
この工程S4では、各分割経路に対し、各車両12についてそれぞれ指定された工場13のノードが挿入される。つまり、次の順路決定工程S5において巡回セールスマン問題(TSP)を解くための準備がなされる。この工程は、経路分割工程S3に含めてもよく、順路決定工程S5に含めてもよい。
(Factory insertion process S4)
In this step S4, the node of the factory 13 designated for each vehicle 12 is inserted into each division route. That is, preparations are made for solving the traveling salesman problem (TSP) in the next route determination step S5. This step may be included in the route dividing step S3 or may be included in the route determining step S5.

図3(c)は、経路Rが、各ポイントP1,・・,P4において、工場13のノードを挿入される様子を示す。なお、本実施形態においては、最後の能率(5回目の能率)における工場への搬入は、一旦デポに立ち寄って作業員を下ろし、車両と運転手のみが工場へ行く設定としている。この最後の能率における工場搬入をどうするかについては、本実施形態の例に限定されず、例えば工場とデポの立地条件などに応じて、任意に設定してもよい。 FIG. 3C shows how the path R inserts the node of the factory 13 at each point P1, ..., P4. In the present embodiment, the final efficiency (fifth efficiency) of delivery to the factory is set so that the worker stops at the depot and only the vehicle and the driver go to the factory. The method of carrying in the factory at the final efficiency is not limited to the example of the present embodiment, and may be arbitrarily set according to, for example, the location conditions of the factory and the depot.

(順路決定工程S5)
この工程S5では、分割経路ごとに、作業組がデポ11または工場13から、分割経路に含まれる顧客cを経由して、工場13に向かう経路について、巡回セールスマン問題(TSP)が解かれる。この工程S5では、各分割経路ごとに、その経路に含まれる道路ノード、顧客ノード、および工場13のノード、さらにデポ11のノードが含まれていればデポのノードを含めて、これらのノードの集合について、巡回セールスマン問題として解き直すことになる。この解き直しによって、総経路長の短縮等が行われ、経路の最適化がなされる。
(Route determination step S5)
In this step S5, the traveling salesman problem (TSP) is solved for the route from the depot 11 or the factory 13 to the factory 13 via the customer c included in the division route for each division route. In this step S5, for each divided route, the road node, the customer node, the factory 13 node, and the depot node if the depot 11 node is included in the route are included in these nodes. The set will be re-solved as a traveling salesman problem. By this resolving, the total route length is shortened and the route is optimized.

図3(d)は、各能率(分割経路)ごとに、巡回セールスマン問題として解き直し、経路最適化を行う様子を示す。 FIG. 3D shows how the route optimization is performed by resolving the traveling salesman problem for each efficiency (divided route).

上記のように、本方法は、計算時間を短時間に抑えながら、極力、車両12の走行距離を最小に近づけた最適経路を算出する方法である。長時間かけてVRP解法の計算をし続ければより良い解が得られるはずであるが、ユーザビリティを考慮して、計算時間を短時間で打ち切り、その上で極短時間でTSPを実行することにより、経路最適化を効率化している。このように、TSPの計算処理が短時間で済むのは、TSPによる計算処理が各分割経路における数の少ない顧客ノードを対象にして行われるからである。 As described above, this method is a method of calculating the optimum route in which the mileage of the vehicle 12 is minimized as much as possible while suppressing the calculation time to a short time. A better solution should be obtained if the calculation of the VRP solution method is continued for a long time, but in consideration of usability, the calculation time is cut off in a short time, and then TSP is executed in a very short time. , The route optimization is streamlined. As described above, the calculation process of the TSP can be completed in a short time because the calculation process by the TSP is performed for a small number of customer nodes in each division path.

最適化経路を算出する際に使用する組数または車両台数は、ユーザが任意に指定可能としてもよい。そのためには、VRP実行のための設定ファイルに、各車両12の情報と共に、ユーザにより入力された組数を登録し、能率ごとの搬入先工場の設定を、その組数分行うようにすればよい。 The number of sets or the number of vehicles used when calculating the optimization route may be arbitrarily specified by the user. For that purpose, the number of sets input by the user should be registered in the setting file for VRP execution together with the information of each vehicle 12, and the destination factory for each efficiency should be set for the number of sets. good.

なお、VRP実行のための設定ファイルは、顧客割当工程S2において運搬経路問題(VRP)を解く際の条件設定用に、選択肢を含めて条件を記録した、例えば、CSVファアイル(テキストデータファイル)である。このVRP実行のための設定ファイルは、運搬経路問題(VRP)を解く際に参照される以外に、順路決定工程S5において巡回サラリーマン問題(TSP)を解く経路最適化の計算実行の際の条件設定などにも用いられ、その内容が参照される。従って、VRP実行のための設定ファイルは、TSP実行のための設定ファイルでもある。VRPを広義にとらえ、VRPの概念にTSPが含まれると考えてもよい。以下において、「VRP実行のための設定ファイル」の用語は、このような意味で用いられる。 The setting file for VRP execution is, for example, a CSV file (text data file) in which conditions including options are recorded for setting conditions when solving the transportation route problem (VRP) in the customer allocation process S2. be. In addition to being referred to when solving the transport route problem (VRP), the setting file for executing VRP is used to set conditions when executing the route optimization calculation that solves the traveling salesman problem (TSP) in the route determination step S5. It is also used for such purposes, and its contents are referred to. Therefore, the setting file for VRP execution is also the setting file for TSP execution. You may think of VRP in a broad sense and include TSP in the concept of VRP. In the following, the term "configuration file for VRP execution" is used in this sense.

また、順路決定工程S5において最適化経路を算出する際の能率の回数は、ユーザが任意に指定可能としてもよい。そのためには、VRP実行のための設定ファイルに、ユーザにより入力される能率の回数分、指定された搬入先を設定するようにすればよい。工場挿入工程S4において、組ごと、能率ごとの搬入先が設定される。 Further, the number of times of efficiency when calculating the optimization route in the route determination step S5 may be arbitrarily specified by the user. For that purpose, the designated delivery destination may be set in the setting file for VRP execution for the number of times of efficiency input by the user. In the factory insertion step S4, the delivery destination for each group and each efficiency is set.

デポ11と呼ばれる点を出発した車両が、顧客を経由し、再びデポ11に戻る。ここで、デポ11として指定される事務所は、ユーザが任意に指定可能としてもよい。そのために、本方法を実行するプログラムが参照する入力データ格納ディレクトリに、指定が想定される事務所の情報(緯度経度等)を登録したCSVファイルを保存しておく。VRP実行のための設定ファイルに、ユーザにより指定された事務所が登録されることにより、その登録された事務所をデポ11として設定して、VRPを解くことができる。 The vehicle that departs from the point called Depot 11 returns to Depot 11 via the customer. Here, the office designated as the depot 11 may be arbitrarily designated by the user. Therefore, a CSV file in which information (latitude and longitude, etc.) of the office that is expected to be specified is registered is saved in the input data storage directory referred to by the program that executes this method. By registering the office specified by the user in the setting file for VRP execution, the registered office can be set as the depot 11 and the VRP can be solved.

複数のデポ11を切り替えて用いることが想定される場合は、同様の入力データ格納ディレクトリを複数準備しておき、経路算出プログラムの実行時に、オプションで使用するディレクトリを指定することで、デポ11を変更すればよい。なお、デポ11として指定された事務所に戻るのは、能率ごとではなく、その車両または組の作業が終了した後である。 If it is expected that a plurality of depots 11 will be switched and used, prepare a plurality of similar input data storage directories and specify the directory to be used as an option when executing the route calculation program. You can change it. It should be noted that returning to the office designated as Depot 11 is not for each efficiency, but after the work of the vehicle or group is completed.

(経路算出プログラムと経路最適化システム)
次に、図5、図6を参照して、経路算出方法を実行するためのプログラムである経路算出プログラム、および経路算出と結果表示などに用いられるデータとプログラム、さらに本経路算出方法を実行するコンピュータシステム、すなわち経路最適化システムについて説明する。
(Route calculation program and route optimization system)
Next, with reference to FIGS. 5 and 6, a route calculation program, which is a program for executing the route calculation method, data and a program used for route calculation and result display, and further, this route calculation method is executed. A computer system, that is, a route optimization system will be described.

図5に示すように、本発明に係る経路算出プログラム1は、距離行列生成プログラム3と、経路計算プログラム4とを備えている。経路計算プログラム4は、顧客割当プログラム、経路分割プログラム、工場挿入プログラムおよび順路決定プログラムを備えている。 As shown in FIG. 5, the route calculation program 1 according to the present invention includes a distance matrix generation program 3 and a route calculation program 4. The route calculation program 4 includes a customer allocation program, a route division program, a factory insertion program, and a route determination program.

経路算出プログラム1を構成するこれらの距離行列生成プログラム3、顧客割当プログラム、経路分割プログラム、工場挿入プログラム、および順路決定プログラムは、それぞれ、経路算出方法における距離行列生成工程S1、顧客割当工程S2、経路分割工程S3、工場挿入工程S4、および順路決定工程S5を実行するために用いられる。経路算出プログラム1は、さらに結果を出力するための結果作成プログラム5を備えてもよく、結果作成プログラム5によって作成された表示用のデータを画面表示6として表示することにより、対話形式で、経路算出を進めることができ、最適化向上が図られる。 The distance matrix generation program 3, the customer allocation program, the route division program, the factory insertion program, and the route determination program constituting the route calculation program 1 are the distance matrix generation process S1 and the customer allocation process S2 in the route calculation method, respectively. It is used to execute the route dividing step S3, the factory insertion step S4, and the route determining step S5. The route calculation program 1 may further include a result creation program 5 for outputting the result, and by displaying the display data created by the result creation program 5 as the screen display 6, the route can be interactively routed. The calculation can proceed and the optimization can be improved.

経路算出プログラム1は、顧客データベースDBcに記録された各顧客の位置情報、荷物量その他の情報と、地図データベースDBmに記録された道路情報とを参照して経路生成を実行する。これらのデータベースDBc,DBmには、経路算出に用いられる種々の制約条件も記録されている。 The route calculation program 1 executes route generation by referring to the position information, the amount of luggage, and other information of each customer recorded in the customer database DBc and the road information recorded in the map database DBm. Various constraints used for route calculation are also recorded in these databases DBc and DBm.

距離行列生成プログラム3は、データベースDBc,DBmのデータを用いて、距離行列3a、時間行列3b、顧客CSVファイル3c、道路データファイル3d、およびグラフ3eを生成する。経路計算プログラム4は、距離行列3a、時間行列3b、および顧客CSVファイル3cを参照して、最適化された経路を算出する。経路計算プログラム4による計算結果は、経路情報4a、実行時間4b、および設定4cとして保存される。 The distance matrix generation program 3 uses the data of the databases DBc and DBm to generate the distance matrix 3a, the time matrix 3b, the customer CSV file 3c, the road data file 3d, and the graph 3e. The route calculation program 4 calculates an optimized route by referring to the distance matrix 3a, the time matrix 3b, and the customer CSV file 3c. The calculation result by the route calculation program 4 is saved as the route information 4a, the execution time 4b, and the setting 4c.

結果作成プログラム5は、経路計算プログラム4による計算結果である経路情報4aと実行時間4bのデータ、および距離行列生成プログラム3が生成するデータを参照して、例えば、4種類のファイルを作成する。そのファイルは、コスト一覧CSVファイル5a、計算時間グラフ画像ファイル5b、JSON形式のテキストファイルである経路別JSONファイル5c、経路別シェープファイル5dである。結果作成プログラム5は、これらのファイルのデータと経路計算プログラム4から直接得られるデータとを用いて、画面表示6のデータを作成する。 The result creation program 5 creates, for example, four types of files by referring to the data of the route information 4a and the execution time 4b, which are the calculation results by the route calculation program 4, and the data generated by the distance matrix generation program 3. The files are a cost list CSV file 5a, a calculation time graph image file 5b, a JSON format text file for each route JSON file 5c, and a route-specific shape file 5d. The result creation program 5 creates the data of the screen display 6 by using the data of these files and the data directly obtained from the route calculation program 4.

図6に示すように、本発明に係る経路最適化システム2は、CPU(中央演算処理装置)20と、ハードディスク21と、各種の周辺機器である通信部22、ランダムアクセスメモリ(RAM)23、入力操作部24、およびディスプレイ25と、を備えたコンピュータによって構成されている。なお、図6では、本経路最適化システム2が、一つのコンピュータによって構成されている場合の例を示したが、本経路最適化システム2は、複数のコンピュータから構成されていてもよい。 As shown in FIG. 6, the route optimization system 2 according to the present invention includes a CPU (central processing unit) 20, a hard disk 21, a communication unit 22, which is various peripheral devices, and a random access memory (RAM) 23. It is composed of a computer including an input operation unit 24 and a display 25. Although FIG. 6 shows an example in which the route optimization system 2 is configured by one computer, the route optimization system 2 may be configured by a plurality of computers.

CPU20は、距離行列生成部2a、顧客割当部2b、経路分割部2c、順路決定部2dを備えている。これらの各部2a,2b,2c,2dは、それぞれ、距離行列生成工程(S1)、顧客割当工程(S2)、経路分割工程(S3)と工場挿入工程(S4)、および順路決定工程(S5)を実行する。 The CPU 20 includes a distance matrix generation unit 2a, a customer allocation unit 2b, a route division unit 2c, and a route determination unit 2d. Each of these parts 2a, 2b, 2c, and 2d has a distance matrix generation process (S1), a customer allocation process (S2), a route division process (S3) and a factory insertion process (S4), and a route determination process (S5), respectively. To execute.

ハードディスク21には、コンピュータ2を機能させて、車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、車両に対して指定された工場に搬入するための経路を算出する経路算出プログラム1が保存されている。経路算出プログラム1は、より具体的には、コンピュータ2のCPU20を、距離行列生成工程(S1)を実行する距離行列生成部2a、顧客割当工程(S2)を実行する顧客割当部2b、経路分割工程(S3)と工場挿入工程(S4)を実行する経路分割部2c、および順路決定工程(S5)を実行する順路決定部2dとして機能させるプログラムである。 On the hard disk 21, a computer 2 is operated to allow one or more vehicles departing from the depot, which is a vehicle base, to collect the luggage of a plurality of customers and bring it to a factory designated for the vehicle. The route calculation program 1 for calculating the above is stored. More specifically, the route calculation program 1 uses the CPU 20 of the computer 2 as a distance matrix generation unit 2a for executing the distance matrix generation step (S1), a customer allocation unit 2b for executing the customer allocation process (S2), and a route division. This is a program that functions as a route dividing unit 2c that executes the process (S3) and the factory insertion process (S4), and a route determining unit 2d that executes the route determining process (S5).

上述のように、本発明の実施形態に係る経路算出プログラム、経路最適化システム2、および経路算出方法によれば、最良解を得ることなく所定の段階で打ち切る前提で運搬経路問題を解き、得られた経路を積載量制約情報と荷物情報に基づいて分割し、分割された経路を巡回セールスマン問題として解くので、より短時間で実用的な経路を提示できる。 As described above, according to the route calculation program, the route optimization system 2, and the route calculation method according to the embodiment of the present invention, the transportation route problem is solved on the premise that the route calculation method is terminated at a predetermined stage without obtaining the best solution. Since the divided route is divided based on the load capacity constraint information and the luggage information and the divided route is solved as the traveling salesman problem, a practical route can be presented in a shorter time.

以下では、主に経路最適化システム2を念頭において、上述した実施形態に対する変形例およびコンピュータの画面表示例を用いた具体的な実施例などについて説明する。 In the following, a modification of the above-described embodiment and a specific example using a computer screen display example will be described mainly with the route optimization system 2 in mind.

(複数のデポがある場合)
図7に示すように、経路算出方法の適用対象に、複数(本例では2つ)のデポ11a,11bが含まれる場合がある。本例では、さらに、顧客cが各デポ11a,11bの管轄エリア10a,10bごとに分離されている。このような場合には、各エリア10a,10bごとに、それぞれ各デポ11a,11bが互いに独立に対応できるため、互いに別個の経路算出問題として解いて、経路最適化を行うことができる。
(If there are multiple depots)
As shown in FIG. 7, the application target of the route calculation method may include a plurality of (two in this example) depots 11a and 11b. In this example, the customer c is further separated into the jurisdiction areas 10a and 10b of the depots 11a and 11b. In such a case, since the depots 11a and 11b can deal with each other independently for each of the areas 10a and 10b, they can be solved as separate route calculation problems and the route optimization can be performed.

この図7の例とは異なり、例えば、エリア10a,10bを併合したエリア(エリア10とする)における顧客cに対して、2つのデポ11a,11bが共同で対応する場合や、エリア10を、曜日や収集する荷物の種別によって、2つのデポ11a,11b(デポ11で総称)が交代で対応する場合があり得る。 Unlike the example of FIG. 7, for example, when the two depots 11a and 11b jointly respond to the customer c in the area where the areas 10a and 10b are merged (referred to as the area 10), or when the area 10 is divided into areas 10. Depending on the day of the week and the type of luggage to be collected, the two depots 11a and 11b (collectively referred to as depot 11) may take turns.

このような場合のために、距離行列生成工程S1において参照されるデータに、各デポ11a,11bの位置情報やノード情報を登録しておき、ユーザによって、または予め設定される予定に従って自動的に、デポ11を選択可能としておけばよい。 For such a case, the position information and node information of each depot 11a and 11b are registered in the data referred to in the distance matrix generation step S1 and automatically by the user or according to a preset schedule. , Depot 11 may be selectable.

(条件入力画面)
図8は、経路算出方法を実行するコンピュータにおける条件入力画面61の構成例を示す。この画面61は、通常のマウス等のポインタを用いて対話型で操作でき、ユーザが操作することによってデータの入力や選択、閲覧、画面変更などができる構成とされている。画面61の左側のペイン(窓枠)には、最適化実行6a、結果参照6b、データ登録6c、およびダウンロード6dのメニューが設けられている。
(Condition input screen)
FIG. 8 shows a configuration example of the condition input screen 61 in the computer that executes the route calculation method. The screen 61 can be operated interactively using a pointer such as a normal mouse, and the user can input, select, browse, change the screen, and the like by operating the screen 61. The left pane (window frame) of the screen 61 is provided with menus for optimization execution 6a, result reference 6b, data registration 6c, and download 6d.

この図の画面61は、最適化実行6aのメニューを選択した場合の画面である。画面61の右側ペインの中央に複数の条件欄61a、その下方に搬入工場欄61b、右側に時間設定欄61c、そして右下方に計算開始ボタン61dが設けられている。振り分け選択ボタン61eと台数計算ボタン61fについては、それぞれ図29、図30を参照して後述する。 The screen 61 in this figure is a screen when the menu of the optimization execution 6a is selected. A plurality of condition fields 61a are provided in the center of the right pane of the screen 61, a delivery factory field 61b is provided below the condition field 61a, a time setting field 61c is provided on the right side, and a calculation start button 61d is provided on the lower right side. The distribution selection button 61e and the number calculation button 61f will be described later with reference to FIGS. 29 and 30, respectively.

(経路算出条件の設定)
条件欄61aは、経路最適化を行うための条件を入力または選択する欄であり、事務所すなわちデポ、荷物の種類、曜日、車種、組数、作業区分、および能率回数の欄がある。各欄のプルダウンメニューから、事前に登録済みの選択肢を選択するか、またはその場で新たに記入登録することができる。なお、作業区分の欄のS作業については後述する(図13参照)。
(Setting of route calculation conditions)
The condition column 61a is a column for inputting or selecting a condition for performing route optimization, and includes columns for an office, that is, a depot, a type of luggage, a day of the week, a vehicle type, a number of groups, a work classification, and a number of times of efficiency. From the pull-down menu in each column, you can select a pre-registered option or enter a new one on the spot. The S work in the work category column will be described later (see FIG. 13).

(能率ごとに搬入先工場を指定)
搬入工場欄61bにおいて、各能率ごとに搬入先となる工場13を指定することができる。VRP実行のための設定ファイルに、想定しうる搬入先の工場13の情報を事前に登録しておく。ユーザは、搬入工場欄61bからこの設定ファイルを呼び出して、能率回ごとに指定する搬入先の工場13を選択して設定する。これにより、各能率回ごとの搬入先工場の指定を容易に行える。
(Specify the destination factory for each efficiency)
In the carry-in factory column 61b, the carry-in factory 13 can be specified for each efficiency. In the setting file for VRP execution, the information of the factory 13 of the expected delivery destination is registered in advance. The user calls this setting file from the carry-in factory column 61b, selects and sets the carry-in destination factory 13 to be specified for each efficiency time. As a result, it is possible to easily specify the delivery destination factory for each efficiency time.

(作業の開始時刻および終了時刻や休憩時間を指定)
時間設定欄61cにおいて、顧客からの集荷と工場搬入の作業が実行完了されるべき時間(時刻)制約条件が、休憩時間とともに設定される。ユーザが入力し作業開始時刻と作業終了時刻から、休憩時間および工場13への搬入に係る時間tを差し引いて、時間制約の条件(すなわち制約時間h)が設定される。
(Specify the start time and end time of work and break time)
In the time setting field 61c, a time (time) constraint condition for the work of collecting from the customer and carrying in the factory to be executed is set together with the break time. The time constraint condition (that is, the constraint time h) is set by subtracting the break time and the time t related to the delivery to the factory 13 from the work start time and the work end time input by the user.

この制約時間hは、全車両12がデポ11を出発、集荷、工場搬入を終了して、デポ11に戻るまでに要する総作業時間の上限値である。制約時間hが設定される場合、この総作業時間の上限値内に全ての作業が終了するように、経路が算出されなければならない。この制約時間hは、顧客割当工程S2と順路決定工程S5のいずれにおいても適用される。また、工程S2での制約時間h2と、工程S5での制約時間h5とを互いに異ならせて、例えば、後者ではより厳しく(h2>h5)してもよい。 This restricted time h is an upper limit of the total working time required for all vehicles 12 to depart from the depot 11, complete the collection, and carry in the factory, and return to the depot 11. When the constraint time h is set, the route must be calculated so that all the work is completed within the upper limit of the total work time. This constraint time h is applied in both the customer allocation process S2 and the route determination process S5. Further, the constraint time h2 in the step S2 and the constraint time h5 in the step S5 may be made different from each other, and for example, the latter may be stricter (h2> h5).

制約時間hは、VRP実行のための設定ファイルに記述される。例えば、ユーザが入力した作業時間が8時から15時であり、休憩が1時間である場合、工場13への搬入時間を考慮する必要がない(t=0)場合、(15−8)−1=6によって、制約時間h=6(時間)として設定ファイルに記述される。 The constraint time h is described in the configuration file for VRP execution. For example, when the work time input by the user is from 8:00 to 15:00 and the break is one hour, when it is not necessary to consider the delivery time to the factory 13 (t = 0), (15-8)-. According to 1 = 6, it is described in the setting file as the constraint time h = 6 (hours).

工場13への搬入がある(t≠0)場合、その時間tは、ユーザが入力した能率をnとしたとき、指定されたエリアにおいて指定された工場13まで最も遠い顧客cの位置から工場13までの走行距離を算出し、その距離を走行する道路の最高時速の8割の速度で割って工場13までの最大移動時間Tを計算した上で、下式で算出される。
t=(n−1)×2×(工場13への最大移動時間T)。
When there is delivery to the factory 13 (t ≠ 0), the time t is the time t from the position of the customer c farthest to the designated factory 13 in the designated area, where n is the efficiency input by the user. The maximum travel time T to the factory 13 is calculated by calculating the mileage up to and dividing by 80% of the maximum speed of the road traveling that distance, and then calculating by the following formula.
t = (n-1) × 2 × (maximum travel time T to factory 13).

また、最後に工場13へ搬入する際の片道分の移動時間も算出され、制約時間hからさらに差し引かれ、制約がより厳しく設定される。休憩時間の入力については、例えば、作業時間が5時間以上の場合1時間、5時間未満の場合は30分に予め設定しておき、システムが自動的に選択するようにしてもよい。 In addition, the one-way travel time for the final delivery to the factory 13 is also calculated and further subtracted from the constraint time h, so that the constraint is set more severely. The break time may be input, for example, set in advance to 1 hour when the working time is 5 hours or more and 30 minutes when the working time is less than 5 hours, and the system may automatically select the break time.

(顧客当たりの収集時間)
VRP実行のための設定ファイルに、収集にかかる時間(例えば、初期値20秒)を登録しておくことにより、顧客当たりの収集時間を制約時間に反映させることができる。この収集に係る秒数は、荷物が家庭ごみの場合、作業員がごみの袋を拾い上げてパッカー車に投入する作業時間である。ユーザインタフェース(対話型画面)からこの値を登録することができ、変更された場合はこの値が更新される。顧客割当工程S2の運搬経路問題(VRP)の手法による最適化計算時に、この収集時間が反映される。
(Collection time per customer)
By registering the collection time (for example, initial value 20 seconds) in the setting file for VRP execution, the collection time per customer can be reflected in the constraint time. The number of seconds involved in this collection is the work time for a worker to pick up a bag of garbage and put it in a packer vehicle when the baggage is household waste. This value can be registered from the user interface (interactive screen), and this value will be updated if it is changed. This collection time is reflected in the optimization calculation by the method of the transportation route problem (VRP) in the customer allocation process S2.

(工場での作業時間)
VRP実行のための設定ファイルに、工場13での作業にかかる時間(例えば、初期値5分)を登録しておくことにより、1回の搬入ごとの作業時間を制約時間に反映させることができる。この工場での作業時間は、例えば、パッカー車の入場時計量と退場時計量、およびパッカー車からのダンプ処理などに要する時間である。ユーザインタフェースからこの値を登録することができ、変更された場合はこの値が更新される。顧客割当工程S2の運搬経路問題(VRP)の手法による最適化計算時に、この収集時間が反映される。
(Working time at the factory)
By registering the time required for work at the factory 13 (for example, the initial value of 5 minutes) in the setting file for VRP execution, the work time for each delivery can be reflected in the constraint time. .. The working time at this factory is, for example, the amount of entry clock and exit clock of the packer vehicle, and the time required for dump processing from the packer vehicle. This value can be registered from the user interface and will be updated if changed. This collection time is reflected in the optimization calculation by the method of the transportation route problem (VRP) in the customer allocation process S2.

(結果出力画面)
図9と図10は、それぞれ経路算出方法を実行するコンピュータにおける結果出力画面62の構成例と、その画面の操作例とを示す。画面62は、結果参照6bのメニューを選択した場合の画面である。画面62の中央ペインの上部に条件表示欄62a、下部に地図表示欄62bがあり、右上ペインに算出結果の諸元要約欄62cがあり、右下ペインに顧客住所欄62dがある。条件表示欄62aには経路算出の条件が示され、地図表示欄62bには経路算出対象エリアの地図に算出された経路と各顧客のノードが重ねて示されている。
(Result output screen)
9 and 10 show a configuration example of the result output screen 62 in a computer that executes the route calculation method, and an operation example of the screen. The screen 62 is a screen when the menu of the result reference 6b is selected. There is a condition display field 62a at the top of the center pane of the screen 62, a map display field 62b at the bottom, a specification summary field 62c of the calculation result in the upper right pane, and a customer address field 62d in the lower right pane. The condition display column 62a shows the conditions for route calculation, and the map display column 62b shows the route calculated on the map of the route calculation target area and the node of each customer.

(経路地図の表示)
結果作成プログラム5(図5参照)は、曜日、車両の種類ごとに、各能率における最短経路を計算し、次のような各種結果を出力する。すなわち、車両群データのJSONファイル5cや、経路と顧客の情報を保持するシェープファイル5dのほか、各能率における経路長、経過時間、顧客の需要量の合計、経由する顧客数等を保持するCSVファイル等である。結果出力画面62上で、車種と能率を指定することにより、これらのデータを基に、図9、図10に示すように、画面に経路や顧客の位置等を示す地図と共に、その能率の所要時間や総移動距離が表示される。
(Display of route map)
The result creation program 5 (see FIG. 5) calculates the shortest route for each efficiency for each day of the week and the type of vehicle, and outputs various results as follows. That is, in addition to the JSON file 5c of vehicle group data and the shape file 5d that holds route and customer information, a CSV that holds the route length, elapsed time, total customer demand, number of customers passing through, etc. at each efficiency. Files etc. By designating the vehicle type and efficiency on the result output screen 62, based on these data, as shown in FIGS. 9 and 10, the screen shows the route, the position of the customer, etc., and the required efficiency. The time and total distance traveled are displayed.

(各顧客に立ち寄る時刻、各能率回の所要時間)
VRP実行のための設定ファイルに、初期値時速として顧客を巡っている最中の平均時速、作業初期値として1回の収集にかかる時間、工場作業として工場13における1回の搬入に係る時間、初期値最大時速として工場13への往復時の最高時速を登録しておく。これらの項目の内容に各道路の平均混雑度を加味することにより、各顧客cに立ち寄る時刻、各能率回の所要時間などが自動で算出され、これをユーザが参照することができる。例えば、図10に示すように、地図表示欄62bにおいて、顧客のノードnをクリックすることにより、その顧客についての立ち寄り時刻などが表示され、参照できる。
(Time to stop by each customer, time required for each efficiency)
In the setting file for VRP execution, the average speed during the visit to the customer as the initial value, the time required for one collection as the initial work value, the time required for one delivery at the factory 13 as the factory work, As the initial value maximum speed, the maximum speed at the time of round trip to the factory 13 is registered. By adding the average degree of congestion of each road to the contents of these items, the time to stop by each customer c, the time required for each efficiency time, and the like are automatically calculated, and the user can refer to them. For example, as shown in FIG. 10, by clicking the customer node n in the map display field 62b, the stop-by time and the like for the customer are displayed and can be referred to.

なお工場13へまたは工場13からの移動時の速さは、例えば、初期値最大時速として設定された速さの8割の速さとして計算される。この割合は、変更可能としてもよく、例えば、同ファイルに平均時速率という項目を設けて、この値を変えることによって工場13への行き帰りの移動時速を任意に設定可能にしてもよい。 The speed when moving to or from the factory 13 is calculated as, for example, 80% of the speed set as the initial maximum maximum speed. This ratio may be changeable. For example, an item called an average speed rate may be provided in the same file, and by changing this value, the speed of movement to and from the factory 13 may be arbitrarily set.

(顧客入力データの構成)
図11は、顧客に関する情報を表示する画面63を示し、図12は、その情報の入力データの構成を示す。図11の画面63において、左側ペインに顧客一覧、上部ペインに車種などの車両情報63a、中央ペインに顧客ごとの入力データ欄63bがある。
(Structure of customer input data)
FIG. 11 shows a screen 63 for displaying information about the customer, and FIG. 12 shows a structure of input data of the information. In the screen 63 of FIG. 11, there is a customer list in the left pane, vehicle information 63a such as a vehicle type in the upper pane, and an input data field 63b for each customer in the center pane.

(各顧客に車種を割り当てる。)
顧客割当工程S2の運搬経路問題(VRP)の解法は、距離行列生成工程S1で生成される各顧客の情報を保持する顧客CSVファイル3c(図5参照)を入力として実行される。当該ファイルは各顧客の緯度経度等の属性を保持しており、属性の一つとして管轄事務所(デポ)や各顧客を経由する車両12の種類も定義されている。経路算出計算の実行時には、ユーザが事務所や車両12の種類を選択する。経路最適化システム2(図6)は、ユーザによって指定された事務所と車種を参照して、指定された事務所と車種を属性として有する顧客の集合を計算の対象として顧客割当工程S2を実行する。従って、同じ道路に面する異なる顧客が互いに異なる車種の車両を属性として有する場合、互いに異なる経路に割り付けられる。
(Assign a car model to each customer.)
The solution of the transportation route problem (VRP) in the customer allocation step S2 is executed by inputting the customer CSV file 3c (see FIG. 5) that holds the information of each customer generated in the distance matrix generation step S1. The file holds attributes such as latitude and longitude of each customer, and as one of the attributes, the type of vehicle 12 that passes through the competent office (depot) and each customer is also defined. When executing the route calculation calculation, the user selects the type of the office or the vehicle 12. The route optimization system 2 (FIG. 6) refers to the office and vehicle type specified by the user, and executes the customer allocation process S2 with the set of customers having the specified office and vehicle type as attributes as the calculation target. do. Therefore, when different customers facing the same road have vehicles of different vehicle types as attributes, they are assigned to different routes.

画面63における顧客ごとの入力データ欄63bには、顧客の住所情報の他に、曜日ごとの荷物の種類A,B,C(例えば、燃やせるごみ、ビンや缶、資源ごみなどの種別)、その予想重量などの入力項目がある。予想重量は、顧客ごとに積算され、その積算値が積載量制約条件との比較の対象となる。 In the input data field 63b for each customer on the screen 63, in addition to the customer's address information, the types of luggage A, B, C (for example, types of combustible waste, bins, cans, recyclable waste, etc.) for each day, and the types thereof. There are input items such as expected weight. The estimated weight is integrated for each customer, and the integrated value is subject to comparison with the load capacity constraint condition.

さらに、顧客の特徴として、a徒歩現場、b大型現場、cマンション、dビルの鍵が必要、e集団回収などの選択チェック項目がある。それぞれ、例えば、aパッカー車から所定距離以上歩いて集荷する現場、b一般の家庭ごみ以外の大型ごみ、c大型ごみボックス入りのごみ、d門やごみ保管場所が鎖錠されている現場、e資源ごみの集団回収、などに対応する。また、回収方向の項目に、両側回収と片側回収の種別がある(後述、図18、図19参照)。 Furthermore, as customer characteristics, there are selection check items such as a walking site, b large site, c condominium, d building key required, and e group collection. For example, a site where a packer car walks more than a predetermined distance to collect garbage, b large garbage other than general household garbage, c garbage in a large garbage box, d gate and a site where the garbage storage place is locked, e It corresponds to the collective collection of recyclable waste. In addition, there are two types of collection directions, two-sided collection and one-sided collection (see later, FIGS. 18 and 19).

(S作業とW作業)
図13(a)に示すように、1台の車両12に対し、この車両に乗車して移動する作業者mが、車両の全経路の最後まで一緒に作業組を構成して行う集荷の作業が通常の作業として想定され、この作業をS作業と呼ぶ。
(S work and W work)
As shown in FIG. 13 (a), for one vehicle 12, the worker m who rides on this vehicle and moves together forms a work group up to the end of the entire route of the vehicle, and performs the collection work. Is assumed as normal work, and this work is called S work.

図13(b)に示すように、2台の車両12に対し、これらの車両を乗り換えて移動する作業者mが、工場13への移動を開始する前に一方の車両から下車し、他方の車両に乗り換えて集荷を継続する作業をW作業と呼ぶ。このW作業は、搬入先の工場13までの距離が長い場合に、作業車mの時間が工場への移動時間に費やされることなく、集荷作業を継続できる点で、効率的である。このW作業の場合、デポを出てデポに戻る一連の経路に沿って、最初から最後まで連続的に移動するのは作業者mであり、車両12ではない。この点で、通常の運搬経路問題(VRP)とは異なっている。 As shown in FIG. 13 (b), with respect to the two vehicles 12, the worker m who transfers between these vehicles gets off from one vehicle before starting the movement to the factory 13, and the other. The work of changing to a vehicle and continuing the collection is called W work. This W work is efficient in that when the distance to the delivery destination factory 13 is long, the collection work can be continued without spending the time of the work vehicle m on the travel time to the factory. In the case of this W work, it is the worker m who continuously moves from the beginning to the end along a series of routes leaving the depot and returning to the depot, not the vehicle 12. In this respect, it differs from the normal transport path problem (VRP).

経路算出プログラム、経路最適化システム、および経路算出方法において、ユーザは、これらのS作業とW作業のいずれの作業区分も任意に選択することができる。作業区分の選択設定は、例えば、図8の画面61を通して行うことができる。また、このS作業とW作業による作業区分の振り分けは任意に設定できるので、デポを出てデポに戻る一連の経路における分割経路ごとに、すなわち能率ごとに、例えば、工場13への移動が長距離の場合に選択的にW作業を設定すればよい。 In the route calculation program, the route optimization system, and the route calculation method, the user can arbitrarily select any work category of these S work and W work. The work category selection setting can be performed, for example, through the screen 61 of FIG. Further, since the distribution of the work division by the S work and the W work can be arbitrarily set, the movement to the factory 13 is long, for example, for each division route in the series of routes leaving the depot and returning to the depot, that is, for each efficiency. In the case of distance, W work may be selectively set.

なお、顧客割当工程S2の運搬経路問題(VRP)を解く際には、この工程S2が顧客割当の工程であるので、S作業とW作業による作業区分の違いは、時間的な制約条件に差があるだけである。例えば、W作業の場合、顧客の荷物を収集後、別車両12がすぐに迎えに来るので、制約時間を設定する際に、全体の制限時間から工場13への搬入に要する時間を差し引くことはしない。 When solving the transportation route problem (VRP) in the customer allocation process S2, since this process S2 is the customer allocation process, the difference in work classification between the S work and the W work differs in time constraints. There is only. For example, in the case of W work, another vehicle 12 will be picked up immediately after collecting the customer's luggage, so when setting the time limit, it is not possible to subtract the time required for delivery to the factory 13 from the total time limit. do not.

(各車種の積載率)
VRP実行のための設定ファイルに、積載率を登録することができる。積載率は、車両に決められた法定の最大許容積載量に乗算する割合であり、乗算によって得られる量が、経路最適化システムにおいて車両12に設定される積載量上限となる。ユーザインタフェースからこの値を登録することができ、変更された場合はこの値が更新される。
(Loading rate of each model)
The loading rate can be registered in the setting file for VRP execution. The load factor is a ratio to be multiplied by the legal maximum allowable load capacity determined for the vehicle, and the amount obtained by the multiplication is the upper limit of the load capacity set for the vehicle 12 in the route optimization system. This value can be registered from the user interface and will be updated if changed.

(積載量制約条件)
積載量制約条件に基づいて、各車両12の積載量が規定された積載量上限を超えないように、荷物を工場13へ搬入する必要がある。顧客割当工程S2において運搬経路問題(VRP)の手法で算出された経路を、経路分割工程S3で分割する際に、各能率における積載量が均等になるように分割する。これは、例えば、最終回の能率において、極端に積載量が少なくなり過ぎないようにするためである。
(Loading capacity constraint)
Based on the load capacity constraint condition, it is necessary to carry the luggage into the factory 13 so that the load capacity of each vehicle 12 does not exceed the specified load capacity upper limit. When the route calculated by the method of the transport route problem (VRP) in the customer allocation process S2 is divided in the route division step S3, the route is divided so that the load capacity at each efficiency is equal. This is to prevent the load capacity from becoming extremely small, for example, in the efficiency of the final round.

また、各能率における積載量は、状況により多少、設定の上限を超過することはあるが、これを極力なくすために、積載量の余裕値を設定しておき、(最大積載量×積載率×能率回数)からこの値を差し引いた荷物量(重量)を全能率での総積載量とする。この処理は、車両ごとに行われる。 In addition, the load capacity at each efficiency may slightly exceed the upper limit of the setting depending on the situation, but in order to eliminate this as much as possible, set a margin value of the load capacity (maximum load capacity x load rate ×). The amount of luggage (weight) obtained by subtracting this value from the number of times of efficiency is taken as the total load capacity at full efficiency. This process is performed for each vehicle.

(各能率の積載量を平準化)
各能率回において、積載量が極端に少ないケースが出ないよう、1つの組における各能率の積載量を平準化する。この平準化は、1つの組のなかで、需要が最大の能率について、そのごみ量の一部を他の能率に割り振ることで、例えば、その能率の前後の能率に割り振ることで、能率の最大値だったごみ量が少なくなるようにする。ただし、VRP実行のための設定ファイルに、能率に分割しない距離を設定しておくことで、立ち寄る順序が連続している顧客であって、位置が互いに近隣にある(所定距離内の)顧客間についいては、別々の能率に分かれないように調整する。
(Equalize the load capacity of each efficiency)
At each efficiency time, the load capacity of each efficiency in one set is leveled so that there are no cases where the load capacity is extremely small. This leveling is the maximum efficiency by allocating a part of the amount of waste to other efficiencies for the efficiency with the highest demand in one set, for example, by allocating to the efficiencies before and after that efficiency. Try to reduce the amount of garbage that was the value. However, by setting a distance that is not divided into efficiency in the setting file for VRP execution, customers who are in a continuous order of stopping and whose positions are close to each other (within a predetermined distance) Regarding, adjust so that it is not divided into different efficiencies.

(道路の幅員と車両幅、通行の制約)
図14、図15、図16を参照して、道路の幅員と車両幅に関する制約について説明する。図14の経路図M0は、大型車では通行不可能な道路を移動経路として含む道路網A、および大型車が通行可能な幅員を持つ道路を経路とする道路網Bの2パターンの経路を含んでいる。経路図M1(図15(a))と経路図M2(図15(b))は、道路網Aに対応し、図16は、道路網Bに対応する。
(Road width and vehicle width, traffic restrictions)
Restrictions on road width and vehicle width will be described with reference to FIGS. 14, 15, and 16. The route diagram M0 of FIG. 14 includes two patterns of routes, a road network A including a road that cannot be passed by a large vehicle as a movement route, and a road network B having a road having a width that a large vehicle can pass. I'm out. The route map M1 (FIG. 15 (a)) and the route map M2 (FIG. 15 (b)) correspond to the road network A, and FIG. 16 corresponds to the road network B.

道路網Aは、全車種混合の道路網であり、小型車は当然通行可能であるが、大型車が通る場合は通行可能な道路を選択する必要がある。道路網Bは、大型車が通行可能な道路網であり、小型車は当然通行可能である。距離行列精製工程S1では、これらの2つの道路網A,Bに対応する2パターンの道路距離行列がそれぞれ生成される。 The road network A is a mixed road network of all vehicle types, and small vehicles can naturally pass through it, but when large vehicles pass through, it is necessary to select a passable road. The road network B is a road network through which large vehicles can pass, and naturally small vehicles can pass through. In the distance matrix refining step S1, two patterns of road distance matrices corresponding to these two road networks A and B are generated, respectively.

(通行可否の判定)
最も大型な車両の車幅Wを、W=249cm(大型ダンプ車)と想定する。道路の幅員Dが、Wより40cm大きいD=W+40=289cmの場合、大型車でも通行可能な道路とする。また、道路の幅員Dがその値未満、D<289cmの場合、大型車は通行不可の道路として設定する。
(Judgment of passability)
The width W of the largest vehicle is assumed to be W = 249 cm (large dump truck). When the width D of the road is D = W + 40 = 289 cm, which is 40 cm larger than W, the road is considered to be passable even by a large vehicle. If the width D of the road is less than that value and D <289 cm, a large vehicle is set as an impassable road.

VRP実行のための設定ファイルに、大型の車種(つまりD=289cm以上の道路しか通行できない車種)を登録することにより、顧客に対し大型の車種を属性として持たせることができる。そのような属性を有する顧客へは、大型車でも通行可能な道路網Bのみ用いて経路を算出するという制約条件を課して、対応することができる。 By registering a large vehicle type (that is, a vehicle type that can only pass on a road of D = 289 cm or more) in the setting file for VRP execution, it is possible to give the customer a large vehicle type as an attribute. Customers with such attributes can be dealt with by imposing a constraint condition that the route is calculated using only the road network B that even a large vehicle can pass through.

(地図データにおいて幅員情報が未登録の道路)
距離行列生成工程S1において参照される地図データは、市販の地図データに基づいて得られる。市販の地図データの車道情報ファイルにおいて、道路幅員のレコードがある道路とない道路の2種類がある。このような市販の地図データに基づいて、大型車では通行不可能な幅狭な道路を含む道路網Aと、大型車が通行可能な幅員を持つ道路の道路網Bとの2パターンの道路距離行列を生成する場合、次のように処理する。
(Roads whose width information is not registered in the map data)
The map data referred to in the distance matrix generation step S1 is obtained based on commercially available map data. There are two types of road information files of commercially available map data, roads with and without road width records. Based on such commercially available map data, there are two patterns of road distances: a road network A that includes narrow roads that large vehicles cannot pass through, and a road network B that has a width that large vehicles can pass through. When generating a matrix, process as follows.

(幅員レコードがある道路)
(1)2車線以上の道路の場合、大型車も通行可能な幅員があるので、その道路の長さを道路網A,Bの両方に設定する。
(2)1車線の道路であって具体的な幅員値が設定されている場合、道路幅が289cm以上であればその道路の長さを道路網A,Bの両方に設定し、289cm未満であればその道路の長さを道路網Aに設定し、道路網Bには無限大(通行不可)と設定する。
(3)1車線の道路で幅員が「未調査」または「未舗装」などとされている場合、その道路の長さを道路網Aに設定し、道路網Bには無限大(通行不可)と設定する。
(Road with width record)
(1) In the case of a road with two or more lanes, the length of the road is set to both road networks A and B because there is a width that allows large vehicles to pass.
(2) If the road is a one-lane road and a specific width value is set, if the road width is 289 cm or more, the length of the road is set to both road networks A and B, and it is less than 289 cm. If there is, the length of the road is set to the road network A, and the road network B is set to infinity (impossible to pass).
(3) If the width of a one-lane road is "uninvestigated" or "unpaved", the length of the road is set to road network A, and road network B is infinite (impossible to pass). And set.

(幅員レコードがない道路)
道路幅289cm未満として道路網Aに道路の長さを設定し、道路網Bには無限大(通行不可)と設定する。
(Road without width record)
The length of the road is set in the road network A so that the road width is less than 289 cm, and infinity (passless) is set in the road network B.

(近隣の顧客は同一の車両、同一の能率で立ち寄る)
近隣地区に所在する顧客については、集荷作業の効率化や作業員に分かり易くするため、顧客をグルーピング(クラスタ化)することにより、同一の組が担当するように設定する。同様の理由により、近隣地区に所在する顧客については能率に分割しないように設定する。この設定は、VRP実行のための設定ファイルに能率に分割しない距離を登録しておくことで実現される。経路最適化システムは、経由順序に基づいて隣接した顧客間の距離を確認し、ここで設定された距離内に位置する場合は、その隣接した顧客が互いに異なる能率に別れないように調整する。
(Neighboring customers stop by with the same vehicle and efficiency)
For customers located in neighboring areas, the same group will be in charge by grouping (clustering) customers in order to improve the efficiency of collection work and make it easier for workers to understand. For the same reason, customers located in neighboring areas will not be divided into efficiency. This setting is realized by registering the distance that is not divided into efficiency in the setting file for VRP execution. The route optimization system checks the distance between adjacent customers based on the route order, and if they are located within the distance set here, adjusts so that the adjacent customers do not separate from each other with different efficiencies.

(高速道路と有料道路の扱い)
一般的に顧客を巡る最中に高速道路は使用しないが、一部の指定された高速道路は、工場13への搬入経路として対象にする。市販の地図データは国道、一般道、細道路、高速道路等、道路の種類によって道路ファイルが分かれている。処理の最初に地図データを読み込む際には、これらすべての道路ファイルを読み込み対象とするが、その際、高速道路ファイルの場合は、名称を参照して指定した高速道路のみ読み込まれるようにする。
(Handling of expressways and toll roads)
Generally, the expressway is not used while visiting customers, but some designated expressways are targeted as the delivery route to the factory 13. Commercially available map data is divided into road files according to the type of road, such as national roads, general roads, narrow roads, and highways. When reading the map data at the beginning of the process, all these road files are to be read, but at that time, in the case of the expressway file, only the expressway specified by referring to the name is read.

一般道として地図データに登録されている有料道路について、使用されない場合、対象外とする。一般道路の中には有料道路もあり、使用しないように指定した有料道路は、一般道の道路ファイルを読み込む際、対象外として読み込まれないようにする。 Toll roads registered in the map data as general roads are excluded if they are not used. There are toll roads among general roads, and toll roads specified not to be used should not be read as excluded when reading the road file of general roads.

(一方通行について)
図17(a)に示すように、経路に方向制約がない場合、隣接する顧客ノードnc1,nc2間で、双方向に移動可能である。距離行列生成工程S1において、最初に道路距離を計算する際、地図データの道路情報から一方通行か否かの情報を参照する。一般的な道路は双方向に同値の距離コストを持つ有向グラフとして扱うことができるが、一方通行の場合は単一方向にのみ有限の距離コストを持ち、多方向は無限大の距離コスト(通行不可)となる。
(About one-way street)
As shown in FIG. 17A, when there is no direction constraint on the route, it is possible to move in both directions between the adjacent customer nodes nc1 and nc2. In the distance matrix generation step S1, when the road distance is first calculated, the information on whether or not the road is one-way is referred to from the road information in the map data. A general road can be treated as a directed graph with the same distance cost in both directions, but in the case of one-way traffic, it has a finite distance cost only in one direction, and infinite distance cost in multiple directions (impossible to pass). ).

図17(b)に示すように、経路に方向制約がある一方通行の経路の場合、隣接する顧客ノードnc1,nc2間で、ノードnc1からノードnc2に到達するためには、道路ノードnr1,nr4,nr3,nr2を経由する遠回りの移動になる。道路距離を計算する際、距離コストを参照してこのような経路が算出される。 As shown in FIG. 17B, in the case of a one-way route having a direction constraint on the route, in order to reach the node nc2 from the node nc1 between the adjacent customer nodes nc1 and nc2, the road nodes nr1 and nr4 , Nr3, nr2 is a detour movement. When calculating the road distance, such a route is calculated with reference to the distance cost.

(両側回収と片側回収)
図18乃至図21を参照して、道路の特性による両側回収と片側回収とを説明する。図18(a)(b)、および図20に示すように、大きな通りではない場合、道路沿いの顧客の荷物を集荷(回収)する際に、車両の進行方向に関して、道路の左側の顧客だけでなく、道路の右側の顧客からも荷物を集める(回収する)両側回収が可能になる。
(Double-sided collection and one-sided collection)
Two-sided collection and one-sided collection according to the characteristics of the road will be described with reference to FIGS. 18 to 21. As shown in FIGS. 18 (a) and 18 (b), and in the case of not a large street, when collecting (collecting) the luggage of a customer along the road, only the customer on the left side of the road with respect to the direction of travel of the vehicle. Instead, it is possible to collect (collect) luggage from customers on the right side of the road on both sides.

道路の両側(左右)に位置する顧客のc1,c2,c3のそれぞれの顧客ノードnc1,nc2,nc3は、道路ノードnr1,nr2間のいずれの方向の経路上にも、経路方向を区別することなく、設定することができる。言い換えれば、両方向回収可能な道路については、道路の一方通行の制約を、あまり受けないことになる。 The customer nodes nc1, nc2, and nc3 of the customers c1, c2, and c3 located on both sides (left and right) of the road distinguish the route directions on the route between the road nodes nr1 and nr2. Can be set without. In other words, roads that can be recovered in both directions are not subject to one-way restrictions on the road.

図19(a)(b)、および図21に示すように、大通り沿いの顧客の場合、回収のために反対車線に車両12を停車させ作業員が道路を横断するということをせず、片側ずつ回収する片側回収になる。この場合、道路ノードnr1,nr2間の経路は、互いに重ならない2つの有向経路となる。ここで、例えば道路ノードnr1から道路ノードnr2に向かう方向を基準にして道路の左右を決める。 As shown in FIGS. 19 (a) and 19 (b) and 21, in the case of a customer along the main street, the vehicle 12 is not stopped in the opposite lane for collection and the worker does not cross the road, but one side. It is a one-sided collection that collects one by one. In this case, the routes between the road nodes nr1 and nr2 are two directed routes that do not overlap each other. Here, for example, the left and right sides of the road are determined with reference to the direction from the road node nr1 to the road node nr2.

道路の左側に位置する顧客のc1,c3のそれぞれの顧客ノードnc1,nc3は、道路ノードnr1から道路ノードnr2に向かう経路上に設定される。また、道路右側に位置する顧客のc2の顧客ノードnc2は、道路ノードnr2から道路ノードnr1に向かう経路上に設定される。このように、片側回収の場合、一方通行の道路と同様の制約をうけることになる。 The customer nodes nc1 and nc3 of the customers c1 and c3 located on the left side of the road are set on the route from the road node nr1 to the road node nr2. Further, the customer node nc2 of the customer c2 located on the right side of the road is set on the route from the road node nr2 to the road node nr1. In this way, one-way collection is subject to the same restrictions as one-way roads.

距離行列生成工程S1において、顧客データを入力する際、地図データの道路情報から両側回収可能か否かの情報を参照し、事前に登録される顧客データに、その顧客の回収方法を設定しておく。経路最適化システムにおいては、有向グラフを採用し、道路ノード間の経路に、両側収集(大通り)または片側収集(一方通行や狭路)の情報を反映させ、その情報を最適経路計算に使用することとする。 In the distance matrix generation step S1, when inputting customer data, the information on whether or not both sides can be collected is referred to from the road information of the map data, and the collection method of the customer is set in the customer data registered in advance. back. In the route optimization system, a directed graph is adopted, the information of two-sided collection (boulevard) or one-sided collection (one-way or narrow road) is reflected in the route between road nodes, and that information is used for the optimum route calculation. And.

(道路情報と道路ノードの追加)
図22、図23、図24を参照して、地図データに登録されていない道路の追加と登録について説明する。狭小道路や新しい道路などのように、地図データに登録されていない道路沿いに経路作成の対象となる顧客cが存在する場合、その道路の情報をシステムに追加登録する。市販の道路データには、私道等の狭小道路が登録されていないことが多いため、ユーザが、地図画面上から道路データとして追加すべき道路を目視で判断し、新規追加できる構成とする。
(Addition of road information and road nodes)
The addition and registration of roads that are not registered in the map data will be described with reference to FIGS. 22, 23, and 24. If there is a customer c who is the target of route creation along a road that is not registered in the map data, such as a narrow road or a new road, the information of that road is additionally registered in the system. Since narrow roads such as private roads are often not registered in commercially available road data, the user can visually determine the road to be added as road data from the map screen and add a new one.

図22に示すように、設定された経路Rから離れた位置に顧客c1,c2,c3が位置しており、地図データとしては登録されていないが、それぞれの顧客cに接近可能な道路がある場合が想定される。この場合、画面上で、経路R上の道路ノードnr1,nr2をポイント(クリック)して選択し、新規追加する道路を接続する相手先である既存の経路Rを指定する。次に、追加する新規経路の始点p1、終点p2となる2点をポイントして設定する。 As shown in FIG. 22, customers c1, c2, and c3 are located at positions away from the set route R, and although they are not registered as map data, there are roads accessible to each customer c. A case is assumed. In this case, on the screen, the road nodes nr1 and nr2 on the route R are pointed (clicked) to be selected, and the existing route R to which the newly added road is connected is specified. Next, two points, which are the start point p1 and the end point p2 of the new route to be added, are pointed and set.

すると、図23に示すように、顧客c1に隣接した新規経路R1が追加される。同様に、経路R1に対して、新規経路R2,R3を追加することにより、それぞれ顧客c2,c3に接近可能な経路が得られる。このようなユーザによる追加の操作によって、経路最適化システム2は、指定された既存経路Rや新規追加の経路R1,R2,R3の始点ノード、終点ノードの緯度経度をCSVファイルに登録する。図24は、CSVファイルに登録されたデータ例を示す。このCSVファイルは、距離行列生成工程S1において、距離行列生成プログラムによって参照されるファイルである。 Then, as shown in FIG. 23, a new route R1 adjacent to the customer c1 is added. Similarly, by adding new routes R2 and R3 to the route R1, routes that can approach the customers c2 and c3, respectively, can be obtained. By such an additional operation by the user, the route optimization system 2 registers the latitude and longitude of the designated existing route R, the start point node and the end point node of the newly added routes R1, R2, and R3 in the CSV file. FIG. 24 shows an example of data registered in the CSV file. This CSV file is a file referenced by the distance matrix generation program in the distance matrix generation step S1.

(徒歩経路の追加)
顧客ノードの位置まで、車両が移動するのが適当でない場合に、顧客ノードの位置まで徒歩で集荷に行く場合があり、そのような徒歩経路の追加と登録について、図25、図26、図27を参照して説明する。狭小道路等に面する顧客について、その現場まで車両12で移動せず、近辺の道路に車両12を停車させ、徒歩で立ち寄るように、顧客の属性を指定することができる。そのような場合には、指定された停車位置をシステムに登録した上で経路の最適化を実施する。
(Addition of walking route)
If it is not appropriate for the vehicle to move to the location of the customer node, it may go to pick up on foot to the location of the customer node, and the addition and registration of such walking routes are described in FIGS. 25, 26, 27. Will be described with reference to. For a customer facing a narrow road or the like, the customer's attributes can be specified so that the vehicle 12 does not move to the site by the vehicle 12, the vehicle 12 is stopped on a nearby road, and the customer stops on foot. In such a case, the route is optimized after registering the specified stop position in the system.

図25に示すように、経路Rから離れた顧客c1に対して、徒歩経路を設定する。まず、画面上で、経路R上の道路ノードnr1,nr2をポイント(クリック)して停車する既存の経路Rを指定する。次に、停車位置p1を選択し、さらに顧客c1の位置を選択する。 As shown in FIG. 25, a walking route is set for the customer c1 away from the route R. First, on the screen, an existing route R to stop by pointing (clicking) on the road nodes nr1 and nr2 on the route R is specified. Next, the stop position p1 is selected, and the position of the customer c1 is further selected.

すると、図26に示すように、経路Rの近くに停車位置Pが追加され、停車位置Pから顧客c1までの徒歩経路RWが設定される。このようなユーザによる操作によって、経路最適化システム2は、設定された停車位置Pと徒歩集荷の対象の顧客c1の位置の緯度経度をCSVファイルに登録する。図27は、CSVファイルに登録されたデータ例を示す。このCSVファイルは、距離行列生成工程S1において、距離行列生成プログラムによって参照される。この場合、顧客距離行列を生成する際の顧客ノードは、停車位置に設定される。 Then, as shown in FIG. 26, the stop position P is added near the route R, and the walking route RW from the stop position P to the customer c1 is set. By such an operation by the user, the route optimization system 2 registers the latitude and longitude of the set stop position P and the position of the customer c1 to be picked up on foot in the CSV file. FIG. 27 shows an example of data registered in the CSV file. This CSV file is referred to by the distance matrix generation program in the distance matrix generation step S1. In this case, the customer node when generating the customer distance matrix is set to the stop position.

(道路幅員の手動登録)
地図データに幅員情報が登録されていない道路については、画面上で、ユーザが、幅員の手動登録をすることができる。市販の道路データには道路幅の設定されていない道路も多いため、そのような道路については、CSVファイルに道路に固有の番号を記載することで幅員情報を登録しておく。距離行列生成工程S1において、距離行列生成プログラムは、このCSVファイルの情報も参照しながら2パターンの道路網A,B(図14乃至図16とその説明参照)を生成する。
(Manual registration of road width)
For roads for which width information is not registered in the map data, the user can manually register the width on the screen. Since there are many roads for which the road width is not set in the commercially available road data, the width information is registered for such roads by describing the unique number of the road in the CSV file. In the distance matrix generation step S1, the distance matrix generation program generates two patterns of road networks A and B (see FIGS. 14 to 16 and their explanations) with reference to the information in this CSV file.

(搬入先工場登録画面)
図28に示すように、データ登録6cのメニューを選択した場合の搬入先工場登録画面64において、複数の工場13とそれぞれの受け入れ可能量とを登録することができる。このような受け入れ可能量が登録されることにより、複数の工場13が搬入先として指定された場合に、各受け入れ可能量を考慮して、各車両12の搬入先の工場13を適切に振り分けることができる。
(Destination factory registration screen)
As shown in FIG. 28, a plurality of factories 13 and their respective acceptable quantities can be registered on the delivery destination factory registration screen 64 when the menu of data registration 6c is selected. By registering such an acceptable amount, when a plurality of factories 13 are designated as carry-in destinations, the factories 13 of the carry-in destinations of each vehicle 12 are appropriately distributed in consideration of each acceptable amount. Can be done.

(工場振り分け指定)
図29に示すように、条件入力画面61における振り分け選択ボタン61eをクリックすることにより、搬入対象工場の一覧表61gが表示される。各工場13の受け入れ可能量の総量が顧客の荷物量の総量よりも大きければ、最適化実行時、最初に、図28に示される各工場13の受け入れ可能量を参照して、各工場13の搬入可能量割合に基づいて、荷物の総量を按分し、各荷物の搬入先工場13をシステムが指定する。その上で、通常の経路最適化処理(順路決定工程S5)が行われる。
(Designated for factory distribution)
As shown in FIG. 29, by clicking the distribution selection button 61e on the condition input screen 61, a list 61g of the factories to be carried in is displayed. If the total acceptable quantity of each factory 13 is greater than the total acceptable quantity of the customer's baggage, then when performing the optimization, first refer to the acceptable quantity of each factory 13 shown in FIG. The total amount of luggage is apportioned based on the carry-in amount ratio, and the system designates the factory 13 to which each luggage is carried. Then, a normal route optimization process (route determination step S5) is performed.

(台数計算)
図30(a)に示すように、条件入力画面61における台数計算ボタン61fをクリックすることにより、当該デポ(事務所)で担当するエリアで使用する車両の台数計算の画面65が表示される。必要な車両12の台数は、曜日、車種、搬入先工場などの情報に余裕率を追加することによって得られる。画面65において、余裕率を入力し、「計算」ボタンをクリックすることにより、図30(b)に示すように、必要な車両12の台数がシステムによって算出され表示される。当該エリアでの作業が全てS作業の場合、組数と台数とは同じであり、「組数に設定する」ボタンをクリックすることにより、台数が決定される。
(Calculation of number)
As shown in FIG. 30A, by clicking the number calculation button 61f on the condition input screen 61, the screen 65 for calculating the number of vehicles used in the area in charge of the depot (office) is displayed. The required number of vehicles 12 can be obtained by adding a margin rate to information such as the day of the week, vehicle type, and destination factory. By inputting the margin ratio on the screen 65 and clicking the "calculate" button, the required number of vehicles 12 is calculated and displayed by the system as shown in FIG. 30 (b). When all the work in the area is S work, the number of sets and the number of sets are the same, and the number of sets is determined by clicking the "Set to the number of sets" button.

必要な車両12の台数は、以下のように算出される。各荷物の詳細情報は、各顧客の荷物(ごみ)の予想量も含めて、例えば、ごみCSVファイルに保存され、このCSVファイルに当該顧客エリアを担当するデポ(事務所)の情報も登録される。逆に、デポを指定することにより、そのデポが対象とする全顧客が指定される。従って、事務所(デポ)が指定されている画面65が表示された時点で、そのデポによって工場13に搬入される総荷物量(ごみの総量)の予想値を台数計算に使用可能である。 The required number of vehicles 12 is calculated as follows. The detailed information of each baggage is saved in, for example, a garbage CSV file including the estimated amount of baggage (garbage) of each customer, and the information of the depot (office) in charge of the customer area is also registered in this CSV file. NS. Conversely, by designating a depot, all customers targeted by that depot are designated. Therefore, when the screen 65 in which the office (depot) is designated is displayed, the estimated value of the total amount of cargo (total amount of garbage) carried into the factory 13 by the depot can be used for the calculation of the number of units.

ごみの総量G、車両の最大積載規定量を厳しめにするため差し引く量を決める余裕率Y、能率1回当たりの収集ごみ量の平均値M、能率の回数N、および必要な台数Xの表記を用いると、指定された車種で必要となる台数Xは、X=G/((1−Y)・M・N)によって求められる。この計算は、組数を求めものであり、S作業の場合に組数が台数に一致することにより、台数X=組数、として求めている(W作業を行う組がk組あれば、k台を追加する)。 Notation of the total amount of garbage G, the margin rate Y that determines the amount to be deducted in order to tighten the maximum load regulation amount of the vehicle, the average value M of the amount of collected garbage per efficiency, the number of times N of efficiency, and the required number of units X When is used, the number X required for the specified vehicle type is obtained by X = G / ((1-Y) · MN). This calculation is to find the number of sets, and in the case of S work, the number of sets matches the number of sets, so that the number of sets X = the number of sets (k if there are k sets to perform W work). Add a stand).

なお、本発明は、上記構成に限られることなく種々の変形が可能である。例えば、上述した各実施形態の構成を互いに組み合わせた構成とすることができる。 The present invention is not limited to the above configuration and can be modified in various ways. For example, the configurations of the above-described embodiments can be combined with each other.

1 経路算出プログラム
2 経路最適化システム(コンピュータ)
2a 距離行列生成部
2b 顧客割当部
2c 経路分割部
2d 順路決定部
3 距離行列生成プログラム
4 経路計算プログラム
11 デポ
12 車両
13 工場
c、c1,c11,・・,c27 顧客
nc1,nc2,nc3 顧客ノード
nr1,nr2,nr3 道路ノード
R,RW,R1,R2,R3 経路(道路リンク)
1 Route calculation program 2 Route optimization system (computer)
2a Distance matrix generation unit 2b Customer allocation unit 2c Route division unit 2d Route determination unit 3 Distance matrix generation program 4 Route calculation program 11 Depot 12 Vehicle 13 Factory c, c1, c11, ..., c27 Customer nc1, nc2, nc3 Customer node nr1, nr2, nr3 Road node R, RW, R1, R2, R3 route (road link)

Claims (7)

車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、前記車両に対して指定された工場に搬入するための経路を算出する経路算出プログラムであって、
コンピュータを、
前記デポ、顧客、および工場の各位置に対応するノードの位置情報に基づいて、これらの各ノード間の距離についての距離行列を生成する距離行列生成部と、
前記距離行列と、前記車両と作業員が構成する作業組の数とを用いて、最良解を得ることなく所定の段階で打ち切る前提で、前記車両が前記デポを出発して前記顧客を巡って荷物を収集したあと前記デポに戻る経路について、運搬経路問題(VRP)を解く顧客割当部と、
前記作業組ごとについて、前記顧客割当部によって前記顧客が割り当てられた経路を、前記車両の積載量制約情報と前記各顧客の荷物情報とに基づいて分割した分割経路を算出する経路分割部と、
前記分割経路ごとに、前記作業組が前記デポまたは前記工場から、前記分割経路に含まれる前記顧客を経由して、前記工場に向かう経路について、巡回セールスマン問題(TSP)を解く順路決定部として機能させる、
ことを特徴とする経路算出プログラム。
A route calculation program in which one or more vehicles departing from a depot, which is a vehicle base, collects the luggage of a plurality of customers and calculates a route for carrying the vehicle into a designated factory.
Computer,
A distance matrix generator that generates a distance matrix for the distance between each of the nodes based on the position information of the nodes corresponding to the positions of the depot, the customer, and the factory.
Using the distance matrix and the number of working groups composed of the vehicle and the worker, the vehicle departs from the depot and visits the customer on the premise that the vehicle is terminated at a predetermined stage without obtaining the best solution. Regarding the route to return to the depot after collecting the luggage, the customer allocation department that solves the transportation route problem (VRP) and
For each work group, a route division unit that calculates a division route that divides the route assigned by the customer by the customer allocation unit based on the load capacity constraint information of the vehicle and the cargo information of each customer, and a route division unit.
For each division route, as a route determination unit for solving the traveling salesman problem (TSP) for a route from the depot or the factory to the factory via the customer included in the division route. Make it work
A route calculation program characterized by this.
前記顧客割当部は、前記車両が前記デポを出発して前記デポに戻るまでの移動時間が所定の時間内となる時間制約条件のもとで前記運搬経路問題(VRP)を解くことを特徴とする請求項1に記載の経路算出プログラム。 The customer allocation unit is characterized by solving the transportation route problem (VRP) under a time constraint that the travel time from the vehicle departing from the depot to returning to the depot is within a predetermined time. The route calculation program according to claim 1. 前記所定の時間は、前記車両ごとに、指定された工場からの経路が最も長い顧客から当該工場への移動時間と、当該車両の積載量制約情報を考慮して算出される工場への搬入回数とに基づいて算出される工場搬入時間を、事前に設定された作業時間から差し引いた時間であることを特徴とする請求項2に記載の経路算出プログラム。 The predetermined time is the number of times of delivery to the factory calculated in consideration of the travel time from the customer having the longest route from the designated factory to the factory and the load capacity constraint information of the vehicle for each vehicle. The route calculation program according to claim 2, wherein the factory delivery time calculated based on the above is the time obtained by subtracting the preset working time. 前記顧客割当部は、複数の前記車両における個々の車両が前記デポを出発して前記デポに戻るまでの移動時間を要素とする集合の分散が所定値以下となる時間制約条件のもとで前記運搬経路問題(VRP)を解くことを特徴とする請求項1乃至請求項3のいずれか一項に記載の経路算出プログラム。 The customer allocation unit is subject to a time constraint condition in which the variance of the set having the travel time of each vehicle in the plurality of vehicles from the depot to the depot as an element is equal to or less than a predetermined value. The route calculation program according to any one of claims 1 to 3, wherein the route calculation program is characterized by solving a transportation route problem (VRP). 前記経路分割部は、所定距離内で順序が連続する前記顧客間では分割しないことを特徴とする請求項1乃至請求項4のいずれか一項に記載の経路算出プログラム。 The route calculation program according to any one of claims 1 to 4, wherein the route dividing unit is not divided between the customers whose order is continuous within a predetermined distance. 請求項1乃至請求項5のいずれか一項に記載の経路算出プログラムを実行させるコンピュータを備え、車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、前記車両に対して指定された工場に搬入するための経路を求めることを特徴とする経路最適化システム。 A computer for executing the route calculation program according to any one of claims 1 to 5, and one or more vehicles departing from the depot, which is a vehicle base, collects the luggage of a plurality of customers, and the above-mentioned A route optimization system characterized by finding a route for a vehicle to be delivered to a designated factory. プログラムされたコンピュータによって、車両拠点であるデポを出発した1または複数の車両が複数の顧客の荷物を収集して、前記車両に対して指定された工場に搬入するための経路を算出する経路算出方法であって、
前記デポ、顧客、および工場の各位置に対応するノードの位置情報に基づいて、これらの各ノード間の距離についての距離行列を生成する距離行列生成工程と、
前記距離行列と、前記車両と作業員が構成する作業組の数とを用いて、最良解を得ることなく所定の段階で打ち切る前提で、前記車両が前記デポを出発して前記顧客を巡って荷物を収集したあと前記デポに戻る経路について、運搬経路問題(VRP)を解く顧客割当工程と、
前記作業組ごとについて、前記顧客割当工程によって前記顧客が割り当てられた経路を、前記車両の積載量制約情報と前記各顧客の荷物情報とに基づいて分割した分割経路を算出する経路分割工程と、
前記分割経路ごとに、前記作業組が前記デポまたは前記工場から、前記分割経路に含まれる前記顧客を経由して、前記工場に向かう経路について、巡回セールスマン問題(TSP)を解く順路決定工程とを含むことを特徴とする経路算出方法。
Route calculation using a programmed computer to calculate the route for one or more vehicles departing from the depot, which is the vehicle base, to collect the luggage of multiple customers and bring it to the factory designated for the vehicle. It ’s a method,
A distance matrix generation step of generating a distance matrix for the distance between each of these nodes based on the position information of the nodes corresponding to the positions of the depot, the customer, and the factory.
Using the distance matrix and the number of working groups composed of the vehicle and the worker, the vehicle departs from the depot and visits the customer on the premise that the vehicle is terminated at a predetermined stage without obtaining the best solution. Regarding the route to return to the depot after collecting the luggage, the customer allocation process to solve the transportation route problem (VRP) and the customer allocation process
For each work group, a route division step of calculating a division route in which the route assigned by the customer by the customer allocation process is divided based on the load capacity constraint information of the vehicle and the cargo information of each customer, and a route division step.
For each division route, a route determination step of solving the traveling salesman problem (TSP) for a route from the depot or the factory to the factory via the customer included in the division route. A route calculation method characterized by including.
JP2020003975A 2020-01-14 2020-01-14 Route calculation program, route optimization system, and route calculation method Active JP6739078B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020003975A JP6739078B1 (en) 2020-01-14 2020-01-14 Route calculation program, route optimization system, and route calculation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020003975A JP6739078B1 (en) 2020-01-14 2020-01-14 Route calculation program, route optimization system, and route calculation method

Publications (2)

Publication Number Publication Date
JP6739078B1 JP6739078B1 (en) 2020-08-12
JP2021111237A true JP2021111237A (en) 2021-08-02

Family

ID=71949460

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020003975A Active JP6739078B1 (en) 2020-01-14 2020-01-14 Route calculation program, route optimization system, and route calculation method

Country Status (1)

Country Link
JP (1) JP6739078B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230082753A (en) * 2021-12-02 2023-06-09 주식회사 케이티 Server, method and computer program for providing route information for logistics
EP4270275A1 (en) 2022-04-28 2023-11-01 Fujitsu Limited Information processing device, information processing program, and information processing method
WO2024085285A1 (en) * 2022-10-21 2024-04-25 한국전자기술연구원 Robot-based optimal indoor delivery path planning method using context map

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112132312B (en) * 2020-08-14 2022-08-23 蓝海(福建)信息科技有限公司 Path planning method based on evolutionary multi-objective multi-task optimization
CN112001643B (en) * 2020-08-27 2024-06-18 上海汽车集团股份有限公司 Material combination method and device, storage medium and electronic equipment
JP2022038656A (en) * 2020-08-27 2022-03-10 トヨタ自動車株式会社 Planning system, planning method, and program
JP2022152215A (en) * 2021-03-29 2022-10-12 三菱重工業株式会社 Monitoring plan creation device, monitoring system, monitoring plan creation method, and program
JP7273431B1 (en) 2022-03-31 2023-05-15 株式会社グリーナー WASTE COLLECTION SUPPORT SYSTEM, WASTE COLLECTION SUPPORT METHOD, MANAGEMENT SERVER AND PROGRAM

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000331293A (en) * 1999-05-20 2000-11-30 Nissan Motor Co Ltd Delivery order deciding device and distance database generating method
JP2003026335A (en) * 2001-07-17 2003-01-29 Mitsubishi Heavy Ind Ltd Method for scheduling allocation of vehicle, setting program therefor, and storage medium storing the same
JP2019125341A (en) * 2018-01-11 2019-07-25 タタ コンサルタンシー サービシズ リミテッドTATA Consultancy Services Limited Systems and methods for scalable multi-vehicle task

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2990027A1 (en) * 2014-09-01 2016-03-02 Institut Curie Skin whitening peptide agents

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000331293A (en) * 1999-05-20 2000-11-30 Nissan Motor Co Ltd Delivery order deciding device and distance database generating method
JP2003026335A (en) * 2001-07-17 2003-01-29 Mitsubishi Heavy Ind Ltd Method for scheduling allocation of vehicle, setting program therefor, and storage medium storing the same
JP2019125341A (en) * 2018-01-11 2019-07-25 タタ コンサルタンシー サービシズ リミテッドTATA Consultancy Services Limited Systems and methods for scalable multi-vehicle task

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230082753A (en) * 2021-12-02 2023-06-09 주식회사 케이티 Server, method and computer program for providing route information for logistics
KR20230165738A (en) * 2021-12-02 2023-12-05 주식회사 케이티 Server, method and computer program for providing route information for logistics
KR20230166060A (en) * 2021-12-02 2023-12-06 주식회사 케이티 Server, method and computer program for providing route information for logistics
KR102624422B1 (en) * 2021-12-02 2024-01-12 주식회사 케이티 Server, method and computer program for providing route information for logistics
KR102624451B1 (en) * 2021-12-02 2024-01-12 주식회사 케이티 Server, method and computer program for providing route information for logistics
KR102624441B1 (en) * 2021-12-02 2024-01-12 주식회사 케이티 Server, method and computer program for providing route information for logistics
EP4270275A1 (en) 2022-04-28 2023-11-01 Fujitsu Limited Information processing device, information processing program, and information processing method
WO2024085285A1 (en) * 2022-10-21 2024-04-25 한국전자기술연구원 Robot-based optimal indoor delivery path planning method using context map

Also Published As

Publication number Publication date
JP6739078B1 (en) 2020-08-12

Similar Documents

Publication Publication Date Title
JP6739078B1 (en) Route calculation program, route optimization system, and route calculation method
Mourad et al. A survey of models and algorithms for optimizing shared mobility
Tong et al. Customized bus service design for jointly optimizing passenger-to-vehicle assignment and vehicle routing
Kang et al. Strategic hydrogen refueling station locations with scheduling and routing considerations of individual vehicles
Ben Ticha et al. Vehicle routing problems with road‐network information: State of the art
JP6790103B2 (en) Evaluation device, evaluation method, and evaluation program
US20170046653A1 (en) Planning of transportation requests
Czioska et al. Real-world meeting points for shared demand-responsive transportation systems
TW202125356A (en) Computer-implemented system, computer-implemented method and system for attendance assignment
O’Connor Solid waste collection vehicle route optimization for the city of Redlands, California
Nair et al. Equilibrium design of bicycle sharing systems: the case of Washington DC
JP6896275B2 (en) Waste collection, transportation and processing method
JP3201303B2 (en) Vehicle operation plan creation method, apparatus, vehicle operation system, and recording medium
JP7121154B2 (en) Delivery plan creation method, device, system, and computer-readable storage medium
de Castro Pena et al. Solving the integrated multi-period scheduling routing problem for cleaning debris in the aftermath of disasters
Stokkink et al. A continuum approximation approach to the depot location problem in a crowd-shipping system
Beigi et al. Station reallocation and rebalancing strategy for bike-sharing systems: a case study of Washington DC
You et al. An artificial intelligent approach to the bicycle repositioning problems
JP2004326711A (en) Method and device for planning vehicle-dispatching plan
Haider et al. Optimizing the relocation operations of free-floating electric vehicle sharing systems
JP2002324294A (en) Vehicle allocation planning system
Arenas et al. CVRPTW model applied to the collection of food donations
Shui et al. Optimization of vehicle charging and dynamic relocation in free-floating electric carsharing systems with advanced reservations
Stokkink et al. A column and row generation approach to the crowd-shipping problem with transfers
Jayarathna et al. An intelligent cost-optimized warehouse and redistribution root plan with truck allocation system; evidence from Sri Lanka

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200115

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20200226

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20200306

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: 20200630

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200710

R150 Certificate of patent or registration of utility model

Ref document number: 6739078

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250