JP6829604B2 - Minimum cost arithmetic unit, minimum cost arithmetic method and minimum cost arithmetic program - Google Patents
Minimum cost arithmetic unit, minimum cost arithmetic method and minimum cost arithmetic program Download PDFInfo
- Publication number
- JP6829604B2 JP6829604B2 JP2017000794A JP2017000794A JP6829604B2 JP 6829604 B2 JP6829604 B2 JP 6829604B2 JP 2017000794 A JP2017000794 A JP 2017000794A JP 2017000794 A JP2017000794 A JP 2017000794A JP 6829604 B2 JP6829604 B2 JP 6829604B2
- Authority
- JP
- Japan
- Prior art keywords
- minimum cost
- calculation
- point
- end point
- nodes
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 19
- 238000004364 calculation method Methods 0.000 claims description 113
- 238000010586 diagram Methods 0.000 description 10
- 238000007781 pre-processing Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 2
- 239000011159 matrix material Substances 0.000 description 2
- 230000001174 ascending effect Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000002441 reversible effect Effects 0.000 description 1
Images
Landscapes
- Navigation (AREA)
- Instructional Devices (AREA)
Description
本発明は、最小コスト演算装置、最小コスト演算方法および最小コスト演算プログラムに関する。 The present invention relates to a minimum cost arithmetic unit, a minimum cost arithmetic method and a minimum cost arithmetic program.
例えば、標準化されたデジタル道路地図データベースなどを用いて、道路データ上の2地点間の距離や移動時間を求める最短経路探索を高速化する様々な手法が知られている。公知技術として、例えば事前に道路データ上の全点対の最短経路探索結果を求めておき、高速に道路データ上の2地点間の距離や移動時間を呼び出すOD(Origin,Destination)コストマトリックスなどがある。最短経路探索は、ナビゲーションシステムや施設配置の決定などに用いられている。 For example, various methods are known that use a standardized digital road map database or the like to speed up the shortest route search for obtaining the distance and travel time between two points on road data. As a known technology, for example, an OD (Origin, Destination) cost matrix that obtains the shortest path search result of all points on the road data in advance and calls the distance and travel time between two points on the road data at high speed is available. is there. The shortest path search is used for determining navigation systems and facility layouts.
また、特許文献1には、道路の簡易地図データを格納した記憶装置と、記憶装置に格納された簡易地図データに対応する目的地を入力する入力装置と、車輌の位置を検出する位置検出装置と、入力装置の簡易地図データに対応する目的地を用いて経路探索を行ない、経路探索の結果の経路探索データと車輌現在位置により経路案内を行なう制御装置とを具備し、簡易地図データが主要道路網の交差点の位置および接続リンク番号からなるノードデータおよびノード間の距離および接続角度からなるリンクデータとした車載用ナビゲーション装置が開示されている。
Further,
しかしながら、ODコストマトリックスは、道路データの規模が大きくなると、事前計算に時間がかかり、大きな記憶容量も必要になってしまうという問題があった。また、従来の始点・終点の候補が交差点などの簡易道路データ上の地点のみとなる最短経路探索方法では、2地点間の距離や移動時間を精度よく算出することができないという問題があった。 However, the OD cost matrix has a problem that when the scale of road data becomes large, pre-calculation takes time and a large storage capacity is also required. Further, the conventional shortest path search method in which the candidates for the start point and the end point are only points on the simple road data such as an intersection has a problem that the distance and the travel time between the two points cannot be calculated accurately.
本発明は、上記に鑑みてなされたものであって、必要な記憶容量を抑えつつ、全データ対の最小コスト演算を効率的に行うことができる最小コスト演算装置、最小コスト演算方法および最小コスト演算プログラムを提供することを目的とする。 The present invention has been made in view of the above, and is a minimum cost arithmetic unit, a minimum cost arithmetic method, and a minimum cost that can efficiently perform the minimum cost calculation for all data pairs while suppressing the required storage capacity. The purpose is to provide an arithmetic program.
上述した課題を解決し、目的を達成するために、本発明は、道路の行き止まりを表す端点、分岐を伴わない道路上の地点を表す経由点、または分岐を含む道路の接続点を表す交差点のいずれかを示す複数のノード、およびノード間の道路区間を示す複数のリンクによって構成される道路データから、経由点を削除して端点および交差点をノードとする簡易道路データを作成する作成部と、前記作成部が作成した簡易道路データに対し、ノード相互のリンクの最小コスト(例えば距離や移動時間など)をそれぞれ算出する第1算出部と、前記道路データの経由点を少なくとも始点または終点として含む算出対象経路に対し、該始点または終点から、接続される2方向のリンクをたどり、それぞれ最初に到達する2通りの端点または交差点(以下、「近傍接続交差点等」と称する。)までの最小コストをそれぞれ算出する第2算出部と、前記第1算出部が算出した最小コスト、および前記第2算出部が算出した最小コストをそれぞれ記憶装置に記憶させる記憶部と、前記記憶装置が記憶した前記第1算出部が算出した最小コスト、および前記第2算出部が算出した最小コストそれぞれを用いて、始点から終点までの各経路のコストを比較した結果に応じて、前記算出対象経路の最小コストを算出する第3算出部と、を有する。 In order to solve the above-mentioned problems and achieve the object, the present invention relates to an end point representing a dead end of a road, a waypoint representing a point on a road without a branch , or an intersection representing a connection point of a road including a branch . A creation unit that creates simple road data with endpoints and intersections as nodes by deleting waypoints from road data consisting of multiple nodes indicating either of them and multiple links indicating road sections between the nodes. to simple road data to which the creation unit creates, and at least start or end point to the first calculation unit, a via point of the road data for calculating node minimum cost mutual links (e.g. distance or travel time, etc.), respectively From the start point or end point to the two end points or intersections (hereinafter referred to as "neighborhood connection intersections, etc.") that are connected first by following the links in the two directions to the route to be calculated. A second calculation unit that calculates the minimum cost, a storage unit that stores the minimum cost calculated by the first calculation unit, and the minimum cost calculated by the second calculation unit in the storage device, and the storage device stores the minimum cost. According to the result of comparing the cost of each route from the start point to the end point using each of the minimum cost calculated by the first calculation unit and the minimum cost calculated by the second calculation unit , the calculation target route It has a third calculation unit for calculating the minimum cost.
本発明によれば、必要な記憶容量を抑えつつ、全データ対の最小コスト演算を効率的に行うことができるという効果を奏する。 According to the present invention, there is an effect that the minimum cost calculation for all data pairs can be efficiently performed while suppressing the required storage capacity.
以下に添付図面を参照して、経路探索装置の実施形態を詳細に説明する。ここでは、最小コストおよび最小コスト経路を算出する経路探索装置10を例として説明するが、この経路探索装置10は、コストそれぞれの値のみに注目して最小コストを算出する最小コスト演算装置として用いられてもよい。図1は、実施形態にかかる経路探索装置10のハードウェア構成を例示する図である。図1に示すように、経路探索装置10は、PC(Personal Computer)などであり、例えばキーボード101、ディスプレイ102、通信I/F(インターフェイス)103、HDD104、CPU105、ROM106、およびRAM107を有する。
An embodiment of the route search device will be described in detail with reference to the accompanying drawings. Here, the
キーボード101は、経路探索装置10に対するユーザからの入力を受入れる入力部を構成する。入力部は、マウスなどが含まれていてもよい。ディスプレイ102は、経路探索装置10の動作状況などをユーザに対して表示する表示部を構成する。通信I/F103は、例えばネットワークなどを介して、他の装置との通信を行う。
The
HDD104は、経路探索装置10が実行するプログラムやデータを記憶する記憶装置である。CPU105は、プログラムを実行することにより、経路探索装置10を構成する各部の制御、および演算を行う。ROM106は、CPU105が実行するブートプログラムなどを記憶する。RAM107は、CPU105がプログラムを実行する場合にデータなどを記憶する。RAM107は、記憶装置として用いられてもよい。
The HDD 104 is a storage device that stores programs and data executed by the
次に、経路探索装置10が有する機能について説明する。図2は、経路探索装置10が有する機能の概要を例示するブロック図である。図2に示すように、経路探索装置10は、作成部20、第1算出部22、第2算出部24、記憶部26、および第3算出部28を有する。なお、作成部20、第1算出部22、第2算出部24、記憶部26、および第3算出部28は、CPU105が実行する最小コスト演算プログラムを構成するソフトウェアとしてモジュール化されていてもよいし、一部または全部がハードウェアによって構成されていてもよい。
Next, the function of the
作成部20は、端点、経由点、または交差点のいずれかを示す複数のノード、およびノード間の道路区間を示す複数のリンクによって構成される道路データ(道路ネットワークデータ)から、経由点を削除して端点および交差点をノードとする簡易道路データを作成する。
The
図3は、作成部20が道路データから簡易道路データを作成した結果を模式的に示す図である。図3に示すように、道路データは、複数の端点、経由点、および交差点を示すノードと、ノード間の道路区間を示す複数のリンクによって構成されている。ここで、端点は、道路の行き止まりを表している。また、交差点は、分岐を含む道路の接続点を表している。また、経由点は、分岐を伴わない道路上の地点であり、例えば道路のカーブなどを表現する場合に用いられる。
FIG. 3 is a diagram schematically showing the result of the
作成部20は、図3に示したように、道路データから経由点を削除して端点および交差点をノードとするように簡素化した簡易道路データを可逆変換処理によって作成する。
As shown in FIG. 3, the
第1算出部22は、作成部20が作成した簡易道路データに対し、ノード相互のリンクの最小コストおよび全てのノード間の最小コスト経路をそれぞれ算出する。ここで、図4および図5を用いて、第1算出部22の動作例を説明する。図4は、第1算出部22が最小コストおよび最小コスト経路を算出する対象となる簡易道路データを模式的に示す図である。図5は、第1算出部22が算出した結果をまとめた最小コストテーブルである。ここで、最小コストテーブルとは、簡易道路データを用いて、ノード相互のリンクの最小コスト、およびノード間の最小コスト経路を示すものであるとする。なお、図5においては、図4におけるノードa〜dについてのみ算出結果が示されている。このように、必要なノードが絞り込まれると、記憶容量の削減、および処理の高速化が容易となる。
The
図5に示したように、第1算出部22は、全データ対経路探索を行うことにより、ノード相互の最小コスト、および当該最小コストに対応する最小コスト経路を算出し、最小コストと最小コスト経路とを対にして、記憶部26に対して出力する。そして、記憶部26は、第1算出部22が算出した最小コストと最小コスト経路との対をHDD104などに記憶させる。つまり、経路探索装置10は、全てのデータ対の最小コストおよび最小コスト経路を記憶させる必要がないため、必要な記憶容量を抑えることができる。
As shown in FIG. 5, the
また、第1算出部22は、作成部20が作成した簡易道路データに対し、時間帯、季節、ノードの優先度、およびノード間の接続を示すリンクに応じて予め定められたコストの重みに基づいて、ノード相互のリンクの最小コストおよび全てのノード間の最小コスト経路をそれぞれ算出してもよい。つまり、HDD104が時間帯や季節などの違いに応じて最小コストテーブルを分けて記憶していてもよい。
Further, the
第2算出部24は、道路データの経由点を少なくとも始点または終点とする算出対象経路に対し、該始点または終点から近傍接続交差点等までの最小コストおよび最小コスト経路をそれぞれ算出する。ここで、図6および図7を用いて、第2算出部24の動作例を説明する。図6は、第2算出部24が始点および終点それぞれから近傍接続交差点等までの最小コストおよび最小コスト経路を算出する対象となる道路データを模式的に例示する図である。図7は、第2算出部24が算出した結果を例示する近傍接続テーブルである。ここで、近傍接続テーブルとは、道路データを用いて、始点および終点それぞれから近傍接続交差点等までの最小コストおよび最小コスト経路を示すものであるとする。また、始点から近傍接続交差点等までの最小コストおよび最小コスト経路を始点近傍接続情報とする。また、終点から近傍接続交差点等までの最小コストおよび最小コスト経路を終点近傍接続情報とする。 The second calculation unit 24 calculates the minimum cost and the minimum cost route from the start point or the end point to the neighboring connection intersection or the like with respect to the calculation target route whose start point or end point is at least the waypoint of the road data. Here, an operation example of the second calculation unit 24 will be described with reference to FIGS. 6 and 7. FIG. 6 is a diagram schematically illustrating road data for which the second calculation unit 24 calculates the minimum cost and the minimum cost route from each of the start point and the end point to a nearby connection intersection or the like. FIG. 7 is a neighborhood connection table illustrating the results calculated by the second calculation unit 24. Here, it is assumed that the neighborhood connection table indicates the minimum cost and the minimum cost route from each of the start point and the end point to the neighborhood connection intersection or the like by using the road data. Further, the minimum cost and the minimum cost route from the start point to the neighborhood connection intersection and the like are used as the start point neighborhood connection information. Further, the minimum cost and the minimum cost route from the end point to the nearby connection intersection and the like are used as the end point neighborhood connection information.
図7に示したように、第2算出部24は、経由点である始点および終点から、2通りの近傍接続交差点等までの最小コストおよび最小コスト経路をそれぞれ算出し、近傍接続交差点等のノード名、当該最小コストおよび最小コスト経路をグループにして、記憶部26に対して出力する。そして、記憶部26は、近傍接続交差点等のノード名、最小コストおよび最小コスト経路のグループをHDD104などに記憶させる。つまり、経路探索装置10は、全てのデータ対の最小コストおよび最小コスト経路を記憶させる必要がないため、必要な記憶容量を抑えることができる。
As shown in FIG. 7, the second calculation unit 24 calculates the minimum cost and the minimum cost route from the start point and the end point, which are transit points, to the two neighborhood connection intersections, respectively, and the node of the neighborhood connection intersection, etc. The name, the minimum cost, and the minimum cost route are grouped and output to the
なお、第1算出部22および第2算出部24は、ノード間の接続を示すリンクが、所定のノードからの経路として選択されることを禁止された禁止リンクである場合、禁止リンク以外のリンクを選択して最小コストおよび最小コスト経路をそれぞれ算出する。ここで、禁止リンクとは、例えば道路データにおける一方通行や交通規制などの進行を制限するリンクであるとする。
In the
記憶部26は、HDD104またはRAM107に対するデータの書込みおよび読出しなどの記憶制御を行う。具体的には、記憶部26は、上述したように、第1算出部22が算出した最小コストおよび最小コスト経路、並びに第2算出部24が算出した最小コストおよび最小コスト経路をHDD104またはRAM107に記憶させる。また、記憶部26は、第1算出部22が算出した最小コストが予め定められた閾値以上であった場合、当該最小コストをHDD104などに記憶させなくてもよい。また、記憶部26は、第1算出部22が算出した最小コストを昇順にHDD104に記憶させ、探索を効率化させてもよい。
The
第3算出部28は、コスト算出部280、比較部282、および決定部284を有する。コスト算出部280は、始点から終点までの各経路のコスト(例えば距離や移動時間など)を算出する機能を備える。比較部282は、コスト算出部280が算出したコストの値を比較する機能を備える。決定部284は、比較部282が比較した結果に応じて、算出対象経路の最小コストおよび最小コスト経路を決定する機能を備える。
The
そして、第3算出部28は、HDD104またはRAM107が記憶した最小コストおよび最小コスト経路それぞれを用いて、算出対象経路の最小コストおよび最小コスト経路を算出する。また、第3算出部28は、始点および終点が共に経由点であり、かつ、近傍接続交差点等が一致する場合、近傍接続交差点等のいずれか一方から始点までの最小コストと終点までの最小コストとの差を算出対象経路のコストとする。
Then, the
例えば、図3〜図7までに示した例に対し、第3算出部28は、HDD104またはRAM107が記憶した近傍接続テーブルを用いて、始点から終点までの次の4つの経路を算出する。
For example, with respect to the examples shown in FIGS. 3 to 7, the
始点→a→c→終点
始点→a→d→終点
始点→b→c→終点
始点→b→d→終点
Start point → a → c → End point Start point → a → d → End point Start point → b → c → End point Start point → b → d → End point
次に、第3算出部28は、HDD104またはRAM107が記憶した近傍接続テーブルおよび最小コストテーブルを用いて、次のように各区間のコストを算出する。
Next, the
始点→a→c→終点:1.5+4+0.6=6.1
始点→a→d→終点:1.5+5+0.4=6.9
始点→b→c→終点:0.5+2+0.6=3.1
始点→b→d→終点:0.5+3+0.4=3.9
Start point → a → c → End point: 1.5 + 4 + 0.6 = 6.1
Start point → a → d → End point: 1.5 + 5 + 0.4 = 6.9
Start point → b → c → End point: 0.5 + 2 + 0.6 = 3.1
Start point → b → d → End point: 0.5 + 3 + 0.4 = 3.9
以上より、第3算出部28は、始点→終点間の最小コスト値を3.1とする。そして、第3算出部28は、最小コスト経路を(4,b,c,5,6)とする。
From the above, the
なお、始点および終点の近傍接続交差点等が一致する場合、始点および終点は、該近傍接続交差点等で挟まれた同一区間上にあると考えられる。よって、第3算出部28は、該近傍接続交差点等の一方から始点および終点までの間のコスト差により、始点から終点までのコストを算出する。
If the start point and the near-end connection intersection of the end point match, it is considered that the start point and the end point are on the same section sandwiched between the near-end connection intersection and the like. Therefore, the
次に、経路探索装置10の動作についてフローチャートを用いて説明する。経路探索装置10は、まず「前処理」を行い、次に「経路探索処理」を行うことにより、コスト最小経路探索を行う。
Next, the operation of the
図8は、経路探索装置10が行う前処理の動作を例示するフローチャートである。図8に例示するように、ステップ100(S100)において、作成部20は、道路データから簡易道路データの作成を行う。そして、ステップ102(S102)において、第1算出部22は、簡易道路データで最小コストテーブルの作成を行う。前処理において、最小コストテーブルは、HDD104またはRAM107に記憶される。
FIG. 8 is a flowchart illustrating the operation of the preprocessing performed by the
図9は、経路探索装置10が行う経路探索処理の動作を例示するフローチャートである。図9に示すように、ステップ200(S200)において、例えば、第2算出部24は、キーボード101から入力される始点・終点に応じて、道路データにおける始点・終点を設定する。
FIG. 9 is a flowchart illustrating the operation of the route search process performed by the
ステップ202(S202)において、第2算出部24は、始点が端点または交差点であるか否かを判定し、始点が端点または交差点である場合にはS204の処理に進み、その他の場合にはS214の処理に進む。 In step 202 (S202), the second calculation unit 24 determines whether or not the start point is an end point or an intersection, and if the start point is an end point or an intersection, proceeds to the process of S204, and in other cases, S214. Proceed to the process of.
ステップ204(S204)において、第2算出部24は、終点が端点または交差点であるか否かを判定し、終点が端点または交差点である場合にはS206の処理に進み、その他の場合にはS208の処理に進む。 In step 204 (S204), the second calculation unit 24 determines whether or not the end point is an end point or an intersection, and if the end point is an end point or an intersection, proceeds to the process of S206, and in other cases, S208. Proceed to the process of.
ステップ206(S206)において、第3算出部28は、HDD104またはRAM107が記憶している最小コストテーブルによるコスト計算を行う。
In step 206 (S206), the
ステップ208(S208)において、第2算出部24は、終点近傍接続情報の作成を行う。 In step 208 (S208), the second calculation unit 24 creates connection information near the end point.
ステップ210(S210)において、コスト算出部280は、終点近傍接続情報および最小コストテーブルによるコスト計算(2通り)を行う。
In step 210 (S210), the
ステップ212(S212)において、比較部282は、コスト算出部280が算出したコスト計算の結果を比較する。
In step 212 (S212), the
ステップ214(S214)において、第2算出部24は、始点近傍接続情報の作成を行う。 In step 214 (S214), the second calculation unit 24 creates connection information near the start point.
ステップ216(S216)において、第2算出部24は、終点が端点または交差点であるか否かを判定し、終点が端点または交差点である場合にはS218の処理に進み、その他の場合にはS222の処理に進む。 In step 216 (S216), the second calculation unit 24 determines whether or not the end point is an end point or an intersection, proceeds to the process of S218 if the end point is an end point or an intersection, and S222 in other cases. Proceed to the process of.
ステップ218(S218)において、コスト算出部280は、始点近傍接続情報および最小コストテーブルによるコスト計算(2通り)を行う。
In step 218 (S218), the
ステップ220(S220)において、比較部282は、コスト算出部280が算出したコスト計算の結果を比較する。
In step 220 (S220), the
ステップ222(S222)において、第2算出部24は、終点近傍接続情報の作成を行う。 In step 222 (S222), the second calculation unit 24 creates connection information near the end point.
ステップ224(S224)において、第2算出部24は、始点および終点の近傍接続交差点等が一致するか否かを判定し、一致する場合にはS226の処理に進み、一致しない場合にはS228の処理に進む。 In step 224 (S224), the second calculation unit 24 determines whether or not the near connection intersections of the start point and the end point match, and if they match, the process proceeds to S226, and if they do not match, S228 Proceed to processing.
ステップ226(S226)において、第3算出部28は、近傍接続交差点等と始点および終点のコスト差からコスト計算を行う。
In step 226 (S226), the
ステップ228(S228)において、コスト算出部280は、始点近傍接続情報および終点近傍接続情報、並びに最小コストテーブルによるコスト計算(4通り)を行う。
In step 228 (S228), the
ステップ230(S230)において、比較部282は、コスト算出部280が算出したコスト計算の結果を比較する。
In step 230 (S230), the
ステップ232(S232)において、決定部284は、最小コスト値および最小コスト経路の決定を行う。
In step 232 (S232), the
このように、実施形態にかかる経路探索装置10は、簡易道路データの最小コストおよび最小コスト経路と、道路データの経由点である少なくとも始点または終点から、近傍接続交差点等までの最小コストおよび最小コスト経路とを用いることにより、必要な記憶容量を抑えつつ、全データ対の最小コスト演算を効率的に行うことができる。また、経路探索装置10は、最小コスト経路を示す情報を用いることなく、最小コストの値に応じて、全データ対の最小コスト探索を行うように構成されてもよい。つまり、経路探索装置10は、最小コストとなる経路がどの経路であるかに関わらず、全データ対の最小コストを探索するように最小コスト演算プログラムが構成されてもよい。
As described above, the
また、経路探索装置10は、時間帯や季節ごとに異なる最小コストテーブルを使い分けることを可能にされると、例えばサービス提供先(警備先または訪問介護先、警備輸送先など)や道路の状態などに応じた最小コスト演算および最小コスト経路探索を行うことができる。
Further, when the
本実施形態の経路探索装置10で実行される最小コスト演算プログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。
The minimum cost calculation program executed by the
また、本実施形態の経路探索装置10で実行される最小コスト演算プログラムは、インターネット等のネットワークに接続されたコンピュータ上に格納され、ネットワーク経由でダウンロードさせることにより提供されるように構成されてもよい。
Further, even if the minimum cost calculation program executed by the
10 経路探索装置
101 キーボード
104 HDD
105 CPU
107 RAM
20 作成部
22 第1算出部
24 第2算出部
26 記憶部
28 第3算出部
280 コスト算出部
282 比較部
284 決定部
10
105 CPU
107 RAM
20
Claims (7)
前記作成部が作成した簡易道路データに対し、ノード相互のリンクの最小コストをそれぞれ算出する第1算出部と、
前記道路データの経由点を少なくとも始点または終点として含む算出対象経路に対し、該始点または終点から、接続される2方向のリンクをたどり、それぞれ最初に到達する2通りの端点または交差点までの最小コストをそれぞれ算出する第2算出部と、
前記第1算出部が算出した最小コスト、および前記第2算出部が算出した最小コストをそれぞれ記憶装置に記憶させる記憶部と、
前記記憶装置が記憶した前記第1算出部が算出した最小コスト、および前記第2算出部が算出した最小コストそれぞれを用いて、始点から終点までの各経路のコストを比較した結果に応じて、前記算出対象経路の最小コストを算出する第3算出部と、
を有することを特徴とする最小コスト演算装置。 Multiple nodes indicating either an end point representing a dead end of a road, a waypoint representing a point on a road without a branch , or an intersection representing a connection point of a road containing a branch , and multiple road sections between nodes. A creation unit that deletes waypoints from road data composed of links and creates simple road data with endpoints and intersections as nodes.
The first calculation unit that calculates the minimum cost of links between nodes for the simple road data created by the creation unit, and
To calculate the target path including by at least start or end point of the route point of the road data, from the above start point or end point, follow the two directions of the link to be connected, respectively to the end point or intersection of two ways to reach the first The second calculation unit that calculates the minimum cost respectively,
A storage unit that stores the minimum cost calculated by the first calculation unit and the minimum cost calculated by the second calculation unit in the storage device, respectively.
According to the result of comparing the cost of each route from the start point to the end point using each of the minimum cost calculated by the first calculation unit and the minimum cost calculated by the second calculation unit stored in the storage device . A third calculation unit that calculates the minimum cost of the calculation target route,
A minimum cost arithmetic unit characterized by having.
前記算出対象経路における始点から接続される2方向のリンクをたどってそれぞれ最初に到達する2通りの端点または交差点と、前記算出対象経路における終点から接続される2方向のリンクをたどってそれぞれ最初に到達する2通りの端点または交差点とが一致する場合、一致した端点または交差点から始点までの最小コストと終点までの最小コストとの差を前記算出対象経路のコストとすること
を特徴とする請求項1に記載の最小コスト演算装置。 The third calculation unit
Two end points or intersections that reach first by following the links in the two directions connected from the start point in the calculation target route, and the links in the two directions connected from the end point in the calculation target route, respectively, first. The claim is characterized in that, when the two reaching end points or intersections match, the difference between the minimum cost from the matched end point or intersection to the start point and the minimum cost to the end point is taken as the cost of the calculation target route. The minimum cost calculation device according to 1.
前記作成部が作成した簡易道路データに対し、時間帯、季節、ノードの優先度、およびノード間の接続を示すリンクに応じて予め定められたコストの重みに基づいて、ノード相互のリンクの最小コストをそれぞれ算出すること
を特徴とする請求項1または2に記載の最小コスト演算装置。 The first calculation unit
The minimum link between nodes based on the time zone, season, node priority, and cost weights predetermined according to the link indicating the connection between the nodes for the simple road data created by the creation unit. The minimum cost arithmetic unit according to claim 1 or 2, wherein each cost is calculated.
前記第1算出部が算出した最小コストが予め定められた閾値以上であった場合、当該最小コストを前記記憶装置に記憶させないこと
を特徴とする請求項1乃至3のいずれか1項に記載の最小コスト演算装置。 The storage unit
The invention according to any one of claims 1 to 3, wherein when the minimum cost calculated by the first calculation unit is equal to or greater than a predetermined threshold value, the minimum cost is not stored in the storage device. Minimum cost arithmetic unit.
ノード間の接続を示すリンクが、所定のノードからの経路として選択されることを禁止された禁止リンクである場合、前記禁止リンク以外のリンクを選択して最小コストをそれぞれ算出すること
を特徴とする請求項1乃至4のいずれか1項に記載の最小コスト演算装置。 The first calculation unit and the second calculation unit
When the link indicating the connection between nodes is a prohibited link that is prohibited from being selected as a route from a predetermined node, a link other than the prohibited link is selected and the minimum cost is calculated respectively. The minimum cost arithmetic unit according to any one of claims 1 to 4.
作成した簡易道路データに対し、ノード相互のリンクの最小コストをそれぞれ算出する第1算出工程と、
前記道路データの経由点を少なくとも始点または終点として含む算出対象経路に対し、該始点または終点から、接続される2方向のリンクをたどり、それぞれ最初に到達する2通りの端点または交差点までの最小コストをそれぞれ算出する第2算出工程と、
算出した最小コストをそれぞれ記憶装置に記憶させる工程と、
前記記憶装置が記憶した前記第1算出工程が算出した最小コスト、および前記第2算出工程が算出した最小コストそれぞれを用いて、始点から終点までの各経路のコストを比較した結果に応じて、前記算出対象経路の最小コストを算出する工程と、
を含む最小コスト演算方法。 Multiple nodes indicating either an end point representing a dead end of a road, a waypoint representing a point on a road without a branch , or an intersection representing a connection point of a road containing a branch , and multiple road sections between nodes. From the road data composed of links, the process of deleting waypoints and creating simple road data with end points and intersections as nodes, and
The first calculation process for calculating the minimum cost of links between nodes for the created simple road data, and
To calculate the target path including by at least start or end point of the route point of the road data, from the above start point or end point, follow the two directions of the link to be connected, respectively to the end point or intersection of two ways to reach the first The second calculation process to calculate the minimum cost respectively,
The process of storing the calculated minimum cost in the storage device and
According to the result of comparing the cost of each route from the start point to the end point using each of the minimum cost calculated by the first calculation step and the minimum cost calculated by the second calculation step stored in the storage device . The process of calculating the minimum cost of the calculation target route and
Minimum cost calculation method including.
作成した簡易道路データに対し、ノード相互のリンクの最小コストをそれぞれ算出する第1算出ステップと、
前記道路データの経由点を少なくとも始点または終点として含む算出対象経路に対し、該始点または終点から、接続される2方向のリンクをたどり、それぞれ最初に到達する2通りの端点または交差点までの最小コストをそれぞれ算出する第2算出ステップと、
算出した最小コストをそれぞれ記憶装置に記憶させるステップと、
前記記憶装置が記憶した前記第1算出ステップが算出した最小コスト、および前記第2算出ステップが算出した最小コストそれぞれを用いて、始点から終点までの各経路のコストを比較した結果に応じて、前記算出対象経路の最小コストを算出するステップと、
をコンピュータに実行させるための最小コスト演算プログラム。 Multiple nodes indicating either an end point representing a dead end of a road, a waypoint representing a point on a road without a branch , or an intersection representing a connection point of a road containing a branch , and multiple road sections between nodes. From the road data composed of links, the step of deleting waypoints and creating simple road data with end points and intersections as nodes, and
The first calculation step to calculate the minimum cost of the link between the nodes for the created simple road data, and
To calculate the target path including by at least start or end point of the route point of the road data, from the above start point or end point, follow the two directions of the link to be connected, respectively to the end point or intersection of two ways to reach the first The second calculation step to calculate the minimum cost respectively,
The step of storing the calculated minimum cost in the storage device and
According to the result of comparing the cost of each route from the start point to the end point using each of the minimum cost calculated by the first calculation step and the minimum cost calculated by the second calculation step stored in the storage device . The step of calculating the minimum cost of the calculation target route and
The minimum cost calculation program to make a computer execute.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017000794A JP6829604B2 (en) | 2017-01-05 | 2017-01-05 | Minimum cost arithmetic unit, minimum cost arithmetic method and minimum cost arithmetic program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017000794A JP6829604B2 (en) | 2017-01-05 | 2017-01-05 | Minimum cost arithmetic unit, minimum cost arithmetic method and minimum cost arithmetic program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018109583A JP2018109583A (en) | 2018-07-12 |
JP6829604B2 true JP6829604B2 (en) | 2021-02-10 |
Family
ID=62844986
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017000794A Active JP6829604B2 (en) | 2017-01-05 | 2017-01-05 | Minimum cost arithmetic unit, minimum cost arithmetic method and minimum cost arithmetic program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6829604B2 (en) |
-
2017
- 2017-01-05 JP JP2017000794A patent/JP6829604B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2018109583A (en) | 2018-07-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8681635B2 (en) | Computer-implemented systems and methods for planning a route | |
US8275546B2 (en) | Travelogue-based travel route planning | |
CN103309917B (en) | Path searching method and path search device | |
US20160033292A1 (en) | Method and system for obtaining trajectory pattern of route | |
CN110647693B (en) | Path recommendation method and device | |
JP2013508692A (en) | Additional map generation, refinement and expansion using GPS trajectories | |
US20180174445A1 (en) | Method and apparatus for constructing a traffic model | |
US20140074389A1 (en) | Solving traffic congestion using vehicle grouping | |
TW201346603A (en) | Path searching method and path search device | |
JP2023027250A (en) | Road information updating method and device, electronic apparatus, storage medium and computer program | |
US9046377B2 (en) | Method and system for generating fixed transit routes | |
WO2010058785A1 (en) | Path calculation order deciding method, program and calculating apparatus | |
JP6669167B2 (en) | Guidance support system, guidance support method, and computer-readable recording medium | |
KR101766640B1 (en) | Apparatus and method for calculating standard route of moving body | |
Szücs | Decision support for route search and optimum finding in transport networks under uncertainty | |
JP6829604B2 (en) | Minimum cost arithmetic unit, minimum cost arithmetic method and minimum cost arithmetic program | |
JP5132694B2 (en) | DATA GENERATION DEVICE, DATA GENERATION METHOD, AND ROUTE SEARCH DEVICE | |
JP2017125869A (en) | Map updating apparatus, map updating method, computer program, and recording medium with computer program recorded thereon | |
CN113739798B (en) | Path planning method and device | |
US9880004B2 (en) | Geographical constraints-aware map routing | |
CN111832602B (en) | Map-based feature embedding method and device, storage medium and electronic equipment | |
JP5513215B2 (en) | Route search device, data structure of network data, and network data generation device | |
JP6553564B2 (en) | Route calculation apparatus, route calculation method, and program | |
Teimouri et al. | Analysis of route choice based on path characteristics using Geolife GPS trajectories | |
US20230017693A1 (en) | Topology design apparatus, topology design method and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20191003 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200924 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20201104 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20201209 |
|
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: 20210105 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210122 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6829604 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |