JP4451622B2 - Business support system - Google Patents

Business support system Download PDF

Info

Publication number
JP4451622B2
JP4451622B2 JP2003288514A JP2003288514A JP4451622B2 JP 4451622 B2 JP4451622 B2 JP 4451622B2 JP 2003288514 A JP2003288514 A JP 2003288514A JP 2003288514 A JP2003288514 A JP 2003288514A JP 4451622 B2 JP4451622 B2 JP 4451622B2
Authority
JP
Japan
Prior art keywords
area
point
unit
candidate
store
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2003288514A
Other languages
Japanese (ja)
Other versions
JP2005053683A (en
Inventor
貴 梶
浩司 渡邊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Japan Tobacco Inc
Original Assignee
Japan Tobacco Inc
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 Japan Tobacco Inc filed Critical Japan Tobacco Inc
Priority to JP2003288514A priority Critical patent/JP4451622B2/en
Publication of JP2005053683A publication Critical patent/JP2005053683A/en
Application granted granted Critical
Publication of JP4451622B2 publication Critical patent/JP4451622B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は、複数の巡回ポイントを含む地域を複数のエリアに分割し、それぞれのエリアに巡回ポイントを帰属させ、エリアにおける巡回ポイントを巡回する経路を策定して業務を支援する技術に関する。   The present invention relates to a technology for supporting a business by dividing a region including a plurality of traveling points into a plurality of areas, assigning the traveling points to each area, and formulating a route for traveling around the traveling points in the area.

情報処理技術の発達にともない、ロジスティクス分野でも情報化が進んでいる。例えば、コンビニエンスストアでは、商品の販売と同時に売上管理、在庫管理、商品管理などが行われている。これにより、リアルタイムで在庫を管理できるので、品不足になる前に商品の補充が可能になっている。情報処理技術、主にコンピュータの処理能力やネットワーク技術の向上にともない在庫情報などは迅速にかつ自動的に処理されているが、実際に商品を店舗まで配送する作業は今のところ人手を介して行われている。   With the development of information processing technology, computerization is also progressing in the logistics field. For example, at a convenience store, sales management, inventory management, product management, etc. are performed simultaneously with the sale of products. As a result, the inventory can be managed in real time, so that the product can be replenished before the product becomes short. Information processing technology, mainly inventory information due to improvements in computer processing capacity and network technology, is processed quickly and automatically, but the work of actually delivering products to stores is currently done manually. Has been done.

一般に、工場で生産された商品は、最初に基地と呼ばれる大規模な配送センターに輸送される。次に、基地から地域ごとに設けられたデポと呼ばれる倉庫に輸送される。そして、店舗からの発注に応じて、デポから各店舗へ商品が配送される。例えば、商品を配送する場合、ひとつのデポが担当する地域には多数の店舗が存在し、複数の配達担当者が手分けしてそれらの店舗に商品を配送する。各担当者は自分の担当エリアに存在する店舗を巡回し、商品の配送を行う。   In general, products produced in a factory are first transported to a large distribution center called a base. Next, they are transported from the base to warehouses called depots provided for each area. And according to the order from a store, goods are delivered to each store from a depot. For example, when a product is delivered, there are a large number of stores in an area where a single depot is in charge, and a plurality of delivery staff distributes the products to those stores. Each person in charge visits a store in his / her area and delivers the goods.

巡回経路を論理的に作成する手法として、いわゆる巡回セールスマン問題や、その近似アルゴリズムとして、例えばランダムサーチ、山登り法、焼きなまし法(SA:Simulated Annealing)、遺伝的アルゴリズム(GA)、MST(Minimum Spanning Tree)等が挙げられる。こうした技術を利用するものとして、例えば、在宅介護のためのヘルパーや物品を配達する配達業者等の巡回車が効率よく巡回を行うための巡回路の生成を支援する巡回路支援システムが提案されている(特許文献1参照)。
特開平11−134389号公報
As a method for logically creating a traveling route, a so-called traveling salesman problem and its approximation algorithm include, for example, random search, hill climbing method, simulated annealing (SA), genetic algorithm (GA), MST (Minimum Spanning). Tree). For example, a circuit support system that supports the generation of a circuit for a patrol car such as a helper for home care and a delivery company delivering goods to efficiently perform a patrol has been proposed. (See Patent Document 1).
Japanese Patent Laid-Open No. 11-134389

しかし、従来の技術では、各巡回者が、予め割り当てられた担当エリアをいかに早く巡回できるかという観点からの検討がなされているだけである。例えば特許文献1においても、巡回者が巡回する巡回エリアは予め定められており、その中で全てのブロックを最短経路で巡回した場合を想定して巡回時間を算出し、実活動時間との比較でブロックの追加または削除を行い巡回エリアを変更する微調整が行われるだけである。従来の手法は、部分的な最適化が行われているだけであり、一つの営業地域を複数の巡回者で分担する場合に、複数の巡回ポイントをそれぞれの巡回者に適切に分配するという観点からの全体的な最適化は検討されていない。個々の巡回者の作業効率を高めることにより、全体としての作業効率をもある程度向上することが期待できるが、これだけでは、一つの営業地域を複数の巡回者で分担する場合の特色を考慮した最適化がなされたとはいえない。また、各巡回者の作業効率を高めることにより全体の作業効率を高めようとすると、個々の巡回者の努力に依存することになり、巡回者への負担が重くなってしまう。   However, in the conventional technology, only consideration is made from the viewpoint of how fast each patrol person can patrol a pre-assigned assigned area. For example, even in Patent Document 1, a tour area where a patrol person patrols is determined in advance, and the travel time is calculated assuming that all blocks travel around the shortest route, and is compared with the actual activity time. Only the fine adjustment to change the patrol area is performed by adding or deleting blocks. In the conventional method, only partial optimization is performed, and when one business area is shared by multiple patrolmen, the viewpoint of appropriately distributing multiple patrol points to each patrolperson Overall optimization from is not considered. By improving the work efficiency of individual patrolmen, the overall work efficiency can also be expected to improve to some extent, but this alone is the optimum in consideration of the characteristics of sharing one sales area with multiple patrolmen. It cannot be said that it was made. Moreover, if it is going to improve the whole work efficiency by raising the work efficiency of each patrol person, it will depend on an individual patrol person's effort, and the burden on a patrol person will become heavy.

複数の巡回者で分担するという特色を考慮すると、営業区域に含まれる複数の巡回ポイントを複数の巡回者にどのようにして分配するべきかを検討することが重要である。さらに、従来、各巡回者への担当巡回ポイントの分配が適切に行われていないため、巡回者の労力を客観的に把握することができなかった。そのため、巡回者間で不公平感が生じることもあった。   Considering the feature of sharing among multiple patrolmen, it is important to consider how the multiple patrol points included in the business area should be distributed to multiple patrolmen. Furthermore, conventionally, since the assigned tour points are not properly distributed to each visitor, it has been impossible to objectively grasp the visitor's effort. As a result, unfairness may occur among patrolmen.

また、サービス形態の多様化により、固定的に設置された店舗だけでなく、海の家のように季節に応じて設置される店舗や、コンサート会場等に短期的に設置される店舗や、車などの移動手段を使って頻繁に移動を繰り返す店舗などもある。作業効率を高めるためには、こうした様々な形態の店舗も巡回ポイントとして扱い、いずれかの巡回者に分配する必要がある。   In addition, due to the diversification of service forms, not only stores that are fixedly installed, but also stores that are installed according to the season, such as a sea house, stores that are installed in the short term in concert venues, cars, etc. There are also stores that frequently move using a means of transportation. In order to increase work efficiency, it is necessary to treat these various types of stores as traveling points and distribute them to any one of the traveling people.

本発明の目的は、様々な形態の複数の巡回ポイントを含む地域を、各エリアにおける作業量等の統計量が均等になるように複数のエリアに分割する技術を提供することにある。本発明の別の目的は、地域全体におけるトータルの作業量を低減することができるように、分割対象の地域を複数のエリアに分割する技術を提供することにある。本発明のまた別の目的は、各エリアの担当者に公平感を持たせるようにエリア分割を行う技術を提供することにある。本発明のまた別の目的は、分割対象の地域に特有の事情を考慮しつつ、客観的な基準で地域を複数のエリアに分割する技術を提供することにある。本発明のまた別の目的は、一連の営業計画を考慮して営業計画の進行具合に応じて適切にエリア分割を行う技術を提供することにある。本発明のさらに別の目的は、分割対象の地域に含まれる巡回ポイントが頻繁に変動する場合であっても迅速にエリア分割を行う技術を提供することにある。本発明のさらに別の目的は、巡回ポイントの配置状況を可視化する技術を提供することにある。   An object of the present invention is to provide a technique for dividing an area including a plurality of traveling points in various forms into a plurality of areas so that statistics such as work amount in each area are equal. Another object of the present invention is to provide a technique for dividing an area to be divided into a plurality of areas so that the total amount of work in the entire area can be reduced. Another object of the present invention is to provide a technique for dividing an area so that a person in charge in each area has a fair feeling. Another object of the present invention is to provide a technique for dividing an area into a plurality of areas on an objective basis while taking into consideration circumstances peculiar to the area to be divided. Another object of the present invention is to provide a technique for appropriately dividing an area according to the progress of a business plan in consideration of a series of business plans. Still another object of the present invention is to provide a technique for quickly dividing an area even when traveling points included in the area to be divided frequently fluctuate. Still another object of the present invention is to provide a technique for visualizing the arrangement state of the tour points.

本発明によれば、
短期的に設置される移動ポイントを含む複数の巡回ポイントを含む地域を複数のエリアに分割し、それぞれのエリアに前記巡回ポイントを帰属させる業務支援システムであって、
前記巡回ポイント毎に位置情報を含む巡回ポイント情報データを記憶する巡回ポイント情報記憶部と、
前記移動ポイント毎に前記地域内に設置される設置期間を含む移動計画を記憶する移動計画記憶部と、
日時の指定を受け付け、当該日時と、前記移動計画とに基づき、当該日時に前記地域内に設置されている前記巡回ポイントを対象として、
前記地域内に、それぞれ、起点となるシードである一つの前記巡回ポイントを含むエリアを複数設定する初期設定部と、
前記巡回ポイント情報記憶部の前記巡回ポイント情報データに基づき、前記複数のエリアそれぞれに追加して帰属させる候補となる候補巡回ポイントを、前記複数のエリア毎にそれぞれ選択する候補選択処理部と、
各前記エリア毎に、前記巡回ポイント情報データに基づき、当該エリアに既に帰属している前記巡回ポイントおよび前記候補巡回ポイントの位置情報によって定まる作業量である統計量をそれぞれ算出する統計量算出部と、
前記複数のエリアの中から、前記統計量算出部が算出した前記統計量が最も小さい前記エリアを特定エリアとして選択し、当該特定エリアにおける前記候補巡回ポイントを当該特定エリアに帰属させる候補帰属処理部と、
を含み、
前記候補選択処理部による前記候補巡回ポイントの選択と前記候補帰属処理部による前記候補巡回ポイントの帰属とを所定の終了条件を満たすまで順次繰り返し実行することを特徴とする業務支援システムが提供される。
According to the present invention,
A business support system that divides a region including a plurality of traveling points including a moving point installed in a short period into a plurality of areas and assigns the traveling points to each area,
A traveling point information storage unit that stores traveling point information data including position information for each traveling point;
A movement plan storage unit for storing a movement plan including an installation period installed in the area for each movement point;
Accepting designation of date and time, based on the date and time and the travel plan, targeting the patrol point installed in the area at the date and time,
An initial setting unit that sets a plurality of areas each including one traveling point that is a seed serving as a starting point in the region,
Candidate selection processing units that select candidate cyclic points for each of the plurality of areas, based on the cyclic point information data in the cyclic point information storage unit, and candidates for addition to each of the plurality of areas.
A statistic calculator that calculates, for each area, a statistic that is a work amount determined by position information of the cyclic point and the candidate cyclic point already belonging to the area, based on the cyclic point information data; ,
A candidate attribution processing unit that selects, from among the plurality of areas, the area with the smallest statistical quantity calculated by the statistical quantity calculation unit as a specific area, and causes the candidate circulation point in the specific area to belong to the specific area When,
Including
Provided is a business support system characterized in that selection of the candidate cyclic points by the candidate selection processing unit and attribution of the candidate cyclic points by the candidate attribution processing unit are sequentially executed until a predetermined end condition is satisfied. .

「巡回ポイント」は、例えば、充填作業を行う際の自動販売機、商品配送を行う際の店舗、保険商品などの営業先など、その存在位置を地理上の位置情報として特定できる物体もしくは単なる目標地点である。
本発明の業務支援システムによれば、複数のエリアにおける統計量の差が小さくなるように複数の巡回ポイントを複数のエリアに帰属させるので、エリア分割の目的を考慮した統計量を設定することで、各エリアを公平に分割できる。
本発明の業務支援システムによれば、長期的に設置される固定ポイントと、短期的に設置される移動ポイントとを所定のエリアに帰属させることができる。これにより、複数の固定ポイントと移動ポイントとをいくつかのエリアに分割し、各担当者に割り当てる作業を自動化できるため、エリア分割に必要な時間や労力を削減することにより業務を支援するシステムを提供できる。また、こうした処理をコンピュータにより高速に実行できるので、移動ポイントの増加による流通形態の変化にも迅速に対応でき、効率的な流通業務を可能にする。
“Circuit points” are, for example, objects that can be specified as geographical location information such as vending machines when performing filling operations, stores when delivering products, sales offices such as insurance products, or simply targets It is a point.
According to the business support system of the present invention, a plurality of cyclic points are attributed to a plurality of areas so that a difference in statistics in a plurality of areas becomes small. Each area can be divided fairly.
According to the business support system of the present invention, fixed points that are installed in the long term and movement points that are installed in the short term can belong to a predetermined area. This makes it possible to divide multiple fixed points and moving points into several areas and automate the work assigned to each person in charge, so a system that supports work by reducing the time and labor required for area division Can be provided. In addition, since such processing can be executed at high speed by a computer, it is possible to respond quickly to changes in the distribution form due to an increase in the number of moving points, and to enable efficient distribution work.

「統計量」は、例えば各エリアの1日あたりの作業量を示すコース数、各エリアに含まれる店舗の数、店舗あたりの平均作業時間、店舗あたりの平均月訪問回数、店舗あたりの拠点からの平均距離、店舗間距離平均、コースあたりの店舗数、総売上、店舗あたりの売上平均等、各エリアに含まれる店舗の特性を示す情報である。「それぞれのエリアにおける統計量の差が小さくなる」とは、例えば、エリア分割処理を行った際に、各エリア間の統計量の差の平均値が最も小さくなること、エリア間の統計量の差の最大値が最も小さくなること、またはこれらや個々の事情を考慮して各エリアにおける統計量がほぼ均等になると判断される場合のことである。 "Statistic" is, for example, the number of courses that indicates the amount of work per day for each area, the number of stores that are included in each area, the average working time per store, average monthly number of visits per store, from the site of per store The average distance, the average distance between stores, the number of stores per course, the total sales, the average sales per store, and the like indicate the characteristics of stores included in each area. “The difference in statistic in each area is small” means, for example, that when the area division process is performed, the average value of the statistic difference between the areas is the smallest, This is the case where the maximum value of the difference is the smallest, or the statistics in each area are judged to be almost equal in consideration of these and individual circumstances.

なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、記録媒体、コンピュータプログラムなどの間で変換したものもまた、本発明の態様として有効である。   It should be noted that any combination of the above-described constituent elements and a conversion of the expression of the present invention between a method, an apparatus, a system, a recording medium, a computer program, etc. are also effective as an aspect of the present invention.

以上、本発明によれば、巡回ポイントとして固定ポイントおよび移動ポイントを含む地域を、各エリアにおける作業量等の統計量が均等になるように複数のエリアに分割する技術を提供することができる。   As mentioned above, according to this invention, the technique which divides | segments the area containing a fixed point and a movement point into a plurality of areas so that statistics, such as a work amount in each area, may become equal may be provided.

本実施の形態は、営業区域に含まれる複数の店舗を、いずれかのエリアに帰属させ、営業区域を複数のエリアに分割するものである。それらの店舗は、固定店舗、移動店舗、イベント会場の店舗、季節店舗のいずれであってもよい。本実施の形態では、営業区域に含まれる店舗を複数の担当者で分担して巡回作業を行う場合に、全体の作業効率が上昇し、また各担当者の労力が均等となるようにエリア分割を行う。また、各担当者は、毎日、営業所などの拠点を出発点として自己の担当エリア内の店舗を回って店舗との関係強化、情報収集、セールス提案、契約、検証、および商品の補充・配達等のメンテナンス作業を行い、1日の終了時にはまた拠点に戻るという巡回作業を行うものとする。したがって、全体の作業効率を上昇させるためには、各担当者が移動する拠点−店舗間および店舗−店舗間の距離がそれぞれなるべく短くなるようにしてエリア分割を行うのが好ましい。また各担当者の労力を均等にするためには、複数のエリアにおける巡回作業の労力を調整しながらエリア分割を行うのが好ましい。   In the present embodiment, a plurality of stores included in a business area are attributed to any area, and the business area is divided into a plurality of areas. These stores may be fixed stores, mobile stores, event venue stores, or seasonal stores. In the present embodiment, when the stores included in the business area are shared by a plurality of persons in charge to perform the patrol work, the overall work efficiency is increased and the area of each person in charge is equalized. I do. In addition, each person in charge visits a store in his / her area, starting from a base such as a sales office, every day to strengthen relationships with the store, collect information, propose sales, contract, verify, and replenish and deliver products. The maintenance work such as the above is performed, and the patrol work of returning to the base again at the end of the day is performed. Therefore, in order to increase the overall work efficiency, it is preferable to divide the area so that the distance between the base where the person in charge moves and the distance between the shop and the shop are as short as possible. Further, in order to equalize the labor of each person in charge, it is preferable to divide the area while adjusting the labor of the patrol work in a plurality of areas.

図1は、第1の実施の形態に係るエリアシミュレータ装置100の構成図である。店舗情報記憶部T3は、移動ポイント記憶部710と固定ポイント記憶部712とを有する。移動ポイント記憶部710は、季節に応じて設けられる季節店舗、コンサートなどのイベント会場に設けられる店舗、および頻繁に移動を繰り返す移動店舗に関する情報を保持する。固定ポイント記憶部712は、固定的に存在する店舗に関する情報を保持する。以下、移動ポイント記憶部710に店舗情報が保持され、短期間設置される店舗を移動ポイントと表現し、固定ポイント記憶部712に店舗情報が保持され、固定的に設置される店舗を固定ポイントと表現する。また、移動ポイントおよび固定ポイントを総称して、巡回ポイントと表現する。   FIG. 1 is a configuration diagram of an area simulator apparatus 100 according to the first embodiment. The store information storage unit T3 includes a movement point storage unit 710 and a fixed point storage unit 712. The movement point storage unit 710 holds information regarding seasonal stores provided according to the season, stores provided at event venues such as concerts, and mobile stores that frequently move. The fixed point storage unit 712 holds information related to stores that exist in a fixed manner. Hereinafter, store information is stored in the movement point storage unit 710 and stores that are installed for a short period of time are expressed as movement points. Store information that is stored in the fixed point storage unit 712 and is fixedly installed is referred to as fixed points. Express. In addition, the movement point and the fixed point are collectively referred to as a traveling point.

移動計画記憶部T8は、移動ポイントの設置期間や設置場所などを含む移動計画を保持する。指示部700は、移動計画記憶部T8に保持される移動計画に基づいて、エリア分割処理を実行するタイミングを分割処理部115に指示する。指示部700は、エリア分割処理の対象として、設置後の移動ポイントが含まれるように、移動ポイントが設置される期間に応じて、エリア分割処理の実行タイミングを制御する。   The movement plan storage unit T8 holds a movement plan including an installation period and an installation location of the movement point. The instruction unit 700 instructs the division processing unit 115 to execute the area division processing based on the movement plan held in the movement plan storage unit T8. The instruction unit 700 controls the execution timing of the area division process according to the period during which the movement point is installed so that the movement point after installation is included as the target of the area division process.

移動計画に従って計画的に設置される移動ポイントを、固定ポイントと同様にエリア分割の対象とするためには、移動ポイントの設置期間に合わせて、エリア分割処理を行う必要がある。つまり、移動ポイントも固定ポイントと同様に、ある時点においては存在場所が定まる。そこで、移動計画に基づいて、移動ポイントが存在する時期を特定し、その時期に合わせてエリア分割処理を実行する。これにより、移動ポイントも含んだかたちでエリア分割が可能になり、そうした各エリアにおける主に距離的な面から算出される担当者の作業量がほぼ均一にすることができる。また、移動ポイントの移動計画は多数存在するため、その移動計画に応じて頻繁に処理を行うことになる。エリア分割処理を実行する時間間隔を短くし、定期的に実行することも可能であるが、移動ポイントの設置期間に基づいて、実行時期を決めることが適切である。   In order to make a movement point that is systematically installed in accordance with a movement plan an object of area division like a fixed point, it is necessary to perform area division processing according to the installation period of the movement point. In other words, the location of the moving point is determined at a certain point in time, similar to the fixed point. Therefore, the time when the moving point exists is specified based on the moving plan, and the area division processing is executed in accordance with the time. This makes it possible to divide the area including the moving points, and the work amount of the person in charge calculated mainly from the distance aspect in each area can be made substantially uniform. In addition, since there are a large number of movement plans for movement points, processing is frequently performed according to the movement plans. Although it is possible to shorten the time interval for executing the area division processing and to execute it periodically, it is appropriate to determine the execution time based on the installation period of the moving point.

例えば、移動ポイントが存在しない場合、すなわち固定ポイントのみが存在する場合、指示部700は、4半期に一度程度のように比較的長い間隔でエリア分割処理の実行を指示する。移動ポイントが存在する場合、その移動ポイントの種類や設置期間に応じて、比較的短い間隔でエリア分割処理の実行を指示する。   For example, when there is no moving point, that is, when there is only a fixed point, the instruction unit 700 instructs the execution of area division processing at a relatively long interval, such as once every quarter. When there is a moving point, the execution of area division processing is instructed at a relatively short interval according to the type of the moving point and the installation period.

分割処理部115は、指示部700からの指示を契機に、店舗情報記憶部T3に保持された各巡回ポイントをいずれかのエリアに帰属させるエリア分割処理を実行する。分割処理部115は、例えば各ポイント間の移動経路をMST(Minimum Spanning Tree)等の既知の経路算出手法を利用して算出し、主に距離的な観点から各エリアにおける担当者の作業量が略均一になるようにエリア分割処理を行う。エリア分割処理を完了した後、分割処理部115は、エリア毎に帰属した巡回ポイントのリストを経路策定部702に出力する。経路策定部702は、分割処理部115から供給されたリストに基づいて、そのリストに含まれる巡回ポイントを一巡するための経路を、例えばMST等の既知の手法を利用して策定する。そして、経路策定部702は、策定した経路情報を各エリアの巡回作業の担当者に提供する。   In response to an instruction from the instruction unit 700, the division processing unit 115 executes an area division process in which each traveling point held in the store information storage unit T3 belongs to any area. For example, the division processing unit 115 calculates a movement route between each point using a known route calculation method such as MST (Minimum Spanning Tree), and the work amount of the person in charge in each area is mainly from a distance viewpoint. Area division processing is performed so as to be substantially uniform. After completing the area division processing, the division processing unit 115 outputs a list of cyclic points belonging to each area to the route formulation unit 702. Based on the list supplied from the division processing unit 115, the route formulation unit 702 formulates a route for making a round of the tour points included in the list using a known method such as MST. The route formulation unit 702 provides the formulated route information to the person in charge of the patrol work in each area.

図2は、エリア分割処理の手順を示すフローチャートである。まず、エリア分割の処理に必要な各種データの登録が行われる(S10)。次に、移動計画に基づいて、エリア分割処理を実行するタイミングを決定する(S12)。そして、エリア分割処理の対象となる店舗の選出が行われる(S14)。つづいて、エリア分割に必要なパラメータの設定が行われる(S16)。次いで、営業地域に設けるエリア数の設定(S18)や各エリアにおける起点となるシードの設定(S20)等の初期設定が行われる。「シード」とは、エリア分割をする際に各エリアにおける起点となる店舗のことである。つづいて、シードを起点としたエリア分割が行われる(S22)。エリア分割は、平面的に行われるだけでなく、例えば高層ビル内部の店舗などを対象にして立体的にも行われてもよい。その後、エリア分割の結果が表示され、評価および調整が行われる(S24)。   FIG. 2 is a flowchart showing the procedure of area division processing. First, various data necessary for area division processing is registered (S10). Next, the timing for executing the area division process is determined based on the movement plan (S12). Then, a store to be subjected to area division processing is selected (S14). Subsequently, parameters necessary for area division are set (S16). Next, initial settings such as setting of the number of areas provided in the business area (S18) and setting of seeds as starting points in each area (S20) are performed. The “seed” is a store that is a starting point in each area when the area is divided. Subsequently, area division is performed starting from the seed (S22). The area division may be performed not only in a plane but also in a three-dimensional manner for a store in a high-rise building, for example. Thereafter, the result of area division is displayed, and evaluation and adjustment are performed (S24).

図3は、図2に示した手順を模式的に示した図である。エリア分割処理に先立ち、地図情報データ、拠点情報データ、店舗情報データ、移動計画データ等の各種データを登録しておく。つづいて、登録された移動計画データに基づいて、エリア分割処理を実行するタイミングを決定する。そして、そのタイミングになった場合、登録された各種データに基づき、画面上に地図情報およびその地図情報上の対応する位置に拠点および店舗がポイントとしてマッピングされる。ここで、エリア分割は、店舗情報データが登録された全ての店舗を対象として行うこともできるが、所定の条件に合致する店舗のみを対象として行うこともできる。所定の条件に合致する店舗のみを対象としてエリア分割を行う場合、所定の条件が入力され、その条件に合致する店舗が地図情報上の対応する位置にポイントとしてマッピングされる。また、エリア分割に必要なパラメータの設定および初期設定が行われる。   FIG. 3 is a diagram schematically showing the procedure shown in FIG. Prior to the area division processing, various data such as map information data, base information data, store information data, and movement plan data are registered. Subsequently, the timing for executing the area division process is determined based on the registered movement plan data. At that timing, the base and the store are mapped as points on the map information and corresponding positions on the map information based on the various registered data. Here, the area division can be performed for all stores in which the store information data is registered, but can also be performed for only stores that meet a predetermined condition. When area division is performed only for stores that match a predetermined condition, the predetermined condition is input, and stores that match the condition are mapped as points at corresponding positions on the map information. In addition, parameters necessary for area division and initial settings are performed.

パラメータおよび初期設定に基づき、エリア分割エンジンによりエリア毎に統計量が算出され、営業地域がエリア分割される。つづいて、画面上に地図情報およびエリアの分割状態がマッピングされる。同時に、エリア別の統計量が一覧表示される。エリア別の統計量に基づき、必要に応じてパラメータの再設定が手動または自動で行われ、再度エリア分割が行われる。また、ユーザは表示された情報に基づき、手動により各エリアに帰属させる店舗のポイント付け替え作業を行うこともできる。以上の処理により、エリア分割データが作成され、このデータは記憶される。そして、エリア毎に店舗を巡回する経路が策定される。   Based on the parameters and the initial settings, statistics are calculated for each area by the area division engine, and the business area is divided into areas. Subsequently, map information and area division states are mapped on the screen. At the same time, the statistics for each area are listed. Based on the statistics for each area, parameter resetting is performed manually or automatically as necessary, and area division is performed again. In addition, the user can manually perform a point reassignment operation for a store to be attributed to each area based on the displayed information. Through the above processing, area division data is created, and this data is stored. And the route which goes around a store for every area is formulated.

詳細は後述するがエリア分割エンジンは、主に、店舗の選択処理、エリア毎の統計量の算出処理、エリアへの店舗の帰属処理を繰り返し、シードから徐々にエリアを拡大するという手法でエリア分割を行う。本実施の形態は、担当者の作業量が均等になるようにエリアを分割することを目的とする。このため、以下の説明でいう統計量は、特に説明しないかぎり担当者の移動距離をベースとして算出される作業量を示す。他の形態では、エリア分割の目的に応じて任意に統計量を設定してもよい。   Although details will be described later, the area division engine mainly repeats the store selection process, the statistics calculation process for each area, and the store attribution process to the area, and gradually expands the area from the seed. I do. The purpose of this embodiment is to divide the area so that the work amount of the person in charge is equal. For this reason, the statistic in the following description indicates the amount of work calculated based on the movement distance of the person in charge unless otherwise specified. In another form, a statistic may be arbitrarily set according to the purpose of area division.

図4は、図2のエリアシミュレータ装置100による表示画面300の一例を示す図である。エリア画面302は、店舗の位置を地図に重ねて表示するための画面であり、それぞれの店舗は該当する位置に店舗アイコン303としてマッピングされる。また、店舗アイコン303は、固定ポイントと移動ポイントとを直観的に認識できるように別々の形状であってもよい。このような、表示を行うことでユーザは、店舗の分布状況を視覚的に確認できるとともに、それらの店舗が移動ポイントなのか固定ポイントなのかを直観的に把握できる。縮尺指示コンポーネント301は、エリア画面302に表示する領域の範囲を指定するためのコンポーネントであり、指定された縮尺の地図が表示され、その地図の縮尺に連動して店舗アイコン303の位置も調節される。   FIG. 4 is a diagram showing an example of the display screen 300 by the area simulator apparatus 100 of FIG. The area screen 302 is a screen for displaying the position of a store on a map, and each store is mapped as a store icon 303 at the corresponding position. Further, the store icon 303 may have different shapes so that the fixed point and the movement point can be intuitively recognized. By performing such display, the user can visually check the distribution status of the stores and intuitively understand whether the stores are movement points or fixed points. The scale instruction component 301 is a component for designating the range of the area to be displayed on the area screen 302. A map of the designated scale is displayed, and the position of the store icon 303 is adjusted in conjunction with the scale of the map. The

図5は、拡大エリア画面304の一例を示す図である。この図は、図4の縮尺指示コンポーネント301を操作して、特定の地域を拡大表示した場合の一例を示している。固定ポイントアイコン312は、例えば特定商品の販売のために許認可を必要とする店舗や長期的に存在することを前提とされた店舗である固定ポイントを示す。固定ポイントとしての店舗は、建造物にひとつ存在していてもよいし、複数存在してもよい。移動ポイントアイコン310は、例えば「海の家」など季節毎に設置される店舗、コンサート会場などに一時的に設置される店舗、車などの移動手段に設置され短期間で移動を繰り返す移動店舗などの移動ポイントを示す。補足情報表示領域306は、カーソル308で指示されたアイコンに対応する巡回ポイントに関する、例えば建造物名称、建造物内部の店舗数、店舗の種類、設置期間などの補足的な情報を表示するための領域である。このように、巡回ポイントの種類に応じてアイコンの形状を変えることで、ユーザは直観的に配送に必要な労力や、時間、収容店舗数などを把握できる。他の例では、建造物内の店舗数や建造物内の高さ方向の移動量に応じてアイコンの大きさや色などを変えてもよい。また、配送用のトラックの駐車スペースの有無や、建造物内部におけるエレベータ、エスカレータの有無なども直観的にわかるようにしてもよい。更に、移動ポイントが設置されるまでの残り日数や、移動ポイントが取り除かれるまでの残り日数に応じて、アイコンの形状や色を変えてもよい。   FIG. 5 is a diagram illustrating an example of the enlarged area screen 304. This figure shows an example when a specific area is enlarged and displayed by operating the scale instruction component 301 of FIG. The fixed point icon 312 indicates, for example, a fixed point that is a store that requires permission for sale of a specific product or a store that is assumed to exist for a long time. One store as a fixed point may exist in the building, or a plurality of stores may exist. The movement point icon 310 is, for example, a store installed every season such as “Umi no Ie”, a store temporarily installed in a concert venue, a mobile store installed in a moving means such as a car, etc. Indicates the movement point. The supplementary information display area 306 is for displaying supplementary information such as the name of the building, the number of stores inside the building, the type of store, the installation period, and the like regarding the traveling point corresponding to the icon designated by the cursor 308. It is an area. In this way, by changing the shape of the icon according to the type of patrol point, the user can intuitively grasp the labor required for delivery, time, the number of stores, and the like. In another example, the size and color of the icon may be changed according to the number of stores in the building and the amount of movement in the height direction in the building. In addition, the presence / absence of a parking space for a delivery truck, the presence / absence of an elevator and an escalator in a building, and the like may be intuitively understood. Furthermore, the shape and color of the icon may be changed according to the number of days remaining until the moving point is installed and the number of days remaining until the moving point is removed.

図6は、図2のエリアシミュレータ装置100の詳細な構成図である。エリアシミュレータ装置100の各構成要素は、任意のコンピュータのCPU、メモリ、メモリにロードされた本図の構成要素を実現するプログラム、そのプログラムを格納するハードディスクなどの記憶ユニットを中心にハードウエアとソフトウエアの任意の組合せによって実現されるが、その実現方法、装置、システムにはいろいろな変形例があることは、当業者には理解されるところである。以下説明する各図は、ハードウエア単位の構成ではなく、機能単位の構成を示している。エリアシミュレータ装置100は、表示処理部108と、パラメータ設定部110と、初期設定部114と、分割処理部115と、条件入力受付部154と、店舗選出部156と、指示部700と、経路策定部702と、地図情報記憶部T1と、拠点情報記憶部T2と、店舗情報記憶部T3と、パラメータ記憶部T4と、初期設定記憶部T5と、エリア分割情報記憶部T6と、ロジック記憶部T7と、移動計画記憶部T8とを有する。分割処理部115は、候補選択処理部116および分割制御部400を有する。   FIG. 6 is a detailed configuration diagram of the area simulator apparatus 100 of FIG. Each component of the area simulator apparatus 100 includes hardware and software centering on a storage unit such as a CPU, a memory of the arbitrary computer, a program for realizing the components of the figure loaded in the memory, and a hard disk for storing the program. Those skilled in the art will understand that there are various variations in the implementation method, apparatus, and system, which are realized by any combination of the wears. Each of the drawings described below shows a functional unit configuration, not a hardware unit configuration. The area simulator apparatus 100 includes a display processing unit 108, a parameter setting unit 110, an initial setting unit 114, a division processing unit 115, a condition input receiving unit 154, a store selection unit 156, an instruction unit 700, and a route formulation. Unit 702, map information storage unit T1, base information storage unit T2, store information storage unit T3, parameter storage unit T4, initial setting storage unit T5, area division information storage unit T6, and logic storage unit T7 And a movement plan storage unit T8. The division processing unit 115 includes a candidate selection processing unit 116 and a division control unit 400.

地図情報記憶部T1は、分割の対象となる営業地域の地図情報データを記憶する。拠点情報記憶部T2は、拠点情報データを記憶する。拠点情報データは、拠点の識別コード、拠点の名称、拠点の位置(緯度および経度、またはX座標およびY座標)等を含む。ここで、拠点とは、例えばその営業地域における営業所である。店舗情報記憶部T3は、図2の移動ポイント記憶部710および固定ポイント記憶部712を有し、移動ポイントにおける店舗情報ならびに固定ポイントにおける店舗情報を記憶する。移動計画記憶部T8は、移動ポイント毎に移動計画を記憶する。   The map information storage unit T1 stores map information data of business areas to be divided. The base information storage unit T2 stores base information data. The base information data includes a base identification code, a base name, a base position (latitude and longitude, or X coordinate and Y coordinate), and the like. Here, the base is, for example, a sales office in the business area. The store information storage unit T3 includes the movement point storage unit 710 and the fixed point storage unit 712 in FIG. 2, and stores store information at the movement point and store information at the fixed point. The movement plan storage unit T8 stores a movement plan for each movement point.

図7は、店舗情報記憶部T3のデータ構造の一例を示す図である。拠点コード欄450は、拠点の識別情報を保持する。店舗コード欄452は、店舗の識別情報を保持する。建造物コード欄454は、店舗が存在する建造物の識別情報を保持する。本図では、「0125」のように文字列が保持されている場合、固定的な建造物が存在することを示す。「−」は、移動ポイントであり固定的な建造物が存在していないことを示す。属性欄457は、巡回ポイントの属性を特定する情報を保持する。本図では、「固定」は、固定ポイントを示し、「イベント」はイベント会場に設置される店舗を示す。また、「季節」は季節店舗を示し、「移動」は移動店舗を示す。   FIG. 7 is a diagram illustrating an example of a data structure of the store information storage unit T3. The base code column 450 holds base identification information. The store code column 452 holds store identification information. The building code column 454 holds identification information of the building where the store exists. In this figure, when a character string is held like “0125”, it indicates that a fixed building exists. “-” Indicates that there is no fixed building as a moving point. The attribute column 457 holds information for specifying the attribute of the tour point. In this figure, “fixed” indicates a fixed point, and “event” indicates a store installed at the event venue. “Season” indicates a seasonal store, and “move” indicates a mobile store.

位置情報欄458は、巡回ポイントである店舗の位置情報を保持する。この位置情報は、例えば、経度、緯度および高度により表現されていてもよいし、建築物毎に定義される座標値で表現されていてもよいし、拠点に対する相対的な位置として表現されていてもよい。位置情報の表現形態は、シミュレーションに利用できる形態であれば任意でよい。作業時間欄462は、店舗における1回あたりの作業時間を保持する。これらのデータ以外に、店舗情報記憶部T3は、店舗の名称、月売上(円)、商品毎の月販売量(個)、月訪問回数、拠点からの移動速度(km/時間)、店舗間移動速度(km/時間)等、統計量を算出するために必要な情報を含む。店舗情報記憶部T3は、さらに、店舗の種類、チェーン店やフランチャイズチェーン等のグループ分類、取扱商品、取引年数等、エリア分割処理の対象となる店舗を選出するために必要な情報を含むこともできる。取扱商品としては、例えば酒、薬等の販売資格が必要な商品についての情報を含むことができる。   The position information column 458 holds position information of a store that is a traveling point. This position information may be expressed by, for example, longitude, latitude, and altitude, may be expressed by coordinate values defined for each building, or expressed as a relative position with respect to the base. Also good. The expression form of the position information may be arbitrary as long as it can be used for simulation. The work time column 462 holds the work time per time in the store. In addition to these data, the store information storage unit T3 stores the store name, monthly sales (yen), monthly sales volume for each product (pieces), the number of monthly visits, travel speed from the base (km / hour), and between stores Information necessary for calculating a statistic such as a moving speed (km / hour) is included. The store information storage unit T3 may further include information necessary for selecting stores subject to area division processing, such as store types, group classifications such as chain stores and franchise chains, products handled, and transaction years. it can. As handling goods, information about goods which require sales qualifications, such as alcohol and medicine, can be included, for example.

図8は、図6の移動計画記憶部T8のデータ構造の一例を示す図である。店舗コード欄750は、移動ポイントを特定する店舗コードを保持する。この店舗コードにより、図6の店舗情報記憶部T3と移動計画記憶部T8とのリレーションが張られる。設置時期欄752は、移動ポイントの設置時期を保持する。設置場所欄754は、移動店舗の設置場所を特定する情報を、図7を用いて説明した位置情報欄458と同様の形式で保持する。店舗属性欄756は、移動店舗の属性を特定する情報を保持する。本図で、例えば店舗コード「aa」で特定される移動ポイントは、季節店舗であり、「2003年7月1日から2003年8月31日」の間、「Xaa、Yaa」で特定される位置に設置される。このようなデータ構造を有することにより、詳細は後述するが、図2の指示部700は分割処理を実行するタイミングを指定することができる。更に、図5を用いて説明したように巡回ポイントの種類に応じてアイコンの形状を変えることが可能になる。 FIG. 8 is a diagram illustrating an example of a data structure of the movement plan storage unit T8 of FIG. The store code column 750 holds a store code that specifies a movement point. With this store code, a relationship is established between the store information storage unit T3 and the movement plan storage unit T8 in FIG. The installation time column 752 holds the installation time of the movement point. The installation location column 754 holds information specifying the installation location of the mobile store in the same format as the location information column 458 described with reference to FIG. The store attribute column 756 holds information specifying the attribute of the mobile store. In this figure, for example, the movement point specified by the store code “aa” is a seasonal store, and is specified by “X aa , Y aa ” between “July 1, 2003 and August 31, 2003”. It is installed at the position to be. By having such a data structure, the details will be described later, but the instruction unit 700 in FIG. 2 can designate the timing for executing the division processing. Furthermore, as described with reference to FIG. 5, the icon shape can be changed according to the type of the tour point.

図6に戻り、条件入力受付部154は、ユーザからエリア分割処理の対象となる店舗を選出するための条件の入力を受け付ける。店舗選出部156は、店舗情報記憶部T3を参照して条件入力受付部154が受け付けた条件に基づきエリア分割処理の対象となる店舗を選出する。後述の候補選択処理部116は、店舗選出部156が選出した店舗の中からいずれかのエリアに帰属させる店舗を選択する。表示処理部108は、例えば図4および図5を用いて説明した表示画面等の各種データを表示部107に表示する処理を行う。   Returning to FIG. 6, the condition input receiving unit 154 receives an input of a condition for selecting a store to be subjected to the area division process from the user. The store selection unit 156 selects a store to be subjected to area division processing based on the conditions received by the condition input reception unit 154 with reference to the store information storage unit T3. The candidate selection processing unit 116 described later selects a store to be attributed to any area from the stores selected by the store selection unit 156. The display processing unit 108 performs processing for displaying various data such as the display screen described with reference to FIGS. 4 and 5 on the display unit 107, for example.

パラメータ設定部110は、営業地域をエリア分割するために必要なパラメータの設定を受け付ける。パラメータは、各担当者の1日の標準作業時間、各店舗での標準作業時間、店舗間の標準移動速度、拠点と店舗間の標準移動速度、距離倍率、店舗取得制限距離等を含む。パラメータ記憶部T4は、これらのパラメータを記憶する。初期設定部114は、営業地域をエリア分割するために必要な初期設定を行う。初期設定部114は、ユーザから、シード設定方法の選択、エリア数、ウェイト設定、および組合せ指定等を受け付ける。   The parameter setting unit 110 receives parameter settings necessary to divide the business area. The parameters include the daily standard work time of each person in charge, the standard work time at each store, the standard travel speed between stores, the standard travel speed between bases and stores, distance magnification, store acquisition limit distance, and the like. The parameter storage unit T4 stores these parameters. The initial setting unit 114 performs initial settings necessary for dividing the business area into areas. The initial setting unit 114 receives selection of a seed setting method, the number of areas, weight setting, combination specification, and the like from the user.

図9は、図6の初期設定部114の内部構成図である。初期設定部114は、シード設定部122と、組合せ指定受付部132と、ウェイト設定受付部134と、終了条件設定受付部135とを有する。シード設定部122は、シード設定方法受付部124と、シード設定受付部126と、エリア数設定受付部128と、シード選択部130とを有する。   FIG. 9 is an internal block diagram of the initial setting unit 114 of FIG. The initial setting unit 114 includes a seed setting unit 122, a combination designation receiving unit 132, a weight setting receiving unit 134, and an end condition setting receiving unit 135. The seed setting unit 122 includes a seed setting method reception unit 124, a seed setting reception unit 126, an area number setting reception unit 128, and a seed selection unit 130.

本実施の形態において、例えば分割の対象となる営業地域を4つに分割する場合、4つのシードが設定される。シード設定部122は、複数の店舗の中からシードとなる店舗を選択する。シード設定方法受付部124は、シード設定方法として、手動または自動の選択を受け付ける。シード設定方法受付部124が、シード設定方法として手動を受け付けた場合、シード設定受付部126は、ユーザからのシードの設定の入力を受け付ける。また、シード設定方法受付部124が、シード設定方法として自動を受け付けた場合、エリア数設定受付部128は、ユーザからエリア数の設定を受け付ける。そしてシード選択部130は、エリア数設定受付部128で設定された数のシードを自動的に選択する。シードの自動設定方法については種々の方法があるが、例えばシード選択部130は、各エリアにおける複数の巡回ポイントとシードとの距離が、できるかぎり均等に長くなるようにシードを設定する。   In the present embodiment, for example, when the business area to be divided is divided into four, four seeds are set. The seed setting unit 122 selects a store to be a seed from a plurality of stores. The seed setting method reception unit 124 receives manual or automatic selection as a seed setting method. When the seed setting method reception unit 124 receives manual as the seed setting method, the seed setting reception unit 126 receives an input of seed setting from the user. When the seed setting method receiving unit 124 receives automatic as the seed setting method, the area number setting receiving unit 128 receives the setting of the number of areas from the user. The seed selection unit 130 automatically selects the number of seeds set by the area number setting reception unit 128. There are various seed setting methods. For example, the seed selection unit 130 sets the seed so that the distances between the plurality of traveling points and the seeds in each area are as long as possible.

組合せ指定受付部132は、複数の店舗のなかで、同じエリアに分割する店舗の組合せの指定をユーザから受け付ける。ユーザは、例えば同じビル内にある店舗や同一担当者が巡回することが好ましいような店舗について、組合せ指定を行うことができる。例えば、この処理により、店舗コードと建造物コードとが対応付けられてもよい。これにより、各担当者が効率よく作業を行うことができる。ユーザは画面上にマッピングされた店舗のポイントを参照にして組合せ指定を行うこともでき、また店舗情報記憶部T3を参照して組合せ指定を行うこともできる。   The combination designation receiving unit 132 receives, from the user, designation of a combination of stores to be divided into the same area among a plurality of stores. For example, the user can specify a combination for a store in the same building or a store that is preferably visited by the same person in charge. For example, a store code and a building code may be associated by this process. Thereby, each person in charge can work efficiently. The user can specify the combination with reference to the store points mapped on the screen, or can specify the combination with reference to the store information storage unit T3.

ウェイト設定受付部134は、シード設定部122により設定されたシードをそれぞれ起点として設定された複数のエリアにおける統計量を算出する際に、統計量に加えるウェイトの設定を受け付ける。「ウェイト」は、一般に「重み付け」と言われているものであり、例えば店舗間を移動する場合に、曲がりくねった道や、複雑に入り組んだ道、混雑の激しい道を通ることが多々ある。こうした、営業地域ごとの地域特性をウェイトとして統計量の算出に加えることで、より精度の高い算出が可能になる。   The weight setting accepting unit 134 accepts the setting of weights to be added to the statistics when calculating the statistics in a plurality of areas each set with the seed set by the seed setting unit 122 as a starting point. The “weight” is generally referred to as “weighting”. For example, when moving between stores, there are many cases of passing through a winding road, a complicated road, and a road with heavy congestion. By adding such regional characteristics for each business area as weights to the calculation of statistics, it becomes possible to calculate with higher accuracy.

終了条件設定受付部135は、エリア分割処理を終了させるための条件の設定を受け付ける。終了条件としては、例えば、(i)全ての店舗がいずれかのエリアに属するようになったとき、(ii)店舗がいずれかのエリアに取得される処理が所定回数行われたとき、(iii)各エリアにおける統計量の差が所定の範囲内となったとき、または(i)〜(iii)を適宜組み合わせた条件が満たされたときとすることができる。   The end condition setting accepting unit 135 accepts setting of a condition for ending the area division process. As an end condition, for example, (i) when all stores come to belong to any area, (ii) when processing for acquiring stores in any area is performed a predetermined number of times, (iii) ) When the difference in statistics in each area falls within a predetermined range, or when the conditions appropriately combining (i) to (iii) are satisfied.

図6に戻り、初期設定記憶部T5は、初期設定部114により設定された設定値を記憶する。図10は、初期設定記憶部T5のデータ構造の一例を示す図である。店舗コード欄500は、店舗コードを保持する。シード欄502は、シードか否かを指定する情報を保持する。本図では、シード欄502は、エリアを特定する情報を保持し、そのエリアのシードであることを意味する。例えば、本図では店舗コード「e」の店舗は、第2エリアのシードである。ウェイト欄504は、ウェイトを保持する。組合せ欄506は、組み合わせて選択する店舗の店舗コードを保持する。本図では、店舗コード「c」の店舗および店舗コード「d」の店舗は、組合せ指定がされている。これにより、店舗コード「c」の店舗および店舗コード「d」の店舗のいずれかが、いずれかのエリアに取得される場合、店舗コード「c」の店舗および店舗コード「d」の店舗の他方も同時にそのエリアに取得される。   Returning to FIG. 6, the initial setting storage unit T <b> 5 stores the setting value set by the initial setting unit 114. FIG. 10 is a diagram illustrating an example of a data structure of the initial setting storage unit T5. The store code column 500 holds store codes. The seed field 502 holds information that specifies whether or not it is a seed. In this figure, the seed column 502 holds information for specifying an area, and means that it is a seed of the area. For example, in the figure, the store with the store code “e” is the seed of the second area. The weight column 504 holds a weight. The combination column 506 holds store codes of stores to be selected in combination. In this figure, the combination of the store with the store code “c” and the store with the store code “d” is designated. As a result, when one of the store of the store code “c” and the store of the store code “d” is acquired in any area, the other of the store of the store code “c” and the store of the store code “d” Is also acquired in that area at the same time.

図6に戻り、管理部704は、ユーザから移動ポイントにおける移動計画の登録、変更、削除などを受け付け、移動計画を管理する。移動計画を新規に登録することを受け付けた場合、管理部704は、移動計画を移動計画記憶部T8に格納する。また、ユーザから変更や削除の指示を受け付けた場合、管理部704は移動計画記憶部T8に格納されている移動計画に対して変更や削除処理を施す。   Returning to FIG. 6, the management unit 704 receives registration, change, deletion, and the like of the movement plan at the movement point from the user, and manages the movement plan. When receiving the registration of a new movement plan, the management unit 704 stores the movement plan in the movement plan storage unit T8. In addition, when an instruction for change or deletion is received from the user, the management unit 704 performs a change or deletion process on the movement plan stored in the movement plan storage unit T8.

指示部700は移動計画記憶部T8に基づいて、分割処理を実行するタイミングを分割処理部115に指示する。指示部700は、移動計画記憶部T8に保持されている移動計画の内容に基づいて、分割処理を実行するタイミングを決定する。指示部700は、まず、移動計画が移動計画記憶部T8に保持されているか否かを判断する。そして、移動計画が移動計画記憶部T8に保持されていない場合、すなわち移動ポイントが存在しない場合、指示部700は、四半期に一度程度の間隔でエリア分割処理を実行することを分割処理部115に指示する。   The instruction unit 700 instructs the division processing unit 115 to execute the division processing based on the movement plan storage unit T8. The instruction unit 700 determines the timing for executing the division process based on the contents of the movement plan held in the movement plan storage unit T8. The instruction unit 700 first determines whether or not the movement plan is held in the movement plan storage unit T8. When the movement plan is not held in the movement plan storage unit T8, that is, when there is no movement point, the instruction unit 700 instructs the division processing unit 115 to execute the area division processing at intervals of about once a quarter. Instruct.

また、移動計画が移動計画記憶部T8に保持されている場合、すなわち移動ポイントが存在する場合、指示部700は、移動計画に応じてエリア分割処理を実行するタイミングを決定する。例えば、季節店舗の移動計画が保持されている場合、指示部700は季節毎に分割処理を実行することを分割処理部115に指示する。また、イベント会場の店舗や、移動店舗の移動計画が保持されている場合、指示部700は、例えば月単位、日単位、日時毎にエリア分割処理を実行するタイミングを決定する。つまり、固定ポイントのみの場合、エリア分割の対象となる固定ポイントは、半永久的に同じ位置に存在するので、エリア分割処理を行うタイミングが何時であっても帰属されるエリアは同一になる。しかしながら、移動計画に基づいて設置場所が変わる移動ポイントの場合、エリア分割処理を行うタイミングに応じて帰属されるエリアが異なってくる。そのため、指示部700は、移動計画に応じて、エリア分割処理を行うタイミングを決定し、分割処理部115に指示する。   When the movement plan is held in the movement plan storage unit T8, that is, when there is a movement point, the instruction unit 700 determines the timing for executing the area division process according to the movement plan. For example, when a seasonal store movement plan is held, the instruction unit 700 instructs the division processing unit 115 to execute the division processing for each season. In addition, when the event venue store or the movement plan of the mobile store is held, the instruction unit 700 determines the timing for executing the area division processing, for example, for each month, each day, and each date. That is, in the case of only fixed points, the fixed points that are subject to area division exist at the same position semi-permanently, so the assigned areas are the same regardless of when the area division processing is performed. However, in the case of a movement point whose installation location changes based on the movement plan, the area to which the area belongs depends on the timing at which the area division processing is performed. Therefore, the instruction unit 700 determines the timing for performing the area division processing according to the movement plan, and instructs the division processing unit 115.

例えば、エリアシミュレータ装置100が常に動作しており、指示部700からの指示に応じてリアルタイムでエリア分割処理を行う場合、指示部700はエリア分割処理を行うべき時間になったときに、分割処理部115に分割処理の実行を指示してもよい。また、エリアシミュレータ装置100が所定の期間におけるエリア分割を一時に前もって行う場合、指示部700は、日時に関する情報を分割処理部115に供給し、分割処理部115は、その日時におけるエリア分割処理を実行してもよい。   For example, when the area simulator apparatus 100 is always operating and performing area division processing in real time in response to an instruction from the instruction unit 700, the instruction unit 700 performs the division process when it is time to perform the area division processing. The unit 115 may be instructed to execute the division process. In addition, when the area simulator device 100 performs area division in a predetermined period at a time in advance, the instruction unit 700 supplies information related to date and time to the division processing unit 115, and the division processing unit 115 performs area division processing on the date and time. May be executed.

分割処理部115は、指示部700に指示されたタイミングもしくは日時に存在する巡回ポイントを対象として、初期設定部114にて設定された各シードを起点として、分割対象の営業地域のエリア分割を行う。候補選択処理部116は、店舗選出部156に選出された巡回ポイントの中から、指示部700に指示された時点で実際に存在する巡回ポイントを対象として、各エリアについて、それぞれそのエリアのシードから近い位置にある巡回ポイントすなわち店舗をそのエリアに分類する候補として選択する。分割制御部400は、各エリアの統計量が最も均等に近づくように、いずれかのエリアに候補の店舗を帰属させる。   The division processing unit 115 performs area division of the business area to be divided, starting from each seed set by the initial setting unit 114, with the traveling points existing at the timing or date and time instructed by the instruction unit 700 as targets. . Candidate selection processing unit 116 targets each traveling point that actually exists at the time pointed to by instruction unit 700 from the traveling points selected by store selection unit 156, from the seed of that area. A tour point at a close position, that is, a store is selected as a candidate to be classified into the area. The division control unit 400 causes candidate stores to belong to any of the areas so that the statistics of the respective areas are closest to each other.

図11は、分割制御部400の内部構成図である。特定部402は、候補選択処理部116が選択した店舗の店舗コードを受け付ける。特定部402は、店舗情報記憶部T3を参照してその店舗コードに対応付けられた店舗の属性、位置情報、作業時間等の店舗情報を読み込む。指示部404は、店舗情報に応じて、統計量の算出処理を行うことを統計量算出部720に指示する。   FIG. 11 is an internal configuration diagram of the division control unit 400. The specifying unit 402 receives the store code of the store selected by the candidate selection processing unit 116. The specifying unit 402 refers to the store information storage unit T3 and reads store information such as store attributes, location information, and work hours associated with the store code. The instruction unit 404 instructs the statistic calculation unit 720 to perform a statistic calculation process according to the store information.

候補帰属処理部410は、統計量算出部720により算出された統計量を利用して、エリア別の統計量が全エリアにおいてほぼ均等となるように、候補の店舗を順次各エリアに帰属させていく。調整受付部412は、候補選択処理部116、統計量算出部720および候補帰属処理部410によるエリア分割が行われた後、ユーザからの各エリアに属する店舗付け替え等の調整を受け付ける。調整受付部412がユーザからの調整を受け付けると、統計量算出部720は再び各エリアの統計量を算出する。その結果、調整による変化量が許容範囲内であれば、調整受付部412は調整を許可する。   The candidate attribution processing unit 410 uses the statistic calculated by the statistic calculating unit 720 to sequentially assign candidate stores to each area so that the statistic for each area is substantially equal in all areas. Go. The adjustment receiving unit 412 receives adjustments such as store replacement belonging to each area from the user after the area is divided by the candidate selection processing unit 116, the statistic calculation unit 720, and the candidate attribution processing unit 410. When the adjustment reception unit 412 receives an adjustment from the user, the statistic calculation unit 720 calculates the statistic of each area again. As a result, if the amount of change due to the adjustment is within an allowable range, the adjustment receiving unit 412 permits the adjustment.

図12は、図6のロジック記憶部T7の内部構成図である。ロジック記憶部T7は、シード選択用ロジック記憶部T7a、候補選択用ロジック記憶部T7b、統計量算出用ロジック記憶部T7cを含む。シード選択用ロジック記憶部T7aは、シード選択部130においてシードの自動設定に必要なロジックを記憶する。候補選択用ロジック記憶部T7bは、候補選択処理部116において各エリアに帰属させるポイントの候補を選択するために必要なロジックを記憶する。統計量算出用ロジック記憶部T7cは、分割制御部400の統計量算出部720において統計量の算出に必要なロジックを記憶する。   FIG. 12 is an internal configuration diagram of the logic storage unit T7 of FIG. The logic storage unit T7 includes a seed selection logic storage unit T7a, a candidate selection logic storage unit T7b, and a statistic calculation logic storage unit T7c. The seed selection logic storage unit T7a stores logic necessary for automatic seed setting in the seed selection unit 130. The candidate selection logic storage unit T7b stores logic necessary for selecting candidate points to be attributed to each area in the candidate selection processing unit 116. The statistic calculation logic storage unit T7c stores logic necessary for calculation of the statistic in the statistic calculation unit 720 of the division control unit 400.

図6に戻り、分割処理部115による自動エリア分割処理が終了すると、分割処理部115は、その結果をエリア分割情報記憶部T6に記憶するとともに、各エリアに含まれる巡回ポイントである店舗の店舗コードを経路策定部702に出力する。図13は、エリア分割情報記憶部T6のデータ構造の一部を示す図である。ここでは、営業地域は、エリア1〜エリア4の4つのエリアに分割される。例えば、店舗コード「a」および「b」の店舗はエリア1に属する。同様に、店舗コード「d」の店舗はエリア2に、店舗コード「u」の店舗はエリア3に、店舗コード「z」の店舗はエリア4にそれぞれ属する。エリア分割情報記憶部T6は、各エリアに属する店舗の店舗情報に基づき算出される種々のデータをエリア毎に記憶することができる。エリア分割情報記憶部T6は、例えば、拠点−店舗間平均移動時間M1、店舗間平均移動時間M2、処理必要店舗数N2、統計量(合計コース数)等を記憶する。これらの算出方法については後述する。   Returning to FIG. 6, when the automatic area division processing by the division processing unit 115 is completed, the division processing unit 115 stores the result in the area division information storage unit T <b> 6, and stores of stores that are circulation points included in each area The code is output to the route formulation unit 702. FIG. 13 is a diagram illustrating a part of the data structure of the area division information storage unit T6. Here, the business area is divided into four areas, area 1 to area 4. For example, stores with store codes “a” and “b” belong to area 1. Similarly, the store with the store code “d” belongs to area 2, the store with the store code “u” belongs to area 3, and the store with the store code “z” belongs to area 4. The area division information storage unit T6 can store various data calculated based on store information of stores belonging to each area for each area. The area division information storage unit T6 stores, for example, the base-store average travel time M1, the inter-store average travel time M2, the number of stores required for processing N2, the statistic (total number of courses), and the like. These calculation methods will be described later.

図6に戻り、経路策定部702は、分割処理部115から供給されたエリア毎の店舗コードに基づいて、それらの店舗を巡回するための経路を策定する。例えば、経路策定部702は、地図情報記憶部T1に保持されている地図に、各店舗をマッピングして、例えばMSTなどの既知の手法を利用して経路を策定する。そして、経路策定部702は、エリア毎の巡回経路を表示処理部108に出力する。これによりエリア毎の巡回経路が表示部107に表示される。   Returning to FIG. 6, the route formulation unit 702 formulates a route for visiting the stores based on the store code for each area supplied from the division processing unit 115. For example, the route formulation unit 702 maps each store to a map held in the map information storage unit T1, and formulates a route using a known method such as MST, for example. Then, the route formulation unit 702 outputs the cyclic route for each area to the display processing unit 108. As a result, the tour route for each area is displayed on the display unit 107.

図14は、図6の表示処理部108の内部構成図である。表示指示受付部430は、ユーザから表示する画面タイプの指示を受け付ける。例えば、図4の縮尺指示コンポーネント301が操作された場合、表示指示受付部430は、図5の拡大エリア画面304を図6の表示部107に表示することを表示データ生成部431に指示する。表示データ生成部431は、エリア表示データ生成部432および巡回経路表示データ生成部434を有する。エリア表示データ生成部432は、例えば図5を用いて説明した拡大エリア画面304などの2次元の地図に重ねて店舗を表示するための画面データを生成する。巡回経路表示データ生成部434は、例えば2次元の地図に重ねてエリア毎に店舗を表示するとともに、それらの店舗を巡回するための経路を表示するための画面データを生成する。   FIG. 14 is an internal block diagram of the display processing unit 108 of FIG. The display instruction receiving unit 430 receives an instruction of a screen type to be displayed from the user. For example, when the scale instruction component 301 in FIG. 4 is operated, the display instruction reception unit 430 instructs the display data generation unit 431 to display the enlarged area screen 304 in FIG. 5 on the display unit 107 in FIG. The display data generation unit 431 includes an area display data generation unit 432 and a tour route display data generation unit 434. The area display data generation unit 432 generates screen data for displaying a store on a two-dimensional map such as the enlarged area screen 304 described with reference to FIG. The tour route display data generation unit 434 generates a screen data for displaying a store for each area and displaying a route for visiting the store, for example, superimposed on a two-dimensional map.

図15は、図14のエリア表示データ生成部432の内部構成図である。アイコン格納部440は、巡回ポイントの属性を特定する情報に対応付けて、アイコンを保持する。例えば、本実施形態においては、アイコン格納部440は、「固定ポイント」に対応付けて、図5の固定ポイントアイコン312を保持し、「移動ポイント」に対応付けて、図5の移動ポイントアイコン310を保持する。配置部442は、表示指示受付部430からの指示に基づいて、地図情報記憶部T1から地図を読み込み、その地図上に店舗情報記憶部T3から読み込んだ店舗を配置する。また、配置部442は、その店舗に対応付けられた属性に応じたアイコンを選択部441に要求する。選択部441は、アイコン格納部440から店舗の属性に応じたアイコンを選択して配置部442に供給する。そして、配置部442は、そのアイコンを地図上の所定の位置に配置する。これにより、図5を用いて説明した拡大エリア画面304を表示するためのデータが生成される。   FIG. 15 is an internal block diagram of the area display data generation unit 432 of FIG. The icon storage unit 440 holds an icon in association with information specifying the attribute of the tour point. For example, in the present embodiment, the icon storage unit 440 holds the fixed point icon 312 in FIG. 5 in association with “fixed point” and associates with the “movement point” in the movement point icon 310 in FIG. Hold. The arrangement unit 442 reads a map from the map information storage unit T1 based on an instruction from the display instruction reception unit 430, and arranges the store read from the store information storage unit T3 on the map. In addition, the placement unit 442 requests the selection unit 441 for an icon corresponding to the attribute associated with the store. The selection unit 441 selects an icon corresponding to the store attribute from the icon storage unit 440 and supplies the selected icon to the arrangement unit 442. Then, the placement unit 442 places the icon at a predetermined position on the map. Thereby, data for displaying the enlarged area screen 304 described with reference to FIG. 5 is generated.

図16は、本実施の形態におけるエリアシミュレータ装置100によるエリア分割処理の手順を示すフローチャートである。まず、図6の初期設定部114により手動または自動でシードが設定される(S102)。図6の候補選択処理部116は、各シードについて、同じエリアに帰属させる店舗の候補を選択する(S104)。   FIG. 16 is a flowchart showing a procedure of area division processing by the area simulator apparatus 100 according to the present embodiment. First, the seed is set manually or automatically by the initial setting unit 114 of FIG. 6 (S102). The candidate selection processing unit 116 in FIG. 6 selects store candidates that belong to the same area for each seed (S104).

ここで、図17を参照して、ステップ104において候補選択処理部116が各エリアに帰属させる店舗の候補を選択する手順を説明する。本図は、図12の候補選択用ロジック記憶部T7bに記憶された、候補選択処理部116における候補選択処理のフローチャートの一例である。候補選択処理部116は、各エリアについて同様の処理を行うので、ひとつのエリアについてのみ説明する。まず、候補選択処理部116は、各エリアの代表点の位置を算出する。ここでは、候補選択処理部116は、そのエリアで取得済みの店舗に対応するポイントの重心を代表点として算出する(S130)。各エリアにシードしか含まれていない段階では、シードの店舗に対応するポイントが重心となる。   Here, with reference to FIG. 17, the procedure in which the candidate selection processing unit 116 selects store candidates to be attributed to each area in step 104 will be described. This figure is an example of a flowchart of candidate selection processing in the candidate selection processing unit 116 stored in the candidate selection logic storage unit T7b of FIG. Since the candidate selection processing unit 116 performs the same processing for each area, only one area will be described. First, the candidate selection processing unit 116 calculates the position of the representative point in each area. Here, the candidate selection processing unit 116 calculates the center of gravity of the point corresponding to the store acquired in the area as a representative point (S130). At the stage where each area contains only seeds, the point corresponding to the seed store becomes the center of gravity.

次に、候補選択処理部116は、まだいずれのエリアにも属していない無所属の店舗の中から、エリアの代表点から最短の位置にある店舗を仮候補として検出する(S132)。つづいて、そのエリアに既に取得されている店舗のうち、仮候補として検出された店舗から最短の店舗と、その仮候補の店舗との最短距離を算出する(S134)。この最短距離の算出は2次元座標系に基づいて行なわれる。つまり、地図上にマッピングした状態で距離が算出される。次に、算出された最短距離と、パラメータ設定部110によって予め設定された店舗取得制限距離とを比較し(S136)、最短距離が制限内の場合(S136のYes)、その仮候補の店舗をそのエリアの候補として決定する(S138)。いずれかのエリアにおいて、新たな候補が決定された場合、候補選択処理部116は、そのエリアにフラグをたてる。一方、ステップ136において、最短距離が制限内でない場合(S136のNo)、無所属の店舗が他にあるか否かを判断する(S140)。無所属の店舗が他にある場合(S140のYes)、ステップ132に戻り、エリアの代表点から次に最短の位置にある店舗を仮候補として検出する。以下、同様の処理を繰り返す。   Next, the candidate selection processing unit 116 detects a store in the shortest position from the representative point of the area as a temporary candidate from unaffiliated stores that do not yet belong to any area (S132). Next, among the stores already acquired in the area, the shortest distance between the store detected as a temporary candidate and the temporary candidate store is calculated (S134). The shortest distance is calculated based on a two-dimensional coordinate system. That is, the distance is calculated while being mapped on the map. Next, the calculated shortest distance is compared with the store acquisition limit distance set in advance by the parameter setting unit 110 (S136). If the shortest distance is within the limit (Yes in S136), the temporary candidate store is selected. The area is determined as a candidate (S138). When a new candidate is determined in any area, the candidate selection processing unit 116 sets a flag for the area. On the other hand, if the shortest distance is not within the limit in step 136 (No in S136), it is determined whether there are other unaffiliated stores (S140). When there is another unaffiliated store (Yes in S140), the process returns to step 132, and the store at the next shortest position from the representative point of the area is detected as a temporary candidate. Thereafter, the same processing is repeated.

ステップ140において、無所属の店舗が他にない場合(S140のNo)、他のエリアに既に取得されている取得済の店舗も含めた全ての店舗の中から、エリアの代表点から最短の位置にある店舗を仮候補として検出する(S142)。つづいて、そのエリアに既に取得されている店舗のうち、仮候補として検出された店舗から最短の店舗と、その仮候補の店舗との最短距離を算出する(S144)。ここで算出された最短距離と、パラメータ設定部110によって予め設定された店舗取得制限距離とを比較し(S146)、最短距離が制限内の場合(S146のYes)、その仮候補の店舗をそのエリアの候補として決定する(S138)。一方、ステップ146において、最短距離が制限内でない場合(S146のNo)、取得済の店舗の中で奪取可能なものが他にあるか否かを判断する(S148)。奪取可能なものがある場合(S148のYes)、ステップ142に戻り、エリアの代表点から次に最短の位置にある店舗を候補として検出する。以下、同様の処理を繰り返す。なお、ステップ148において、奪取可能な店舗がない場合(S148のNo)、このエリアについての候補の選択処理を終了する。   In step 140, if there is no other unaffiliated store (No in S140), the shortest position from the representative point of the area is selected from all stores including acquired stores already acquired in other areas. A certain store is detected as a temporary candidate (S142). Subsequently, among the stores already acquired in the area, the shortest distance between the store detected as the temporary candidate and the temporary candidate store is calculated (S144). The shortest distance calculated here is compared with the store acquisition limit distance preset by the parameter setting unit 110 (S146). If the shortest distance is within the limit (Yes in S146), the temporary candidate store is The area is determined as a candidate (S138). On the other hand, if the shortest distance is not within the limit in step 146 (No in S146), it is determined whether there are other acquired stores that can be taken (S148). If there is something that can be taken (Yes in S148), the process returns to step 142, and the store at the next shortest position from the representative point of the area is detected as a candidate. Thereafter, the same processing is repeated. In step 148, if there is no store that can be taken (No in S148), the candidate selection process for this area is terminated.

図16に戻り、ステップ104で候補が選択されたか否かが判断される(S106)。図11の特定部402は、各エリアにフラグが立てられているか否かに基づいてこの判断をする。ステップ104で候補が選択されている場合(S106のYes)、統計量算出処理に進む(S108)。   Returning to FIG. 16, it is determined whether or not a candidate has been selected in step 104 (S106). The identifying unit 402 in FIG. 11 makes this determination based on whether or not a flag is set for each area. When a candidate is selected in step 104 (Yes in S106), the process proceeds to a statistic calculation process (S108).

図16に戻り、図11の候補帰属処理部410は、エリアの統計量すなわちコース数が最小となるエリアを検出する(S110)。候補帰属処理部410により、統計量が最小であることが検出された場合(S110のYes)、候補帰属処理部410は、そのエリアに候補店舗を取得させる(S112)。つづいて、候補帰属処理部410は、初期設定記憶部T5を参照して、エリア分割処理が終了条件を満たすか否かを判断する(S114)。終了条件としては、例えば営業地域内に無所属の店舗がなくなったこと、ステップ112の候補取得処理が所定回数、例えば100回以上行われたこと、または各エリアにおける統計量の差が所定範囲以内となったこと等を設定することができる。終了条件を満たさない場合(S114のNo)、ステップ104に戻り、次の候補を選択する。ステップ114において、終了条件を満たす場合(S114のYes)、エリア分割処理は終了する。   Returning to FIG. 16, the candidate attribution processing unit 410 in FIG. 11 detects an area where the statistics of the area, that is, the number of courses is the smallest (S110). If the candidate attribution processing unit 410 detects that the statistic is minimum (Yes in S110), the candidate attribution processing unit 410 causes the area to acquire a candidate store (S112). Subsequently, the candidate attribution processing unit 410 refers to the initial setting storage unit T5 and determines whether or not the area division processing satisfies the end condition (S114). As an end condition, for example, that there are no unaffiliated stores in the business area, the candidate acquisition process in step 112 is performed a predetermined number of times, for example, 100 times or more, or the difference in statistics in each area is within a predetermined range. Can be set. If the end condition is not satisfied (No in S114), the process returns to step 104 to select the next candidate. If the end condition is satisfied in step 114 (Yes in S114), the area division process ends.

ステップ110において、統計量が最小でないことが検出された場合(S110のNo)、ステップ116に進み、候補帰属処理部410は、他のエリアにより候補が取得されるまでそのエリアの処理を保留する(S116のNo)。ステップ116において、他のエリアにより候補が取得された場合(S116のYes)、候補帰属処理部410は、そのエリアで既に取得していた店舗が他のエリアに奪取されたか否かを検出する(S118)。奪取されなかった場合(S118のNo)、そのエリアにおける既得の店舗および候補に変動がないということであるので、ステップ110に戻り、再び統計量が最小となるか否かが判断される(S110)。   In step 110, when it is detected that the statistic is not the minimum (No in S110), the process proceeds to step 116, and the candidate attribution processing unit 410 suspends processing of the area until a candidate is acquired by another area. (No in S116). In step 116, when a candidate is acquired by another area (Yes in S116), the candidate attribution processing unit 410 detects whether or not a store that has already been acquired in that area has been taken by another area ( S118). If it has not been taken (No in S118), it means that there is no change in the acquired stores and candidates in the area, so the process returns to step 110 and it is determined again whether or not the statistic is minimized (S110). ).

ステップ118において、そのエリアで既に取得していた店舗が他のエリアに奪取された場合(S118のYes)、ステップ114に進み、終了条件を満たすか否かが判断される。ここで、終了条件を満たさない場合(S114のNo)、ステップ104に戻り、候補選択処理部116は、新たな候補を選択する処理を行う。   In step 118, if a store that has already been acquired in the area is taken by another area (Yes in S118), the process proceeds to step 114, and it is determined whether the end condition is satisfied. Here, when the end condition is not satisfied (No in S114), the process returns to step 104, and the candidate selection processing unit 116 performs a process of selecting a new candidate.

一方、ステップ104で候補が選択されていない場合(S106のNo)、ステップ120に進み、候補帰属処理部410は、他のエリアにより候補が取得されるまでそのエリアの処理を保留する(S120のNo)。ステップ120において、他のエリアにより候補が取得された場合(S120のYes)、候補帰属処理部410は、そのエリアで既に取得していた店舗が他のエリアに奪取されたか否かを検出する(S122)。そのエリアで既に取得していた店舗が他のエリアに奪取された場合(S122のYes)、ステップ114に進み、終了条件を満たすか否かが判断される。ここで、終了条件を満たさない場合(S114のNo)、ステップ104に戻り、候補選択処理部116は、新たな候補を選択する処理を行う。   On the other hand, if no candidate has been selected in step 104 (No in S106), the process proceeds to step 120, and the candidate attribution processing unit 410 suspends processing for that area until a candidate is acquired by another area (in S120). No). In step 120, when a candidate is acquired by another area (Yes in S120), the candidate attribution processing unit 410 detects whether or not a store that has already been acquired in that area has been taken by another area ( S122). If a store that has already been acquired in the area is taken by another area (Yes in S122), the process proceeds to step 114, and it is determined whether or not the end condition is satisfied. Here, when the end condition is not satisfied (No in S114), the process returns to step 104, and the candidate selection processing unit 116 performs a process of selecting a new candidate.

一方ステップ122において、そのエリアで既に取得していた店舗が他のエリアに奪取されなかった場合(S122のNo)、ステップ124に進み、候補帰属処理部410は、初期設定記憶部T5を参照して、エリア分割処理が終了条件を満たすか否かを判断する。ステップ124において、終了条件を満たすと判断された場合(S124のYes)、エリア分割処理は終了する。また、ステップ124において、終了条件を満たさないと判断された場合(S124のNo)、ステップ120に戻り、候補帰属処理部410は、他のエリアにより候補が取得されるまでそのエリアの処理を保留する(S120のNo)。以下、同様の処理が行われる。   On the other hand, in step 122, if the store that has already been acquired in the area is not taken by another area (No in S122), the process proceeds to step 124, where the candidate attribution processing unit 410 refers to the initial setting storage unit T5. Thus, it is determined whether the area division process satisfies the end condition. If it is determined in step 124 that the end condition is satisfied (Yes in S124), the area division process ends. If it is determined in step 124 that the termination condition is not satisfied (No in S124), the process returns to step 120, and the candidate attribution processing unit 410 suspends processing for that area until a candidate is acquired by another area. (No in S120). Thereafter, the same processing is performed.

なお、ステップ104の候補選択処理において、いずれかのエリアの候補として選択されている店舗については無所属として扱う。また、複数のエリアの候補の店舗が重複する場合、取得の優先順位の高いエリアがその店舗を取得するものとする。   In the candidate selection process in step 104, a store selected as a candidate for any area is treated as unaffiliated. In addition, when candidate stores of a plurality of areas overlap, an area with a high priority of acquisition acquires the store.

図18は、図16および図17に示したエリア分割処理の一例を説明する図である。ここでは、各エリアにおける合計コース数が均等になるように、エリア分割が行われる。図18(a)に示すように、この営業地域には、ポイントa〜ポイントzに対応する店舗および拠点が設置されている。以下、図6の初期設定部114によりエリア数が4と設定された場合について説明する。   FIG. 18 is a diagram illustrating an example of the area division processing illustrated in FIGS. 16 and 17. Here, the area division is performed so that the total number of courses in each area is equal. As shown in FIG. 18A, stores and bases corresponding to points a to z are installed in this business area. Hereinafter, a case where the number of areas is set to 4 by the initial setting unit 114 of FIG. 6 will be described.

図18(b)に示すように、図9のシード設定部122は、ポイントa、ポイントd、ポイントu、およびポイントzをそれぞれエリア1、エリア2、エリア3、およびエリア4のシードとして設定する。図6の表示処理部108は、異なるエリアに属するポイントが異なるマークや異なる色で表示されるように処理を行う。   As shown in FIG. 18B, the seed setting unit 122 in FIG. 9 sets point a, point d, point u, and point z as seeds for area 1, area 2, area 3, and area 4, respectively. . The display processing unit 108 in FIG. 6 performs processing so that points belonging to different areas are displayed with different marks and different colors.

図18(c)に示すように、図6の候補選択処理部116は、エリア1、エリア2、エリア3、およびエリア4にそれぞれ帰属させるポイントの候補を選択していく。ここで、候補選択処理部116は、ポイントeをエリア1の候補として選択し、ポイントgをエリア2の候補として選択し、ポイントqをエリア3の候補として選択し、ポイントyをエリア4の候補として選択する。図11の第1統計量算出部406または第2統計量算出部408は、後述する算定方法に従って、各エリアにおける合計コース数を逐次算出する。図11の候補帰属処理部410は、合計コース数が最小となるエリアから候補を取得させ、あるエリアが候補を取得する毎に、合計コース数が最小となるエリアを検出して、候補を取得させる処理を繰り返す。このようにして順次ポイントを各エリアに選択させていくと、図18(d)に示すように、複数のポイントが徐々に各エリアに属するようになる。   As illustrated in FIG. 18C, the candidate selection processing unit 116 illustrated in FIG. 6 selects point candidates to be attributed to area 1, area 2, area 3, and area 4. Here, the candidate selection processing unit 116 selects the point e as the area 1 candidate, selects the point g as the area 2 candidate, selects the point q as the area 3 candidate, and selects the point y as the area 4 candidate. Select as. The first statistic calculator 406 or the second statistic calculator 408 in FIG. 11 sequentially calculates the total number of courses in each area according to a calculation method described later. The candidate attribution processing unit 410 in FIG. 11 acquires candidates from an area where the total number of courses is the smallest, and each time an area acquires a candidate, detects the area where the total number of courses is the smallest, and acquires the candidate. Repeat the process. When points are sequentially selected for each area in this way, a plurality of points gradually belong to each area as shown in FIG.

以下、図18(d)を参照して、エリア3において次の候補のポイントを選択する処理を説明する。図17のステップ132で説明したように、候補選択処理部116は、まず、無所属のポイントの中から仮候補を検出する。このときの仮候補はポイントoである。候補選択処理部116は、エリア3に既に取得されているポイントのうち、ポイントoから最も近い位置にあるポイントsとポイントoとの距離を算出する。候補選択処理部116は、この距離と予め設定された店舗取得制限距離とを比較する。ここで、算出された距離は取得制限距離より大きいものとする。この場合、候補選択処理部116は、エリア3の候補としてポイントoを選択することはできない。   Hereinafter, the process of selecting the next candidate point in the area 3 will be described with reference to FIG. As described in step 132 in FIG. 17, the candidate selection processing unit 116 first detects a temporary candidate from unaffiliated points. The temporary candidate at this time is point o. The candidate selection processing unit 116 calculates the distance between the point s and the point o closest to the point o among the points already acquired in the area 3. The candidate selection processing unit 116 compares this distance with a preset store acquisition limit distance. Here, it is assumed that the calculated distance is larger than the acquisition limit distance. In this case, the candidate selection processing unit 116 cannot select the point o as the area 3 candidate.

候補選択処理部116は、無所属のポイントについて順次エリア3の重心からの距離が近い順に仮候補を検出していく。その結果、いずれのポイントもエリア3に既に属しているポイントとの最短距離が店舗取得制限距離より大きかった場合、候補選択処理部116は、既に他のエリアに取得されている店舗を含めて仮候補の検出をしなおす。この結果、候補選択処理部116は、他のエリア4に既に属しているポイントxを仮候補として検出する。候補選択処理部116は、エリア3に既に取得されているポイントのうち、ポイントxから最も近い位置にあるポイントsとポイントxとの距離を算出する。候補選択処理部116は、この距離と予め設定された店舗取得制限距離とを比較する。ここで、算出された距離が取得制限距離以下だった場合、候補選択処理部116は、エリア3の候補としてポイントxを選択する。   The candidate selection processing unit 116 detects temporary candidates in order from the closest distance from the center of gravity of the area 3 for the unaffiliated points. As a result, if the shortest distance from any point that already belongs to the area 3 is greater than the store acquisition limit distance, the candidate selection processing unit 116 includes the stores already acquired in other areas. Re-detect the candidate. As a result, the candidate selection processing unit 116 detects the point x that already belongs to the other area 4 as a temporary candidate. The candidate selection processing unit 116 calculates the distance between the point s and the point x closest to the point x among the points already acquired in the area 3. The candidate selection processing unit 116 compares this distance with a preset store acquisition limit distance. Here, when the calculated distance is equal to or less than the acquisition limit distance, the candidate selection processing unit 116 selects the point x as the area 3 candidate.

なお、直前の処理で他のエリアから奪取されたポイントについては、例えばフラグを立てるなどして奪取が行われないようにしておく。このようにすると、例えば、ポイントxが、もともとエリア3に取得されていたものであって、この処理の直前にエリア4に奪取されていた場合、エリア3は、次の候補としてエリア4から再奪取することはできない。こうすることにより、2つのエリア間で一つのポイントの取り合いを繰り返して候補の取得処理が実質的に止まってしまうのを防ぐことができる。   It should be noted that points taken from other areas in the immediately preceding process are prevented from being taken, for example, by setting a flag. In this way, for example, if the point x was originally acquired in the area 3 and was taken by the area 4 immediately before this processing, the area 3 is re-established from the area 4 as the next candidate. It cannot be taken. By doing so, it is possible to prevent the candidate acquisition process from being substantially stopped by repeating one point between the two areas.

本実施の形態におけるエリア分割処理によれば、エリアの重心等の代表点から近い位置の店舗が次の候補として選択されていくので、各エリアをブロック状に形成していくことができる。これにより、営業地域に含まれる複数の店舗を店舗の統計量を考慮しつつ複数のグループに分割するときに、これらの店舗が領域間でまたがることなく、エリア状に分割することができる。そのため、グループ分けの状態が把握しやすく、担当者に公平感を持たせることができる。   According to the area division processing in the present embodiment, a store near the representative point such as the center of gravity of the area is selected as the next candidate, so that each area can be formed in a block shape. Accordingly, when a plurality of stores included in the business area are divided into a plurality of groups in consideration of the statistics of the stores, these stores can be divided into areas without crossing between the regions. Therefore, it is easy to grasp the state of grouping, and the person in charge can have a sense of fairness.

図19は、図11の統計量算出部720が各エリアにおける合計コース数を算出するのに用いるロジックを示すフローチャートである。各エリアについて同様の処理を行うので、ここではひとつのエリアについてのみ説明する。統計量算出部720は、拠点情報記憶部T2に記憶された拠点情報データ、店舗情報記憶部T3に記憶された店舗情報データ、およびパラメータ記憶部T4に記憶されたパラメータを適宜参照して、以下の手順で合計コース数つまり統計量を算出する。   FIG. 19 is a flowchart showing the logic used by the statistic calculator 720 of FIG. 11 to calculate the total number of courses in each area. Since the same processing is performed for each area, only one area will be described here. The statistic calculation unit 720 appropriately refers to the base information data stored in the base information storage unit T2, the store information data stored in the store information storage unit T3, and the parameters stored in the parameter storage unit T4. Calculate the total number of courses, that is, the statistic by the procedure

統計量算出部720は、まず、拠点からそのエリアにすでに属する店舗および候補の店舗への平均移動時間M1を算出する(S160)。まず、拠点から各店舗への合計距離を求めた後、この合計距離を図6のパラメータ設定部110により設定された拠点−店舗間移動速度で除すことにより合計移動時間を求める。次いで、この合計移動時間をそのエリア内の全店舗数で除すことによりM1を算出する。   First, the statistic calculator 720 calculates the average travel time M1 from the base to the stores that already belong to the area and candidate stores (S160). First, after obtaining the total distance from the base to each store, the total travel time is obtained by dividing the total distance by the base-store travel speed set by the parameter setting unit 110 in FIG. Next, M1 is calculated by dividing the total travel time by the total number of stores in the area.

つづいて、統計量算出部720は、店舗間の平均移動時間M2を算出する(S162)。まず、各店舗から直近n個の店舗への合計距離を求めた後、この合計距離をパラメータ設定部110により設定された店舗間移動速度で除すことにより合計移動時間を求める。次いで、この合計移動時間をnで除すことにより、各店舗から他の店舗への平均移動時間m1〜mnを得る。つづいて、これらの平均移動時間m1〜mnを合計し、そのエリア内の全店舗数で除すことによりM2を算出する。ここで、nが小さいときはそのエリアにおける全店舗数をnとすることができる。   Subsequently, the statistic calculation unit 720 calculates an average travel time M2 between stores (S162). First, after obtaining the total distance from each store to the nearest n stores, the total travel time is obtained by dividing the total distance by the inter-store travel speed set by the parameter setting unit 110. Next, by dividing this total travel time by n, average travel times m1 to mn from each store to other stores are obtained. Subsequently, M2 is calculated by adding these average travel times m1 to mn and dividing by the total number of stores in the area. Here, when n is small, the total number of stores in the area can be set to n.

つづいて、統計量算出部720は、1日で作業可能な店舗数N1を算出する(S164)。1日の合計作業時間   Subsequently, the statistic calculation unit 720 calculates the number of stores N1 that can be worked on in one day (S164). Total work time per day

Tz=2×M1+M2×(N1−1)+T×N1 Tz = 2 × M1 + M2 × (N1-1) + T × N1

(Tは1店舗当たりの平均作業時間) (T is the average work time per store)

であるので、この式を変形して So, transform this equation

N1=(Tz−2×M1+M2)/(M2+T) N1 = (Tz−2 × M1 + M2) / (M2 + T)

を算出する。 Is calculated.

また、統計量算出部720は、1日あたりの処理が必要な店舗数N2を算出する(S166)。まず、各店舗毎に月ごとの装填回数を算出して合計することにより、月ごとの装填回数Wを算出する。次いで、各担当者の1月の労働日数を4週間×5日=20として、N2=W/20を求める。   Further, the statistic calculation unit 720 calculates the number N2 of stores that need to be processed per day (S166). First, the number of times of loading W per month is calculated by calculating and summing the number of times of loading per month for each store. Next, assuming that the number of working days in January of each person in charge is 4 weeks × 5 days = 20, N2 = W / 20 is obtained.

その後、統計量算出部720は、1日あたりの処理が必要な店舗数N2を1日で作業可能な店舗数N1で除すことにより、各エリアにおけるコース数=N2/N1を算出する(S168)。   Thereafter, the statistic calculation unit 720 calculates the number of courses = N2 / N1 in each area by dividing the number of stores N2 that need to be processed per day by the number of stores N1 that can be worked on in one day (S168). ).

以上の処理によれば、1日で作業可能な店舗数N1を算出する際に、拠点から各エリアの店舗までの移動時間をも考慮しているので、各エリアを拠点からの距離がほぼ均等となるように分割することができる。また、コース数は、各エリアにおける店舗間の距離をも考慮して算出されるので、各エリアにおける移動距離が均等となるように営業地域を分割することができる。   According to the above processing, when calculating the number N1 of stores that can be worked on in one day, the travel time from the base to the stores in each area is also taken into consideration, so the distances from the bases to each area are almost equal. Can be divided so that In addition, since the number of courses is calculated in consideration of the distance between stores in each area, it is possible to divide the business area so that the moving distance in each area is equal.

図20は、エリア分割情報記憶部T6のデータ構造の一部を示す図である。エリア分割情報記憶部T6は、エリア欄、帰属店舗コード欄、候補店舗コード欄、直前に他のエリアから奪取された店舗を示す直前奪取欄、および新たな候補が選択されて統計量の再計算が必要なエリアを示す再計算欄を含む。エリア分割情報記憶部T6はさらに、図13に示したのと同様、エリア毎に拠点−店舗間平均移動時間M1欄、店舗間平均移動時間M2欄、処理必要店舗数N2欄、および統計量(合計コース数)欄を含む。   FIG. 20 is a diagram illustrating a part of the data structure of the area division information storage unit T6. The area division information storage unit T6 selects the area column, the belonging store code column, the candidate store code column, the immediately preceding take-off column indicating a store taken immediately from another area, and a new candidate, and recalculates statistics. Includes a recalculation column that shows the areas that need to be. Further, as shown in FIG. 13, the area division information storage unit T6 further stores, for each area, the base-store average travel time M1 column, the inter-store average travel time M2 column, the number of stores required for processing N2 column, and the statistics ( Includes total number of courses).

図20(a)は、複数のポイントが図18(d)に示したようにエリアに分類されている場合を想定して説明する。このとき、ポイントaはエリア1に分類されているためエリア欄「1」に対応付けられた「帰属店舗コード」欄に「a」と記憶される。また、ポイントcは、エリア2における候補となっているため、エリア欄「2」に対応付けられた「候補店舗コード」欄に「c」と記憶される。ポイントwは、エリア4に帰属しているが、エリア3における候補となっているため、エリア欄「4」に対応付けられた「帰属店舗コード」欄に「w」と、またエリア欄「3」に対応付けられた「候補店舗コード」欄にも「w」と記憶される。ここで、例えばエリア3において、候補としてポイントwを選択した場合、エリア3における統計量を再計算しなおす必要がある。その場合、エリア3に対応付けられた再計算欄に印が記憶される。これにより、統計量算出部720は、統計量の再計算が必要なエリアを把握することができる。統計量算出部720は、印が付けられたエリアについてのみ統計量の再計算を行う。統計量算出部720により算出された結果は、該当するエリアの拠点−店舗間平均移動時間M1欄、店舗間平均移動時間M2欄、処理必要店舗数N2欄、および統計量(合計コース数)欄に記憶される。   FIG. 20A will be described on the assumption that a plurality of points are classified into areas as shown in FIG. At this time, since the point a is classified into the area 1, “a” is stored in the “affiliated store code” field associated with the area field “1”. Further, since the point c is a candidate in the area 2, “c” is stored in the “candidate store code” column associated with the area column “2”. Although the point w belongs to the area 4 but is a candidate in the area 3, “w” is displayed in the “affiliated store code” field associated with the area field “4”, and the area field “3”. “W” is also stored in the “candidate store code” field associated with “”. Here, for example, when the point w is selected as a candidate in the area 3, it is necessary to recalculate the statistics in the area 3. In that case, a mark is stored in the recalculation column associated with area 3. Thereby, the statistic calculation part 720 can grasp | ascertain the area which needs recalculation of a statistic. The statistic calculation unit 720 recalculates the statistic only for the marked area. The results calculated by the statistic calculation unit 720 are the base-store average travel time M1 column, the inter-store average travel time M2 column, the number of stores required for processing N2 column, and the statistic (total number of courses) column of the corresponding area. Is remembered.

また、ポイントwが、もともとエリア3に取得されていたものであって、直前の処理でエリア4に奪取されていた場合、図20(b)に示すように、エリア欄「4」に対応付けられたポイントwの直前奪取欄に印が記載される。これにより、エリア3や他のエリアは次の候補としてポイントwを選択することができない。   If the point w is originally acquired in the area 3 and has been taken by the area 4 in the immediately preceding process, the point w is associated with the area column “4” as shown in FIG. A mark is written in the immediately preceding take-off column of the given point w. As a result, the area 3 and other areas cannot select the point w as the next candidate.

本実施の形態におけるエリアシミュレータ装置100によれば、合計コース数等の統計量が最小となるエリアから順に店舗を取得していくので、全てのエリアにおける統計量を均等にすることができる。また、各エリアにおいては、店舗間の距離が短くなるように候補の店舗が選択されるので、各エリアにおける移動時間を低減することができ、全エリアにおける移動時間も低く抑えることができる。これにより、営業地域における作業効率を高めることができる。   According to the area simulator device 100 in the present embodiment, the stores are acquired in order from the area where the statistic such as the total number of courses is the smallest, so that the statistic in all areas can be equalized. In addition, in each area, candidate stores are selected so that the distance between stores is shortened, so that the travel time in each area can be reduced, and the travel time in all areas can be kept low. Thereby, the work efficiency in a sales area can be improved.

以上のように、本実施の形態におけるエリア分割処理によれば、各エリアにおいて、店舗間の距離が短くなるように順次店舗が取り込まれていくので、最終的に、エリア間の距離が短い店舗が各エリアに分類されることになる。したがって、一つの営業区域を、各エリア内における店舗間の移動距離等を低減することができるように、ブロック単位のエリアに分割することができる。このように本実施の形態におけるエリア分割処理によれば、営業区域を、各エリアにおける店舗の巡回作業の効率が高まるように分割することができる。また、各エリアに含まれる複数の店舗の統計量が均等になるように各エリアに店舗が取り込まれていくので、担当者に公平感を持たせることができる。さらに、これらの結果は地図情報とともにマッピングされるので、担当者が客観的に公平感を認識することができる。   As described above, according to the area division processing in the present embodiment, in each area, stores are sequentially taken in such a way that the distance between stores is shortened. Are classified into each area. Therefore, one business area can be divided into areas in units of blocks so that the movement distance between stores in each area can be reduced. As described above, according to the area division processing in the present embodiment, it is possible to divide the business area so as to increase the efficiency of the store patrol work in each area. In addition, since the stores are taken into each area so that the statistics of a plurality of stores included in each area are equal, the person in charge can have a sense of fairness. Further, since these results are mapped together with the map information, the person in charge can objectively recognize the fairness.

図21は、移動中のノードに対して、そのノードの移動経路上で合流し、商品などの補充を行う形態を示す図である。移動中のノードは、例えば移動店舗、移動図書館、移動美容院、移動レストランなど車などの移動手段を利用し、任意の場所で任意のサービスを提供可能な店舗(以下、単に「移動スポット」という)である。こうした移動スポットの移動経路上で、物資を補充することで、効率的な物資の補充が可能になり、目的地に到着後すぐにサービスの提供が可能になる。   FIG. 21 is a diagram showing a form in which a moving node joins on a moving path of the node and replenishes goods and the like. The moving node is, for example, a store that can provide an arbitrary service at an arbitrary place using a moving means such as a mobile store, a mobile library, a mobile beauty salon, or a mobile restaurant (hereinafter simply referred to as a “moving spot”). ). By replenishing materials on the movement path of such a moving spot, it becomes possible to efficiently replenish materials and provide services immediately after arrival at the destination.

移動スポット車316は、そうした移動スポットを提供するための車を示している。移動スポット車316は、それ自体が移動スポットとして形成された専用車であってもよいし、移動スポットを設営するための機材を積んだ輸送車であってもよい。本図の移動スポット車316は、第1経路Rcに沿って目的地Pcまで移動する。本図では、その目的地Pcを移動ポイントアイコン310で示している。第1経路Rcは、予め予定されていた経路では無く、結果的に移動スポット車316が通った経路である。   A moving spot car 316 indicates a car for providing such a moving spot. The moving spot vehicle 316 itself may be a dedicated vehicle formed as a moving spot, or may be a transport vehicle loaded with equipment for setting up the moving spot. The moving spot car 316 in the figure moves to the destination Pc along the first route Rc. In this figure, the destination Pc is indicated by a movement point icon 310. The first route Rc is not a route planned in advance, but is a route through which the moving spot vehicle 316 passes as a result.

第1固定ポイントアイコン312a、第2固定ポイントアイコン312b、および第3固定ポイントアイコン312cは、所定のエリアにおける巡回ポイントであり、物資の補充を行うための巡回車314は、拠点Paから第2経路Raに沿って各巡回ポイントを巡回する。例えば、第2経路Raは、図6を用いて説明したエリアシミュレータ装置100により策定される。巡回車314を運転する担当者は、拠点Paを出発する際に、エリアシミュレータ装置100から第2経路Raの情報を受け取り、それに基づいて各巡回ポイントを巡回し、必要な物資の補充を行う。   The first fixed point icon 312a, the second fixed point icon 312b, and the third fixed point icon 312c are patrol points in a predetermined area, and the patrol vehicle 314 for replenishing supplies is a second route from the base Pa. It circulates through each traveling point along Ra. For example, the second route Ra is formulated by the area simulator device 100 described with reference to FIG. The person in charge of driving the patrol car 314 receives information on the second route Ra from the area simulator device 100 when leaving the base Pa, and patrols each patrol point based on the information to replenish necessary supplies.

後述する第2の実施の形態に係るエリアシミュレータ装置101は、巡回車314および移動スポット車316の現在位置を取得し、移動スポット車316の移動経路を推定した上で、物資の補充をするための合流地点Pbを割り出す。エリアシミュレータ装置101は、合流地点Pbを割り出すと、そこまでの第3経路Rbを策定して巡回車314に通知する。担当者は、第3経路Rbが通知された時点で、移動経路を変更し、合流地点Pbに向かう。一般に、道路を利用した輸送をする場合、渋滞等の交通事情により、移動速度が変わるため、確実な予定を立てることが難しい。そこで、巡回車314および移動スポット車316の位置情報をリアルタイムで把握することにより、適切な合流地点Pbを動的に割り出すことができ、移動スポット車316の移動経路上で効率的に物資の補充が可能になる。   The area simulator apparatus 101 according to a second embodiment to be described later acquires current positions of the traveling car 314 and the moving spot car 316, estimates the moving path of the moving spot car 316, and replenishes the supplies. Is determined. When the area simulator device 101 determines the junction point Pb, the area simulator device 101 formulates a third route Rb up to that point and notifies the traveling vehicle 314 of it. When the person in charge is notified of the third route Rb, the person in charge changes the travel route and heads to the junction Pb. Generally, when transporting using a road, it is difficult to make a reliable schedule because the moving speed changes depending on traffic conditions such as traffic jams. Therefore, by grasping the position information of the traveling car 314 and the moving spot car 316 in real time, an appropriate junction Pb can be dynamically determined, and the replenishment of materials efficiently on the moving route of the moving spot car 316 Is possible.

図22は、第2の実施の形態に係るエリアシミュレータ装置101の構成図である。本図で既に説明した構成と同一の符号を付した構成は、機能および動作が既に説明した構成と略同一である。以下、既に説明した構成における機能とは異なる点を中心に説明する。経路策定部702は、経路を策定すると、表示処理部108および更新部730に出力する。更新部730は、図21の巡回車314および移動スポット車316の現在の位置情報を取得し、図21の合流地点Pbを割り出して、現在位置から合流地点Pbまでの新たな移動経路を巡回車314ならびに移動スポット車316に通知する。   FIG. 22 is a configuration diagram of the area simulator apparatus 101 according to the second embodiment. Configurations denoted by the same reference numerals as those already described in the figure are substantially the same in function and operation as those already described. The following description will focus on points that differ from the functions in the configuration already described. When the route formulation unit 702 formulates a route, the route formulation unit 702 outputs the route to the display processing unit 108 and the update unit 730. The update unit 730 acquires the current position information of the traveling vehicle 314 and the moving spot vehicle 316 in FIG. 21, determines the joining point Pb in FIG. 21, and travels a new traveling route from the current position to the joining point Pb. 314 and the moving spot car 316 are notified.

図23は、図22の更新部730の内部構成図である。第1管理部733は、移動ポイントである移動スポット車316の現在の移動状態を管理する。第1管理部733は、第1位置情報取得部732および経路予測部734を有する。第1位置情報取得部732は、図21の移動スポット車316から移動スポット車316の現在の位置情報を取得する。例えば、移動スポット車316はGPS(Global Positioning System)を搭載し、所定の時間間隔で位置情報を取得するとともに、その位置情報を、無線などを利用して随時、エリアシミュレータ装置101に送信する。例えば、移動スポット車316は、数秒間隔で位置情報をエリアシミュレータ装置101に送信する。移動スポット車316は、リアルタイムに近づくような時間間隔で位置情報を送信することが好ましい。   FIG. 23 is an internal block diagram of the updating unit 730 in FIG. The first management unit 733 manages the current movement state of the moving spot car 316 that is a movement point. The first management unit 733 includes a first position information acquisition unit 732 and a route prediction unit 734. The first position information acquisition unit 732 acquires the current position information of the moving spot car 316 from the moving spot car 316 in FIG. For example, the moving spot vehicle 316 is equipped with a GPS (Global Positioning System), acquires position information at predetermined time intervals, and transmits the position information to the area simulator apparatus 101 as needed using radio. For example, the moving spot car 316 transmits position information to the area simulator apparatus 101 at intervals of several seconds. The moving spot vehicle 316 preferably transmits position information at time intervals that approach real time.

第1位置情報取得部732は、そのように送信された位置情報を取得する。第1位置情報取得部732は、移動スポット車316の位置情報を経路予測部734に出力する。経路予測部734は、受信した位置情報を時系列的に処理し、地図情報と照らし合わせることにより、走行中の道路を特定し、平均的な移動速度を算出する。そして、経路予測部734は、走行中の道路および移動速度を含む経路情報を、合流地点決定部736に出力する。   The first position information acquisition unit 732 acquires the position information transmitted as described above. The first position information acquisition unit 732 outputs the position information of the moving spot vehicle 316 to the route prediction unit 734. The route prediction unit 734 processes the received position information in time series and compares it with map information to identify a road that is running and calculate an average moving speed. Then, the route prediction unit 734 outputs route information including the traveling road and the moving speed to the joining point determination unit 736.

第2管理部735は、巡回車314の現在の移動状態を管理する。第2管理部735は、第2位置情報取得部740および予定経路提供部742を有する。第2位置情報取得部740は、第1位置情報取得部732と同様の方法により、図21の巡回車314から位置情報を所定の時間間隔で取得する。そして、第2位置情報取得部740は、巡回車314の位置情報と平均的な移動速度を合流地点決定部736に出力する。   The second management unit 735 manages the current movement state of the patrol vehicle 314. The second management unit 735 includes a second position information acquisition unit 740 and a planned route provision unit 742. The second position information acquisition unit 740 acquires position information from the patrol car 314 of FIG. 21 at a predetermined time interval by the same method as the first position information acquisition unit 732. Then, the second position information acquisition unit 740 outputs the position information of the traveling vehicle 314 and the average moving speed to the joining point determination unit 736.

予定経路提供部742は、経路策定部702から巡回車314の当初の移動経路、すなわち図21を用いて説明した第2経路Raの情報を取得し、合流地点決定部736に出力する。   The planned route providing unit 742 acquires the information on the initial travel route of the traveling vehicle 314 from the route formulating unit 702, that is, the information on the second route Ra described with reference to FIG. 21, and outputs the information to the junction determining unit 736.

合流地点決定部736は、巡回車314および移動スポット車316の現在の位置情報、移動速度、巡回車314の移動経路、移動スポット車316の予定移動経路とに基づいて、適切な合流地点を決定する。例えば、合流地点決定部736は、巡回車314および移動スポット車316の進行方向上に存在する駐車場や公園など、巡回車314と移動スポット車316とが駐車可能なスペースを、地図情報に基づいて検索し、そこを合流地点としてもよい。合流地点の決定方法については色々と考えられるが、要は、合流地点決定部736は、巡回車314および移動スポット車316の移動距離がさほど増加せず、かつ2台分の駐車スペースが確保できる地点を地図情報に基づいて検索する。そして、合流地点決定部736は、決定した合流地点を特定する例えば緯度、経度や名称などの情報を通知部738ならびに経路変更部744に出力する。   The junction point determination unit 736 determines an appropriate junction point based on the current position information of the patrol car 314 and the moving spot car 316, the moving speed, the moving path of the patrol car 314, and the planned moving path of the moving spot car 316. To do. For example, the merging point determination unit 736 determines a space where the traveling car 314 and the moving spot car 316 can be parked, such as a parking lot or a park existing in the traveling direction of the traveling car 314 and the moving spot car 316, based on the map information. You can search for them and use it as a meeting point. There are various methods for determining the junction point. In short, the junction point determination unit 736 does not increase the moving distance of the traveling car 314 and the moving spot car 316 and can secure a parking space for two cars. Search points based on map information. Then, the junction point determination unit 736 outputs information such as latitude, longitude, and name that specifies the determined junction point to the notification unit 738 and the route change unit 744.

経路変更部744は、巡回車314の移動経路を変更して、現在の位置から合流地点を経由して、次の巡回ポイントに向かうように新たな移動経路を策定する。すなわち、経路変更部744は、合流地点が決定した時点で、図21を用いて説明した第3経路Rbを策定する。そして、経路変更部744は、第3経路Rbを通知部738に出力する。   The route changing unit 744 changes the moving route of the patrol vehicle 314 and formulates a new moving route so as to go from the current position to the next patrol point via the junction. That is, the route changing unit 744 formulates the third route Rb described with reference to FIG. 21 when the junction point is determined. Then, the route changing unit 744 outputs the third route Rb to the notification unit 738.

通知部738は、合流地点とそこまでの移動経路と合流予定時間などの合流に必要な種々の情報を巡回車314および移動スポット車316に向けて送信する。これにより、巡回車314および移動スポット車316の乗員は、移動しながら合流地点、合流時間、合流地点までの移動経路を把握することができる。   The notification unit 738 transmits various information necessary for merging, such as a merging point, a moving route to the merging point, and a scheduled merging time, to the traveling car 314 and the moving spot car 316. Thereby, the passenger | crew of the traveling vehicle 314 and the movement spot vehicle 316 can grasp | ascertain the movement path | route to a merge point, merge time, and a merge point, moving.

以上、本発明を実施の形態をもとに説明した。実施の形態は例示であり、それらの各構成要素や各処理プロセスの組合せにいろいろな変形例が可能なこと、またそうした変形例も本発明の範囲にあることは当業者に理解されるところである。   The present invention has been described based on the embodiments. The embodiments are exemplifications, and it will be understood by those skilled in the art that various modifications can be made to combinations of the respective constituent elements and processing processes, and such modifications are within the scope of the present invention. .

第1の実施の形態に係るエリアシミュレータ装置の構成図である。It is a block diagram of the area simulator apparatus which concerns on 1st Embodiment. 本実施の形態に係るエリア分割処理の手順を示すフローチャートの一例である。It is an example of the flowchart which shows the procedure of the area division | segmentation process which concerns on this Embodiment. 図2に示した手順を模式的に示した図である。It is the figure which showed the procedure shown in FIG. 2 typically. 本実施の形態に係る表示画面の一例を示す図である。It is a figure which shows an example of the display screen which concerns on this Embodiment. 本実施の形態に係る拡大エリア画面の一例を示す図である。It is a figure which shows an example of the expansion area screen which concerns on this Embodiment. 本実施の形態に係るエリアシミュレータ装置の内部構成図である。It is an internal block diagram of the area simulator apparatus which concerns on this Embodiment. 図6の店舗情報記憶部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the shop information storage part of FIG. 図6の移動計画記憶部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the movement plan memory | storage part of FIG. 図6の初期設定部の内部構成図である。It is an internal block diagram of the initial setting part of FIG. 図6の初期設定記憶部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the initial setting memory | storage part of FIG. 図6の分割制御部の内部構成図である。It is an internal block diagram of the division | segmentation control part of FIG. 図6の統計量算出用ロジック記憶部の内部構成図である。It is an internal block diagram of the logic memory | storage part for statistic calculation of FIG. 図6のエリア分割情報記憶部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of the area division | segmentation information storage part of FIG. 図6の表示処理部の内部構成図である。It is an internal block diagram of the display process part of FIG. 図14のエリア表示データ生成部の内部構成図である。It is an internal block diagram of the area display data generation part of FIG. 図6のエリアシミュレータ装置におけるエリア分割処理の一例を示すフローチャートである。It is a flowchart which shows an example of the area division process in the area simulator apparatus of FIG. 図16に示したステップ104における処理の詳細なフローチャートである。It is a detailed flowchart of the process in step 104 shown in FIG. エリア分割処理を概念的に説明するための図である。It is a figure for demonstrating an area division process notionally. 図11の第1統計量算出部におけるコース数の算出処理の一例を示すフローチャートである。It is a flowchart which shows an example of the calculation process of the number of courses in the 1st statistics calculation part of FIG. エリア分割情報記憶部のデータ構造の一例を示す図である。It is a figure which shows an example of the data structure of an area division | segmentation information storage part. 移動中のノードに対して、そのノードの移動経路上で合流し、商品などの補充を行う形態を示す図である。It is a figure which shows the form which joins on the movement path | route of the node and replenishes goods etc. with respect to the node which is moving. 第2の実施の形態に係るエリアシミュレータ装置の構成図である。It is a block diagram of the area simulator apparatus which concerns on 2nd Embodiment. 図22の更新部の内部構成図である。It is an internal block diagram of the update part of FIG.

符号の説明Explanation of symbols

100 第1の実施の形態におけるエリアシミュレータ装置
101 第2の実施の形態におけるエリアシミュレータ装置
107 表示部
108 表示処理部
110 パラメータ設定部
114 初期設定部
115 分割処理部
116 候補選択処理部
120 分割状態判断部
400 分割制御部
402 特定部
404 指示部
406 第1統計量算出部
408 第2統計量算出部
410 候補帰属処理部
412 調整受付部
420 抽出部
422 フロア別統計量算出部
424 統合部
426 経路決定部
430 表示指示受付部
432 エリア表示データ生成部
433 建造物表示データ生成部
440 アイコン格納部
441 選択部
442 配置部
445 形状データ読込部
447 配置部
448 経路合成部
T1 地図情報記憶部
T2 拠点情報記憶部
T4 パラメータ記憶部
T5 初期設定記憶部
T6 エリア分割情報記憶部
T7 ロジック記憶部
T7a シード選択用ロジック記憶部
T7b 候補選択用ロジック記憶部
T7c 統計量算出用ロジック記憶部
T7d エリア数算出用ロジック記憶部
T8 移動計画記憶部
700 指示部
702 経路策定部
704 管理部
710 移動ポイント記憶部
712 固定ポイント記憶部
720 統計量算出部
730 更新部
732 第1位置情報取得部
734 経路予測部
736 合流地点決定部
738 通知部
740 第2位置情報取得部
742 予定経路提供部
744 経路変更部
100 Area simulator device 101 in the first embodiment Area simulator device 107 in the second embodiment Display unit 108 Display processing unit 110 Parameter setting unit 114 Initial setting unit 115 Division processing unit 116 Candidate selection processing unit 120 Division state determination Unit 400 division control unit 402 identification unit 404 instruction unit 406 first statistic calculation unit 408 second statistic calculation unit 410 candidate attribution processing unit 412 adjustment reception unit 420 extraction unit 422 floor-specific statistic calculation unit 424 integration unit 426 route determination Unit 430 display instruction reception unit 432 area display data generation unit 433 building display data generation unit 440 icon storage unit 441 selection unit 442 arrangement unit 445 shape data reading unit 447 arrangement unit 448 route synthesis unit T1 map information storage unit T2 base information storage Part T4 Parameter storage part T5 first Setting storage unit T6 Area division information storage unit T7 Logic storage unit T7a Seed selection logic storage unit T7b Candidate selection logic storage unit T7c Statistics calculation logic storage unit T7d Area number calculation logic storage unit T8 Movement plan storage unit 700 Instruction Unit 702 route planning unit 704 management unit 710 movement point storage unit 712 fixed point storage unit 720 statistic calculation unit 730 update unit 732 first position information acquisition unit 734 route prediction unit 736 meeting point determination unit 738 notification unit 740 second position information Acquisition unit 742 Planned route providing unit 744 Route changing unit

Claims (10)

短期的に設置される移動ポイントを含む複数の巡回ポイントを含む地域を複数のエリアに分割し、それぞれのエリアに前記巡回ポイントを帰属させる業務支援システムであって、
前記巡回ポイント毎に位置情報を含む巡回ポイント情報データを記憶する巡回ポイント情報記憶部と、
前記移動ポイント毎に前記地域内に設置される設置期間を含む移動計画を記憶する移動計画記憶部と、
日時の指定を受け付け、当該日時と、前記移動計画とに基づき、当該日時に前記地域内に設置されている前記巡回ポイントを対象として、
前記地域内に、それぞれ、起点となるシードである一つの前記巡回ポイントを含むエリアを複数設定する初期設定部と、
前記巡回ポイント情報記憶部の前記巡回ポイント情報データに基づき、前記複数のエリアそれぞれに追加して帰属させる候補となる候補巡回ポイントを、前記複数のエリア毎にそれぞれ選択する候補選択処理部と、
各前記エリア毎に、前記巡回ポイント情報データに基づき、当該エリアに既に帰属している前記巡回ポイントおよび前記候補巡回ポイントの位置情報によって定まる作業量である統計量をそれぞれ算出する統計量算出部と、
前記複数のエリアの中から、前記統計量算出部が算出した前記統計量が最も小さい前記エリアを特定エリアとして選択し、当該特定エリアにおける前記候補巡回ポイントを当該特定エリアに帰属させる候補帰属処理部と、
を含み、
前記候補選択処理部による前記候補巡回ポイントの選択と前記候補帰属処理部による前記候補巡回ポイントの帰属とを所定の終了条件を満たすまで順次繰り返し実行することを特徴とする業務支援システム。
A business support system that divides a region including a plurality of traveling points including a moving point installed in a short period into a plurality of areas and assigns the traveling points to each area,
A traveling point information storage unit that stores traveling point information data including position information for each traveling point;
A movement plan storage unit for storing a movement plan including an installation period installed in the area for each movement point;
Accepting designation of date and time, based on the date and time and the travel plan, targeting the patrol point installed in the area at the date and time,
An initial setting unit that sets a plurality of areas each including one traveling point that is a seed serving as a starting point in the region,
Candidate selection processing units that select candidate cyclic points for each of the plurality of areas, based on the cyclic point information data in the cyclic point information storage unit, and candidates for addition to each of the plurality of areas.
A statistic calculator that calculates, for each area , a statistic that is a work amount determined by position information of the cyclic point and the candidate cyclic point already belonging to the area, based on the cyclic point information data ; ,
A candidate attribution processing unit that selects, from among the plurality of areas, the area with the smallest statistical quantity calculated by the statistical quantity calculation unit as a specific area, and causes the candidate circulation point in the specific area to belong to the specific area When,
Including
A business support system , wherein the selection of the candidate cyclic points by the candidate selection processing unit and the attribution of the candidate cyclic points by the candidate attribution processing unit are sequentially executed until a predetermined end condition is satisfied .
請求項1に記載の業務支援システムにおいて、
前記巡回ポイントは、長期的に設置される固定ポイントも含み、
前記巡回ポイント情報記憶部は、前記固定ポイント毎の位置情報も記憶し、
前記初期設定部、前記候補選択処理部、前記統計量算出部、および前記候補帰属処理部は、前記巡回ポイント情報記憶部に記憶された前記固定ポイントが前記指定された日時に前記地域内に設置されているとして、前記巡回ポイントをいずれかのエリアに帰属させるエリア分割処理を行う業務支援システム。
The business support system according to claim 1,
The patrol point also includes a fixed point that is installed in the long term,
The traveling point information storage unit also stores position information for each fixed point,
The initial setting unit, the candidate selection processing unit, the statistic calculation unit, and the candidate attribution processing unit are installed in the area at the designated date and time when the fixed point stored in the traveling point information storage unit is stored. A business support system that performs area division processing for assigning the traveling point to any area .
請求項1または2に記載の業務支援システムにおいて、
前記移動計画に基づいて、前記巡回ポイントをいずれかのエリアに帰属させるエリア分割処理を行うタイミングを指定する指示部をさらに含み、
前記初期設定部、前記候補選択処理部、前記統計量算出部、および前記候補帰属処理部は、前記指示部により指示された前記タイミングにおける日時と、前記移動計画とに基づき、当該日時に前記地域内に設置されている前記巡回ポイントを対象として、前記巡回ポイントをいずれかのエリアに帰属させるエリア分割処理を行う業務支援システム。
In the business support system according to claim 1 or 2,
Based on the movement plan, further includes an instruction unit for designating a timing for performing an area division process for assigning the traveling point to any area ,
The initial setting unit, the candidate selection processing unit, the statistic calculation unit, and the candidate attribution processing unit, based on the date and time at the timing instructed by the instruction unit and the movement plan, A business support system for performing an area division process for assigning the traveling point to any area, targeting the traveling point installed in the interior.
請求項3に記載の業務支援システムにおいて、
前記移動計画記憶部は、前記移動ポイント毎に、各前記移動ポイントの設置期間の長さに応じた属性を対応づけて記憶し、
前記指示部は、前記属性に応じて、前記タイミングを決定する業務支援システム。
In the business support system according to claim 3,
The movement plan storage unit stores, for each movement point, an attribute corresponding to the length of the installation period of each movement point,
The said instruction | indication part is the work assistance system which determines the said timing according to the said attribute.
請求項1から4いずれかに記載の業務支援システムにおいて、
前記エリアにおける地図情報を保持する地図情報格納部と、
エリアに帰属された前記巡回ポイントを巡回するための移動経路を、前記地図情報に基づいて策定する経路策定部と、
をさらに含む業務支援システム。
In the business support system according to any one of claims 1 to 4,
A map information storage unit for holding map information in the area;
A route formulation unit that formulates a travel route for patrolling the patrol point belonging to an area based on the map information;
A business support system that further includes:
請求項5に記載の業務支援システムにおいて、
移動中の前記移動ポイントの第1位置情報を随時取得する第1位置情報取得部と、
前記移動経路に沿って巡回中の巡回者の第2位置情報を随時取得する第2位置情報取得部と、
前記第1位置情報と前記地図情報とに基づいて、前記移動ポイントの移動経路を予測する予測部と、
前記予測部が予測した前記移動ポイントの移動経路と、前記巡回者の移動経路と、前記第1位置情報と、前記第2位置情報とに基づいて、前記移動ポイントと前記巡回者との合流地点を決定する決定部と、
をさらに含む業務支援システム。
The business support system according to claim 5,
A first position information acquisition unit for acquiring first position information of the moving point during movement as needed;
A second position information acquisition unit that acquires second position information of a patrolman who is traveling along the movement route as needed;
A prediction unit that predicts a movement route of the movement point based on the first position information and the map information;
A moving path of the moving point the prediction unit predicts a moving path of the crawler, the a first position information, on the basis of the second position information, the junction between the crawler and the moving point A determination unit for determining
A business support system that further includes:
請求項6に記載の業務支援システムにおいて、
前記巡回者の移動経路を、前記合流地点を巡回するように変更する経路変更部と、
変更した移動経路を前記巡回者に通知する通知部と、
をさらに含む業務支援システム。
The business support system according to claim 6,
A route changing unit for changing the travel route of the patrol person so as to go around the junction;
A notification unit for notifying the patrol person of the changed travel route;
A business support system that further includes:
請求項1から7いずれかに記載の業務支援システムにおいて、  In the business support system according to any one of claims 1 to 7,
前記候補選択処理部は、前記巡回ポイント情報データに基づき、各前記エリアに既に帰属している前記巡回ポイントに基づく当該エリアの代表点を各前記複数のエリア毎に算出して、当該代表点からの距離に基づき、前記候補巡回ポイントを前記複数のエリア毎にそれぞれ選択する業務支援システム。  The candidate selection processing unit calculates, for each of the plurality of areas, a representative point of the area based on the cyclic point that has already belonged to each area based on the cyclic point information data. A business support system that selects each of the candidate tour points for each of the plurality of areas based on the distance.
請求項8に記載の業務支援システムにおいて、  The business support system according to claim 8,
前記代表点は、各前記エリアに既に帰属している前記巡回ポイントの重心である業務支援システム。  The business support system, wherein the representative point is a center of gravity of the traveling point already belonging to each area.
請求項8または9に記載の業務支援システムにおいて、  The business support system according to claim 8 or 9,
前記候補選択処理部は、前記複数のエリア毎に前記代表点からの距離が近い前記巡回ポイントから順に前記候補巡回ポイントとしてそれぞれ選択する業務支援システム。  The candidate selection processing unit is a business support system that selects each of the plurality of areas as the candidate tour point in order from the tour point having a short distance from the representative point.
JP2003288514A 2003-08-07 2003-08-07 Business support system Expired - Fee Related JP4451622B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003288514A JP4451622B2 (en) 2003-08-07 2003-08-07 Business support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003288514A JP4451622B2 (en) 2003-08-07 2003-08-07 Business support system

Publications (2)

Publication Number Publication Date
JP2005053683A JP2005053683A (en) 2005-03-03
JP4451622B2 true JP4451622B2 (en) 2010-04-14

Family

ID=34367136

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003288514A Expired - Fee Related JP4451622B2 (en) 2003-08-07 2003-08-07 Business support system

Country Status (1)

Country Link
JP (1) JP4451622B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6279272B2 (en) * 2013-09-30 2018-02-14 株式会社日本総合研究所 Mobile store patrol schedule creation device and method
JP6691156B2 (en) * 2018-02-27 2020-04-28 ソフトバンク株式会社 Information processing apparatus, information processing method, program, and article providing system
JP7373728B2 (en) * 2018-05-30 2023-11-06 パナソニックIpマネジメント株式会社 Monitoring support device and monitoring support method

Also Published As

Publication number Publication date
JP2005053683A (en) 2005-03-03

Similar Documents

Publication Publication Date Title
Bhoopalam et al. Planning of truck platoons: A literature review and directions for future research
Gavalas et al. Heuristics for the time dependent team orienteering problem: Application to tourist route planning
US8630958B2 (en) Systems and methods for multi-vehicle resource allocation and routing solutions
CN109934372B (en) Path planning method, device and equipment
JPWO2018047289A1 (en) Evaluation apparatus, evaluation method, and evaluation program
CN111044060A (en) Multi-vehicle path planning method and multi-vehicle path planning system
JP6027666B1 (en) Delivery route rearrangement system
Michel et al. A column-generation based tactical planning method for inventory routing
JP2007241340A (en) N division patrol path search system, route search server, and n division patrol path search method
JP2007240281A (en) Area division round route search system, route search server, and area division round route search method
JP2005043974A (en) Method and system for forming transport schedule
JP4451622B2 (en) Business support system
CN113739812B (en) Distribution plan generating method, device, system and computer readable storage medium
JP2006018443A (en) Vehicle visiting round planning device, method, program for executing it on computer, and computer-readable storage medium storing program
JP3911225B2 (en) Area division system
JP2004326711A (en) Method and device for planning vehicle-dispatching plan
JP6999519B2 (en) Transport capacity adjustment device, transport capacity adjustment system and transport capacity adjustment method
JP2004217340A (en) Transport plan preparing system and method thereof
JP4610161B2 (en) Course creation system and course creation method
JP6621142B2 (en) Delivery route rearrangement system
JP6834600B2 (en) Delivery plan creation program, delivery plan creation method, and delivery plan creation device
JP4364801B2 (en) Area division system
JP2007314335A (en) Physical distribution transport management device and physical distribution transport management system using geographical information
JP4258704B2 (en) Area division system
JP4610483B2 (en) Course creation system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060803

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090428

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090512

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090710

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100128

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130205

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20140205

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20150205

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees