JP2003087311A - Path finding device - Google Patents

Path finding device

Info

Publication number
JP2003087311A
JP2003087311A JP2001276427A JP2001276427A JP2003087311A JP 2003087311 A JP2003087311 A JP 2003087311A JP 2001276427 A JP2001276427 A JP 2001276427A JP 2001276427 A JP2001276427 A JP 2001276427A JP 2003087311 A JP2003087311 A JP 2003087311A
Authority
JP
Japan
Prior art keywords
route
branch
point node
node
searching
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2001276427A
Other languages
Japanese (ja)
Other versions
JP3676713B2 (en
Inventor
Koichi Hirose
公一 広瀬
Takayuki Nagase
貴之 永瀬
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2001276427A priority Critical patent/JP3676713B2/en
Publication of JP2003087311A publication Critical patent/JP2003087311A/en
Application granted granted Critical
Publication of JP3676713B2 publication Critical patent/JP3676713B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a path finding device that can surely find paths from a start point node to an end point node in a short time. SOLUTION: A search processing section 12 includes; a branch sensitivity calculation means 61 for calculating the sensitivity of each branch with respect to a preset start point node and a preset and point node and extracting only branches with sensitivity in a graph where paths are expressed by nods and branches; a radiant configuration generating means 62 for searching a loop configuration included in the graph extracted by the branch sensitivity calculation means 61 and interrupting the searched loop configuration to generate combinations of branches being interruption objects to provide the radiant configuration to the graph; and a all route searching means 63 for searching all path candidates from the start point node to the end point node on the basis of the graph with the radiant configuration created by interrupting the branches of the interruption objects by the radiant configuration generating means 62.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ノードとブランチ
とで経路を表現したグラフにおいて、始点ノードから終
点ノードに至る経路を探索する経路探索装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a route search device for searching a route from a start point node to an end point node in a graph expressing a route with nodes and branches.

【0002】[0002]

【従来の技術】従来、ノードとブランチとで経路を表現
したグラフにおいて、始点ノードから終点ノードに至る
全経路を探索する装置として、たとえば、特開平07−
015469号公報に記載されたものがある。
2. Description of the Related Art Conventionally, as an apparatus for searching all routes from a start point node to an end point node in a graph in which a route is expressed by nodes and branches, for example, Japanese Patent Laid-Open No. 07-
There is one described in Japanese Patent No. 015469.

【0003】この全経路探索装置は、いわゆる総当たり
方式によって全経路を探索するものであり、この総当た
り方式について図13を参照して説明する。
This all-routes searching device searches all routes by a so-called brute force method, and this brute force method will be described with reference to FIG.

【0004】図13において、始点ノードをA点、終点
ノードをB点としたとき、まず、始点ノードAから伸び
る全中継路について接続先ノードを調べ、それが終点ノ
ードBであったならば、その経路を格納する。接続先ノ
ードが終点ノードBでなかったならば、さらにその接続
先ノードから伸びる全ての中継路について接続先ノード
が終点ノードBか否かを調べていき、最終的に終点ノー
ドBに到達すれば、その経路を格納する。
In FIG. 13, when the start point node is point A and the end point node is point B, first, the connection destination node is checked for all relay paths extending from the start point node A, and if it is the end point node B, Store the route. If the connection destination node is not the end point node B, further check whether or not the connection destination node is the end point node B for all relay paths extending from the connection destination node, and finally reach the end point node B. , Store its route.

【0005】このように、従来の装置では、全ての接続
先ノードから伸びる全ての中継路について経路を調べて
いくことで始点ノードAから終点ノードBへの全経路を
探索している。
As described above, in the conventional apparatus, all routes from the start point node A to the end point node B are searched by checking the routes for all the relay paths extending from all the connection destination nodes.

【0006】[0006]

【発明が解決しようとする課題】従来の経路探索装置
は、上記のように構成されているため、ノード数やブラ
ンチ数が増加するのに伴って経路探索の組み合わせ数が
増大し、経路探索に時間を要する。
Since the conventional route search device is configured as described above, the number of combinations of route searches increases as the number of nodes and the number of branches increase, and the route search device is It takes time.

【0007】また、最短経路探索に関しては、従来よ
り、Kurskalの算法や、ダイクストラム法などの
手法がある。しかし、従来の上記手法では、目的関数の
設定の仕方(マイナスの評価のブランチがある場合な
ど)によっては、局所最適解にはまって全体的な最適経
路を探索できない場合が発生するなどの問題が生じる。
Further, regarding the shortest path search, conventionally, there are methods such as the Kurskal arithmetic method and the Dijkstraum method. However, in the above-mentioned conventional method, depending on the method of setting the objective function (such as when there is a branch with a negative evaluation), there is a problem that the local optimal solution cannot be found and the overall optimal route may not be found. Occurs.

【0008】本発明は、上述の問題を解決するためにな
されたもので、始点ノードから終点ノードまでの経路探
索を確実かつ短時間の内に行うことができる経路探索装
置を提供することを目的とする。
The present invention has been made to solve the above problems, and an object of the present invention is to provide a route search device capable of surely performing a route search from a start node to an end node in a short time. And

【0009】[0009]

【課題を解決するための手段】本発明は、上記の目的を
達成するために、次の構成を採用している。すなわち、
請求項1記載の発明に係る経路探索装置は、ノードとブ
ランチとで経路を表現したグラフにおいて、予め設定さ
れた始点ノードと終点ノードに対する各ブランチの感度
を算出して感度を持つブランチのみを抽出するブランチ
感度算出手段と、このブランチ感度算出手段で抽出され
たグラフに含まれるループ構成を探索し、探索したルー
プ構成を切断して前記グラフを放射状構成とするための
切断対象となるブランチの組み合わせを作成する放射状
構成作成手段と、この放射状構成作成手段により切断対
象となるブランチを切断して作成された放射状構成のグ
ラフに基づいて始点ノードから終点ノードに至る経路の
候補を全て探索する全経路探索手段と、を備えることを
特徴としている。
The present invention has the following features to attain the object mentioned above. That is,
The route search device according to the invention of claim 1 calculates only the sensitivity of each branch with respect to a preset start point node and end point node in a graph expressing a route with nodes and branches, and extracts only branches having sensitivity. A combination of branch sensitivity calculation means and a branch configuration to be cut for searching the loop configuration included in the graph extracted by this branch sensitivity calculation means and cutting the searched loop configuration to make the graph a radial configuration All paths that search for all the candidates of paths from the start point node to the end point node based on the radial configuration creating means for creating the and the radial configuration graph created by cutting the branch to be cut by the radial configuration creating means And a search means.

【0010】請求項2記載の発明に係る経路探索装置
は、請求項1に記載の発明の構成において、前記全経路
探索手段で探索される経路の内から、ブランチの進行方
向の制約を満たす経路の候補を探索する進行方向制約付
経路探索手段を有することを特徴としている。
A route search device according to a second aspect of the present invention is, in the configuration of the first aspect of the invention, a route satisfying a constraint on a traveling direction of a branch from among the routes searched by the all-routes search means. It is characterized in that it has a route search means with a traveling direction constraint that searches for the candidate.

【0011】請求項3記載の発明に係る経路探索装置
は、請求項1または請求項2に記載の発明の構成におい
て、始点ノードから終点ノードに至る途中に指定された
中継点ノードを経由する経路の候補を全て探索する中継
点経由経路探索手段を有することを特徴としている。
A route search device according to a third aspect of the present invention is the route of the invention according to the first aspect or the second aspect, wherein the route passes through a designated relay point node on the way from the start point node to the end point node. It is characterized in that it has a relay point via route searching means for searching for all the candidates.

【0012】請求項4記載の発明に係る経路探索装置
は、請求項1ないし請求項3のいずれか1項に記載の発
明の構成において、前記全経路探索手段で探索される経
路の内から、最小コストとなる経路を探索する最小コス
ト経路探索手段を有することを特徴としている。
According to a fourth aspect of the present invention, there is provided a route search device according to any one of the first to third aspects of the invention, wherein the route searched by the all-routes search means is: It is characterized by having a minimum cost route searching means for searching a route with the minimum cost.

【0013】[0013]

【発明の実施の形態】実施の形態1.図1は本発明の実
施の形態1に係る経路探索装置の構成を示すブロック図
である。この経路探索装置1は、ハードディスクなどで
構成される探索データ格納部11と、マイクロコンピュ
ータなどで構成される探索処理部12とからなる。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiment 1. 1 is a block diagram showing a configuration of a route search device according to a first embodiment of the present invention. The route search device 1 includes a search data storage unit 11 including a hard disk and a search processing unit 12 including a microcomputer.

【0014】探索データ格納部11は、ノードブランチ
接続情報格納装置51を有している。このノードブラン
チ接続情報格納装置51には、ブランチ数、ノード数、
始点ノード番号、終点ノード番号などのノードブランチ
接続情報が予め格納されている。
The search data storage unit 11 has a node branch connection information storage device 51. The node-branch connection information storage device 51 stores the number of branches, the number of nodes,
Node branch connection information such as a start node number and an end node number is stored in advance.

【0015】探索処理部12は、ノードブランチ接続情
報格納装置51に格納されているノードブランチ接続情
報に基づいて経路探索を行うもので、ブランチ感度算出
手段61、放射状構成作成手段62、および全経路探索
手段63を含む。なお、探索処理部12の探索処理結果
は、図示しないディスプレイやプリンタ等の出力装置に
出力されるようになっている。
The search processing unit 12 performs a route search based on the node branch connection information stored in the node branch connection information storage device 51, and includes branch sensitivity calculation means 61, radial configuration creation means 62, and all paths. The searching means 63 is included. The search processing result of the search processing unit 12 is output to an output device such as a display or a printer (not shown).

【0016】ブランチ感度算出手段61は、探索データ
格納部11のノードブランチ接続情報格納装置51から
生成されたノードブランチ接続情報に基づき、ノードと
ブランチとで経路を表現したグラフにおいて、予め設定
された始点ノードと終点ノードに対する各ブランチの感
度を算出して感度を持つブランチのみを抽出するもので
ある。
The branch sensitivity calculating means 61 is set in advance in a graph representing a route with a node and a branch based on the node branch connection information generated from the node branch connection information storage device 51 of the search data storage unit 11. The sensitivity of each branch with respect to the start point node and the end point node is calculated, and only the branches having sensitivity are extracted.

【0017】また、放射状構成作成手段62は、ブラン
チ感度算出手段61で抽出されたグラフに含まれるルー
プ構成を探索し、探索したループ構成を切断してグラフ
を放射状構成とするための切断対象となるブランチの組
み合わせを作成するものである。
Further, the radial configuration creating means 62 searches for a loop configuration included in the graph extracted by the branch sensitivity calculating means 61, and disconnects the searched loop configuration as a cutting target for making the graph a radial configuration. To create a combination of branches.

【0018】さらに、全経路探索手段63は、放射状構
成作成手段62により切断対象となるブランチを切断し
て作成された放射状構成のグラフに基づいて始点ノード
から終点ノードに至る経路の候補を全て探索するもので
ある。
Further, the all-routes search means 63 searches for all the candidates of the route from the start point node to the end point node based on the radial configuration graph created by cutting the branch to be cut by the radial configuration creation means 62. To do.

【0019】次に、上記構成を有する経路探索装置1に
おける全経路探索処理動作について、図2に示すフロー
チャート、および図3ないし図7に示す説明図を参照し
て説明する。なお、符号Sは各処理ステップを意味す
る。
Next, the entire route search processing operation in the route search device 1 having the above configuration will be described with reference to the flowchart shown in FIG. 2 and the explanatory diagrams shown in FIGS. The symbol S means each processing step.

【0020】まず、ブランチ感度算出手段61は、ノー
ドブランチ接続情報格納装置51に予め格納されている
ノードブランチ接続情報を読み込み(S1)、予め設定
された始点ノードと終点ノードに対する各ブランチの感
度を算出し、感度を持つブランチのみを抽出する(S
2)。
First, the branch sensitivity calculation means 61 reads the node branch connection information stored in advance in the node branch connection information storage device 51 (S1), and determines the sensitivity of each branch with respect to the preset start point node and end point node. Calculate and extract only branches with sensitivity (S
2).

【0021】たとえば、図3に示すようなノードとブラ
ンチとで経路を表現したグラフがあるとした場合に、始
点ノードを番号2のノード、終点ノードを番号6のノー
ドとし、始点ノードを送電側と考えて電源発生地点であ
るスラックノードとして定義し、また、終点ノードを受
電側と考えて負荷量1MWの負荷ノードとして定義した
とする。このとき、各ブランチにランダムなインピーダ
ンスを設定して潮流計算を実行すると、潮流が流れるブ
ランチと潮流が流れないブランチとが存在することにな
る。図3では、潮流が流れるブランチは、番号2,3,
4,5,6,7のブランチで、潮流が流れないブランチ
は番号1,8,9,10,11である。この内、潮流が
流れないブランチは、始点ノードと終点ノードに関して
無関係、すなわち感度は無くて0と考えることができ
る。
For example, if there is a graph in which routes are represented by nodes and branches as shown in FIG. 3, the starting point node is the node with the number 2 and the end point node is the node with the number 6 and the starting point node is the transmitting side. Considering that, the power generation point is defined as a slack node, and the end point node is considered as a power receiving side and is defined as a load node having a load amount of 1 MW. At this time, if a random impedance is set for each branch and the tidal current is calculated, there will be a branch through which the tidal current flows and a branch through which the tidal current does not flow. In FIG. 3, the branches through which the tidal current flows are numbered 2, 3,
The branches of 4, 5, 6, and 7 in which the tidal current does not flow are numbered 1, 8, 9, 10, and 11. Among them, the branch in which the tidal current does not flow can be considered to be irrelevant with respect to the start point node and the end point node, that is, have no sensitivity and can be considered to be 0.

【0022】このように、始点ノードと終点ノードに複
数のブランチが接続している場合に、複数のブランチの
内で経路の候補となるブランチは0以外の数値をもち、
始点ノードと終点ノードに関して無関係なブランチは感
度が0となる。そこで、感度が0のブランチは、始点ノ
ードと終点ノードを結ぶ経路には無関係であるので、こ
のようなブランチを切断して削除する(S3)。また、
感度が0のブランチを削除することにより、接続するブ
ランチが全て切断されていて、いずれのノードとも接続
されない状態となった浮きノードについても、経路探索
には無関係となるため削除する。
As described above, when a plurality of branches are connected to the start point node and the end point node, the branch candidate of the route has a numerical value other than 0 among the plurality of branches.
The sensitivity is 0 for branches that are unrelated to the start point node and the end point node. Therefore, since the branch having a sensitivity of 0 is irrelevant to the route connecting the start point node and the end point node, such a branch is cut and deleted (S3). Also,
By deleting a branch having a sensitivity of 0, a floating node in which all connected branches are disconnected and is not connected to any node is also irrelevant to the route search and is deleted.

【0023】こうして、図3において始点ノードと終点
ノードに関して不要なノードおよびブランチを削除する
と、探索対象となるノードとブランチは図4に示すよう
になる。したがって、経路探索を行う上で探索対象とな
るノード数とブランチ数とが減少されるため、経路探索
処理の効率化を図ることができる。
In this way, when unnecessary nodes and branches are deleted from the start point node and the end point node in FIG. 3, the search target nodes and branches are as shown in FIG. Therefore, the number of search target nodes and the number of branches are reduced in performing the route search, and the efficiency of the route search process can be improved.

【0024】次に、放射状構成作成手段62は、ブラン
チ感度算出手段61で抽出されたグラフ(たとえば図
4)についてループ構成を探索してループ構成のある部
分を抽出する(S4)。この場合のループ構成の抽出
は、たとえば次のアルゴリズムによって行われる。
Next, the radial structure creating means 62 searches the graph extracted by the branch sensitivity calculating means 61 (for example, FIG. 4) for a loop structure and extracts a portion having the loop structure (S4). The extraction of the loop configuration in this case is performed by the following algorithm, for example.

【0025】 全てのノードを最初は未チェックとす
る。 始点ノードをチェック済みとする。 ある一つのブランチに着目する。 この着目したブランチの両端にあるノードについ
て、a)両端ノードのいずれか一方がチェック済みであ
れば、チェック済みでない方のノードをチェック済みと
した後、次のブランチに着目する。b)両端ノードが何
れも未チェックであれば、次のブランチに着目する。
c)両端ノードが何れもチェック済みであれば、このブ
ランチはループに所属しているため、このブランチをル
ープ構成のブランチとして登録した後、次のブランチに
着目する。 上記のの処理をチェック済みのノード数が変化し
なくなるまで繰り返す。これにより、たとえば図4にお
けるグラフでは、図5(a),(b)に示すように2つ
のループ構成1,2が抽出されることになる。
All nodes are initially unchecked. Check the start point node. Focus on one branch. With regard to the nodes at both ends of this focused branch, a) if either one of the nodes at both ends is checked, the node that is not checked is checked, and then the next branch is focused. b) If both nodes are unchecked, focus on the next branch.
c) If both end nodes have been checked, this branch belongs to a loop, so after registering this branch as a branch of a loop configuration, focus on the next branch. The above process is repeated until the number of checked nodes does not change. Thereby, for example, in the graph in FIG. 4, two loop configurations 1 and 2 are extracted as shown in FIGS. 5 (a) and 5 (b).

【0026】続いて、放射状構成作成手段62は、ステ
ップ4で抽出した各ループ構成について、各ループごと
に切断するブランチを一つ選択し、グラフを非ループ構
成とするための切断対象となるブランチの組み合わせを
作成する(S5)。以下、非ループ構成のブランチのこ
とを放射状構成のブランチと称する。
Subsequently, the radial configuration creating means 62 selects one branch to be disconnected for each loop for each loop configuration extracted in step 4, and the branch to be disconnected for making the graph a non-loop configuration. A combination is created (S5). Hereinafter, a branch having a non-loop structure is referred to as a radial branch.

【0027】たとえば、図5に示した2つのループ構成
1,2に対して、図6(a)では切断対象としてブラン
チ3,2の組み合わせが、図6(b)ではブランチ4,
5の組み合わせが、図6(c)ではブランチ4,4の組
み合わせがそれぞれ作成されている。図6では、切断対
象となるブランチの組み合わせとして3つの例を示して
いるが、図5における2つのループ構成1,2に対する
切断対象となるブランチの組み合わせは、図7に示すよ
うに9個の組み合わせがある。
For example, for the two loop configurations 1 and 2 shown in FIG. 5, a combination of branches 3 and 2 to be cut in FIG. 6 (a), and a combination of branches 4 and 2 in FIG. 6 (b).
6 is created, and in FIG. 6C, the combinations of branches 4 and 4 are created. In FIG. 6, three examples are shown as the combinations of branches to be cut, but the combinations of branches to be cut for the two loop configurations 1 and 2 in FIG. 5 are nine as shown in FIG. There are combinations.

【0028】このように、放射状構成作成手段62は、
グラフに含まれるループ構成を抽出した後、各ループご
とに一つのブランチを切断してグラフを放射状構成とす
るための切断対象となるブランチの組み合わせを作成す
るが、このような処理を行うのは、次の理由による。
As described above, the radial structure creating means 62 is
After extracting the loop structure included in the graph, one branch is cut for each loop to create a combination of branches to be cut to make the graph radial structure. , For the following reasons.

【0029】始点ノードから終点ノードまでの一つの経
路を探索することは、始点ノードから終点ノードまでを
一筆書きで放射状構成を作成するこを意味する。また、
グラフをこのような放射状構成とするためには、ループ
を構成している少なくとも1つのブランチを切断するこ
とが必要である。このため、グラフに含まれるループ構
成の部分に着目し、そのループ構成のブランチを切断し
て非ループとなるブランチを作成することが、放射状構
成を作成する上で最も効率がよいことになる。
Searching for one path from the start point node to the end point node means creating a radial configuration with a single stroke from the start point node to the end point node. Also,
In order for the graph to have such a radial configuration, it is necessary to cut at least one branch forming the loop. Therefore, paying attention to the loop configuration part included in the graph and cutting the branch of the loop configuration to create a non-loop branch is most efficient in creating the radial configuration.

【0030】次に、全経路探索手段63は、放射状構成
作成手段62によって切断対象となるブランチの組み合
わせに従ってブランチを切断したことにより得られたグ
ラフが放射状構成となっているか否かを判断する(S
6)。ここで、グラフが放射状構成となる条件は、浮き
ノードがないときには、『ノード数=ブランチ数+1』
の関係があるので、この関係に基づいてグラフが放射状
構成となっているか否かを判断する。
Next, the all-routes searching means 63 determines whether or not the graph obtained by cutting the branches according to the combination of the branches to be cut by the radial structure creating means 62 has a radial structure ( S
6). Here, the condition for the graph to have a radial configuration is “the number of nodes = the number of branches + 1” when there are no floating nodes.
Therefore, it is determined whether the graph has a radial configuration based on this relationship.

【0031】たとえば、図6(a)に示すようにループ
構成1についてはブランチ3を、ループ構成2について
はブランチ2をそれぞれ切断すると、切断後のグラフは
同図(a)右端に示すようになるが、このとき、ノード
数4でブランチ数3となるため、グラフは放射状構成で
ある。また、図6(b)に示すようにループ構成1につ
いてはブランチ4を、ループ構成2についてはブランチ
5をそれぞれ切断すると、切断後のグラフは同図(b)
右端に示すようになるが、このとき、ノード数4でブラ
ンチ数3となるためグラフは放射状構成である。さら
に、図6(c)に示すようにループ構成1についてはブ
ランチ4を、ループ構成2についてはブランチ4をそれ
ぞれ切断すると、切断後のグラフは同図(c)右端に示
すようになるが、このとき、ループ構成1とループ構成
2で切断するブランチが重複しているのでノード数4に
対しブランチ数4となり、したがってグラフは放射状構
成にならない。
For example, as shown in FIG. 6A, when branch 3 is cut for loop structure 1 and branch 2 is cut for loop structure 2, the graph after cutting is as shown at the right end of FIG. However, at this time, since the number of nodes is 4 and the number of branches is 3, the graph has a radial configuration. Further, as shown in FIG. 6B, when branch 4 is cut for loop configuration 1 and branch 5 is cut for loop configuration 2, the graph after cutting is shown in FIG. 6B.
As shown at the right end, the graph has a radial configuration because the number of nodes is 4 and the number of branches is 3 at this time. Furthermore, as shown in FIG. 6C, when branch 4 is cut for loop configuration 1 and branch 4 is cut for loop configuration 2, the graph after cutting becomes as shown at the right end of FIG. 6C. At this time, since the branches to be cut in the loop configuration 1 and the loop configuration 2 overlap, the number of branches becomes 4 with respect to the number of nodes 4, so that the graph does not have a radial configuration.

【0032】次いで、全経路探索手段63は、放射状構
成とならない場合には、この組み合わせを無効としてス
テップ8に処理を移す。また、放射状構成となる場合
は、続いて、終点ノードから始点ノードへ順に辿ったブ
ランチを一つの経路として格納する(S7)。
Next, the all-routes searching means 63 invalidates this combination and shifts the processing to step 8 when the radial configuration is not obtained. Further, in the case of the radial configuration, subsequently, the branches sequentially traced from the end point node to the start point node are stored as one path (S7).

【0033】引き続いて、全経路探索手段63は、ルー
プ構成を切断してグラフを放射状構成とするための切断
対象となるブランチの組み合わせを全て実施したかを判
定する(S8)。このとき、全ての組み合わせについて
処理が終了していない場合は、ステップ5に処理を移
し、全ての組み合わせについて処理が終了するまでステ
ップ5〜ステップ8を繰り返す。このようにして、たと
えば、図4のグラフにおいて、このグラフを放射状構成
とするための切断対象となる全てのブランチの組み合わ
せ結果を示すと図7に示すようになる。
Subsequently, the all-routes searching means 63 determines whether or not all combinations of branches to be cut to cut the loop structure to make the graph radial structure have been executed (S8). At this time, if the processing is not completed for all the combinations, the processing is moved to step 5, and steps 5 to 8 are repeated until the processing is completed for all the combinations. In this way, for example, in the graph of FIG. 4, the combination result of all the branches to be cut for making the graph a radial configuration is shown in FIG. 7.

【0034】全経路探索手段63は、上記のステップ8
で全ての組み合わせについて処理が終了したならば、次
に、探索した経路について重複する経路の組み合わせが
存在するか否かを判定する(S9)。そして、重複する
経路の組み合わせが存在する場合には、作成された放射
状構成の経路について、重複する経路の組み合わせを統
一する(S10)。
The all-routes searching means 63 uses the above step 8
If the processing has been completed for all the combinations in, then it is determined whether or not there is a combination of overlapping routes for the searched routes (S9). Then, if there is a combination of overlapping routes, the combinations of overlapping routes are unified with respect to the created radial configuration routes (S10).

【0035】たとえば、図7に示すようにして探索され
た9個の経路の組み合わせの内で重複した経路について
は、一つの経路に統一すると、以下の3通りとなる。な
お、数字はブランチ番号である。 経路1:4→7 経路2:2→5→7 経路3:3→6→7
For example, with respect to overlapping routes in the combination of nine routes searched as shown in FIG. 7, if unified into one route, there are the following three ways. The numbers are branch numbers. Route 1: 4 → 7 Route 2: 2 → 5 → 7 Route 3: 3 → 6 → 7

【0036】従来の場合、全経路探索を実施する場合に
は、経路探索の対象となる組み合わせ数は2(n:ブ
ランチ数)であったのに対して、この実施の形態1のよ
うに、ループ構成のみに着目すると、経路探索の対象と
なる組み合わせ数は、RB1×RB2×…(RB1、R
B2、…は、各ループ内のブランチ数)となる。図3に
示す例の場合、従来の方法で全探索で実施したときには
11=2048通りの組み合わせになるのに対して、こ
の実施の形態1のようにループ構成のみに着目すると経
路探索の対象となる組み合わせ数は、3×3=9通りの
組み合わせ数となる。このように、経路探索を行う上で
の除外対象とするブランチをループを構成しているブラ
ンチに限定することにより、経路探索の効率化を図るこ
とができ、全経路探索に要する時間を短縮化することが
可能になる。
In the conventional case, when the all-routes search is performed, the number of combinations to be searched for the route is 2 n (n: the number of branches). , Paying attention only to the loop configuration, the number of combinations targeted for route search is RB1 × RB2 × ... (RB1, R
B2, ... Is the number of branches in each loop). In the case of the example shown in FIG. 3, there are 2 11 = 2048 combinations when the full search is performed by the conventional method, whereas when only the loop configuration is focused as in the first embodiment, the target of the route search. The number of combinations is 3 × 3 = 9. In this way, by limiting the branches to be excluded in the route search to the branches forming the loop, it is possible to improve the efficiency of the route search and reduce the time required for the entire route search. It becomes possible to do.

【0037】実施の形態2.図8は本発明の実施の形態
2に係る経路探索装置の構成を示すブロック図であり、
図1に示した実施の形態1における経路探索装置と対応
する構成部分には同一の符号を付す。
Embodiment 2. FIG. 8 is a block diagram showing the configuration of the route search device according to the second embodiment of the present invention.
The same components as those in the route search device according to the first embodiment shown in FIG. 1 are designated by the same reference numerals.

【0038】この実施の形態2の経路探索装置2におい
て、探索データ格納部21には、ノードブランチ接続情
報格納装置51に加えて、ブランチ進行方向制約格納装
置52が設けられている。そして、このブランチ進行方
向制約格納装置52には、始点ノードから終点ノードに
至るまでに経由する各ブランチにおける時間的制約、費
用的制約、方向的制約、エネルギー的制約などといった
ブランチ進行方向の制約条件となる情報が予め格納され
ている。
In the route search device 2 of the second embodiment, the search data storage unit 21 is provided with a branch traveling direction constraint storage device 52 in addition to the node branch connection information storage device 51. The branch advancing direction constraint storage device 52 stores branch advancing direction constraint conditions such as time constraint, cost constraint, direction constraint, energy constraint, etc. in each branch passing from the start point node to the end point node. The following information is stored in advance.

【0039】また、探索処理部22には、ブランチ感度
算出手段61、放射状構成作成手段62、および全経路
探索手段63に加えて、進行方向制約付経路探索手段6
4が設けられている。この進行方向制約付経路探索手段
64は、全経路探索手段63で探索される経路の内か
ら、ブランチ進行方向制約格納装置52に格納されてい
るブランチの進行方向の制約条件を満たす経路の候補を
探索するものである。その他の構成は実施の形態1と同
様であるから、ここでは詳しい説明は省略する。
In addition to the branch sensitivity calculating means 61, the radial configuration creating means 62, and the all-routes searching means 63, the search processing section 22 also includes a traveling-direction-constrained route searching means 6
4 are provided. The route searching unit with traveling direction constraint 64 selects, from among the routes searched by the all-routes searching unit 63, a route candidate satisfying the constraint condition of the traveling direction of the branch stored in the branch traveling direction constraint storage device 52. It is something to explore. Since other configurations are similar to those of the first embodiment, detailed description thereof will be omitted here.

【0040】次に、この実施の形態2の経路探索装置2
における経路探索処理動作について、特に、進行方向制
約付経路探索手段64の動作を主体に説明する。
Next, the route search device 2 of the second embodiment
The route search processing operation in (1) will be described mainly with respect to the operation of the route search means with traveling direction restriction 64.

【0041】たとえば、図9に示すように、全経路探索
手段63によって探索された経路の組み合わせが、次の
3通りであったとする。数字はブランチ番号である。 経路1:4→7 経路2:2→5→7 経路3:3→6→7
For example, as shown in FIG. 9, it is assumed that there are the following three combinations of routes searched by the all-routes search means 63. The numbers are branch numbers. Route 1: 4 → 7 Route 2: 2 → 5 → 7 Route 3: 3 → 6 → 7

【0042】ここで、たとえば電力会社間の電力融通の
経路について考えると、各ノードを電力会社とし、始点
ノード2が送電側の電力会社、終点ノード6が受電側電
力会社、各ブランチを電力会社間の連系設備とし、送電
側電力会社2は、融通電力を受電側電力会社6に融通す
るものとする。
Considering, for example, a power interchange route between electric power companies, each node is an electric power company, the start point node 2 is the electric power company on the transmission side, the end point node 6 is the electric power company on the power receiving side, and each branch is the electric power company. It is assumed that the power transmission side electric power company 2 exchanges the interchanged electric power with the power reception side electric power company 6 as an interconnection facility.

【0043】このとき、経路3の途中にある電力会社
(ノード)4と電力会社(ノード)5の間の連系設備
(ブランチ)6が設備容量の限度超過などの理由によっ
て電力会社4から電力会社5への融通ができない状況に
あるとすると、経路3を電力融通経路として採用するこ
とができない。したがって、進行方向制約付経路探索手
段64は、経路1,2のみが電力会社間の電力融通の可
能な経路(つまり、進行方向の制約を満たす経路)とし
て採用する。
At this time, the interconnecting equipment (branch) 6 between the electric power company (node) 4 and the electric power company (node) 5 in the middle of the route 3 is supplied with electric power from the electric power company 4 due to the reason that the installed capacity exceeds the limit. If the company 5 cannot be accommodated, the route 3 cannot be adopted as a power accommodation route. Therefore, the traveling direction constrained route searching means 64 adopts only the routes 1 and 2 as routes through which electric power can be interchanged between electric power companies (that is, routes satisfying the traveling direction constraint).

【0044】このように、この実施の形態2では、各連
系設備(ブランチ)に対して融通電力上限値のように、
経路の進行方向の制約となる条件を指定することによっ
て進行方向の制約を満たす経路を探索することができ
る。
As described above, in the second embodiment, the interchange power upper limit value for each interconnection facility (branch) is
It is possible to search for a route that satisfies the constraint of the traveling direction by designating the condition that becomes the constraint of the traveling direction of the route.

【0045】実施の形態3.図10は本発明の実施の形
態3に係る経路探索装置の構成を示すブロック図であ
り、図1に示した実施の形態1における経路探索装置と
対応する構成部分には同一の符号を付す。
Embodiment 3. FIG. 10 is a block diagram showing the configuration of the route search device according to the third embodiment of the present invention, and the components corresponding to those of the route search device according to the first embodiment shown in FIG.

【0046】この実施の形態3の経路探索装置3におい
て、探索データ格納部31には、ノードブランチ接続情
報格納装置51に加えて、中継点指定データ格納装置5
3が設けられている。そして、この中継点指定データ格
納装置53には、始点ノードから終点ノードに至るまで
に経由すべき各中継点を指定するための情報が予め格納
されている。
In the route search device 3 of the third embodiment, the search data storage unit 31 includes the relay point designation data storage device 5 in addition to the node branch connection information storage device 51.
3 is provided. The relay point designation data storage device 53 stores in advance information for designating each relay point to be passed from the start point node to the end point node.

【0047】また、探索処理部32には、ブランチ感度
算出手段61、放射状構成作成手段62、および全経路
探索手段63に加えて、中継点経由経路探索手段65が
設けられている。この中継点経由経路探索手段65は、
中継点指定データ格納装置53に格納されている中継点
ノードに基づいて、始点ノードから終点ノードに至る途
中に指定された中継点ノードを経由する経路の候補を全
て探索するものである。その他の構成は実施の形態1と
同様であるから、ここでは詳しい説明は省略する。
In addition to the branch sensitivity calculating means 61, the radial configuration creating means 62, and the all-route searching means 63, the search processing section 32 is provided with a relay point via route searching means 65. The relay point via route searching means 65 is
Based on the relay point node stored in the relay point designation data storage device 53, all route candidates passing through the designated relay point node on the way from the start point node to the end point node are searched. Since other configurations are similar to those of the first embodiment, detailed description thereof will be omitted here.

【0048】次に、この実施の形態3の経路探索装置3
における経路探索処理動作について、特に、中継点経由
経路探索手段65の動作を主体に説明する。
Next, the route search device 3 of the third embodiment
The route search processing operation in (1) will be described mainly with reference to the operation of the relay point via route searching means 65.

【0049】たとえば、図3に示したグラフにおいて、
ノードブランチ接続情報格納装置51の情報によって始
点ノードはノード番号2、終点ノードはノード番号6に
指定され、また、中継点指定データ格納装置53の情報
によって中継点ノードとしてノード番号3が指定されて
いるものとする。
For example, in the graph shown in FIG.
The start point node is designated as node number 2 and the end point node is designated as node number 6 by the information of the node branch connection information storage device 51, and the node number 3 is designated as the relay point node by the information of the relay point designation data storage device 53. Be present.

【0050】このとき、まず、実施の形態1の場合と同
様に、ブランチ感度算出手段61、放射状構成作成手段
62、および全経路探索手段63によって全経路探索を
行い、検索された全経路の組み合わせが、次の3通りで
あったとする。数字はノード番号である。 経路1:2→3→5→6 経路2:2→5→6 経路3:2→4→5→6
At this time, first, as in the case of the first embodiment, the branch sensitivity calculating means 61, the radial configuration creating means 62, and the all-routes searching means 63 perform all-routes search, and the combination of all the retrieved routes is carried out. However, there are the following three ways. The numbers are node numbers. Route 1: 2 → 3 → 5 → 6 Route 2: 2 → 5 → 6 Route 3: 2 → 4 → 5 → 6

【0051】ここで、中継点経由経路探索手段65は、
中継点指定データ格納装置53に格納されている中継点
ノードが含まれる経路を採用し、中継点ノードが含まな
い経路は採用しない。したがって、図3に示したグラフ
の例では、 経路1:2→3→5→6(数字はノード番号) が指定された中継点ノードが含まれる経路として得られ
る。
Here, the relay point via route searching means 65 is
The route including the relay point node stored in the relay point designation data storage device 53 is adopted, and the route not including the relay point node is not adopted. Therefore, in the example of the graph shown in FIG. 3, the route is obtained as the route including the relay point node in which the route 1: 2 → 3 → 5 → 6 (numerals are node numbers) is designated.

【0052】なお、複数の中継点ノードが指定されてい
る場合には、中継点経由経路探索手段65は上記の要領
によってすべての中継点ノードが含まれる経路のみを採
用する。
When a plurality of relay point nodes are designated, the relay point via route searching means 65 adopts only the route including all the relay point nodes according to the above procedure.

【0053】実施の形態4.図11は本発明の実施の形
態4に係る経路探索装置の構成を示すブロック図であ
り、図1に示した実施の形態1における経路探索装置と
対応する構成部分には同一の符号を付す。
Fourth Embodiment FIG. 11 is a block diagram showing the configuration of the route search device according to the fourth embodiment of the present invention, and the components corresponding to those of the route search device in the first embodiment shown in FIG.

【0054】この実施の形態4の経路探索装置4におい
て、探索データ格納部41には、ノードブランチ接続情
報格納装置51に加えて、ブランチコストデータ格納装
置54が設けられている。そして、このブランチコスト
データ格納装置54には、各ブランチのコスト情報が予
め格納されている。
In the route search device 4 of the fourth embodiment, the search data storage unit 41 is provided with a branch cost data storage device 54 in addition to the node branch connection information storage device 51. The branch cost data storage device 54 stores the cost information of each branch in advance.

【0055】また、探索処理部42には、ブランチ感度
算出手段61、放射状構成作成手段62、および全経路
探索手段63に加えて、最小コスト経路探索手段66が
設けられている。この最小コスト経路探索手段66は、
ブランチコストデータ格納装置54に格納されている情
報に基づいて、全経路探索手段63で探索される経路の
内から、最小コストとなる経路を探索するものである。
その他の構成は実施の形態1と同様であるから、ここで
は詳しい説明は省略する。
Further, the search processing section 42 is provided with a minimum cost route searching means 66 in addition to the branch sensitivity calculating means 61, the radial configuration creating means 62, and the all route searching means 63. This minimum cost route search means 66
Based on the information stored in the branch cost data storage device 54, the route with the minimum cost is searched from the routes searched by the all-routes search means 63.
Since other configurations are similar to those of the first embodiment, detailed description thereof will be omitted here.

【0056】次に、この実施の形態4の経路探索装置4
における経路探索処理動作について、特に、最小コスト
経路探索手段66の動作を主体に説明する。
Next, the route search device 4 according to the fourth embodiment
The route search processing operation in (1) will be described with a focus on the operation of the minimum cost route search means 66.

【0057】たとえば、図12に示すように、全経路探
索手段63によって探索された経路の組み合わせが、次
の3通りであったとする。数字はブランチ番号である。 経路1:4→7 経路2:2→5→7 経路3:3→6→7
For example, as shown in FIG. 12, it is assumed that there are the following three combinations of routes searched by the all-routes search means 63. The numbers are branch numbers. Route 1: 4 → 7 Route 2: 2 → 5 → 7 Route 3: 3 → 6 → 7

【0058】ここで、たとえば最も送電ロスが少ない電
力会社間の融通経路を決定することを考えると、始点ノ
ード2を送電側電力会社、終点ノード6を受電側電力会
社としたとき、最小コスト経路探索手段66は、全経路
探索手段63によって探索された全経路について送電ロ
スの計算を行う。
Here, considering, for example, to determine an interchange route between electric power companies with the least power transmission loss, when the starting point node 2 is the transmitting side electric power company and the ending point node 6 is the receiving side electric power company, the minimum cost route. The search unit 66 calculates the transmission loss for all the routes searched by the all-route search unit 63.

【0059】この場合の送電ロスの計算は、各電力会社
の受給口に対して送電設備などのインピーダンスより決
まる損失率を用いて行うことができる。たとえば、図1
2において、電力会社(ノード)2から電力会社(ノー
ド)3に送電するときの損失率は3%、電力会社(ノー
ド)3から電力会社(ノード)5に送電するときの損失
率は2%のようになっている。
In this case, the transmission loss can be calculated by using the loss rate determined by the impedance of the transmission facility or the like for the receiving port of each power company. For example, in Figure 1.
2, the loss rate when transmitting power from the power company (node) 2 to the power company (node) 3 is 3%, and the loss rate when transmitting power from the power company (node) 3 to the power company (node) 5 is 2%. It looks like.

【0060】このとき、送電側電力会社から受電側電力
会社への経路は前述のように経路1:4→7、経路2:
2→5→7、経路3:3→6→7であり、送電会社から
1MWの融通電力が送電されるとすると、各経路による
受電会社までの送電ロスは以下のように算出される。
At this time, the route from the power transmitting side power company to the power receiving side power company is route 1: 4 → 7, route 2:
2 → 5 → 7, and route 3: 3 → 6 → 7, and assuming that 1 MW of interchange power is transmitted from the power transmission company, the transmission loss to the power receiving company by each route is calculated as follows.

【0061】経路1の送電ロス: 1−(1−0.06)×(1−0.01)×1MW=
0.0694MW 経路2の送電ロス: 1−(1−0.03)×(1−0.02)×(1−0.
01)×1MW=0.0589MW 経路3の送電ロス: 1−(1−0.04)×(1−0.04)×(1−0.
01)×1MW=0.0876MW したがって、最小コスト経路探索手段66は、最小送電
ロスの経路として経路2を選択する。
Power transmission loss of path 1: 1- (1-0.06) × (1-0.01) × 1 MW =
0.0694 MW Transmission loss of route 2: 1- (1-0.03) x (1-0.02) x (1-0.
01) × 1 MW = 0.0589 MW Transmission loss of path 3: 1- (1-0.04) × (1-0.04) × (1-0.
01) × 1 MW = 0.0876 MW Therefore, the minimum cost route searching means 66 selects the route 2 as the route of the minimum power transmission loss.

【0062】なお、上記の実施の形態2〜4では、進行
方向制約付経路探索手段64、中継点経由経路探索手段
65、最小コスト経路探索手段66をそれぞれ単独に設
けた場合について説明したが、本発明はこれに限定され
るものではなく、必要に応じてこれらの各手段64,6
5,66を適宜組み合わせた構成とすることが可能であ
る。
In the above second to fourth embodiments, the case in which the traveling direction constrained route searching means 64, the relay point via route searching means 65, and the minimum cost route searching means 66 are individually provided has been described. The present invention is not limited to this, and each of these means 64, 6 can be used as necessary.
It is possible to have a configuration in which 5, 66 are appropriately combined.

【0063】また、上記の実施の形態1〜4では、ノー
ド・ブランチで表現されるグラフとして送電経路を一例
にとって説明したが、本発明はこのような送電経路に限
定されるものではなく、経路を経由して通過する人、
物、金銭、エネルギー、通信、情報などの各種の分野に
ついて本発明を適用することができる。たとえば、カー
ナビゲーションの最短経路探索として、出発地と目的地
の最短時間の経路を探索することができる。この場合の
進行方向制約条件としては、一方通行や混雑経路回避な
どの制約がある。また、ネットワークの通信経路探索と
して、ネットワーク回線故障時の迂回経路を探索するこ
とができる。この場合の進行方向制約条件としては、ル
ータのルーティングやトラフィックなどの制約がある。
Further, in the above-described first to fourth embodiments, the power transmission path is described as an example of the graph represented by the node / branch, but the present invention is not limited to such a power transmission path, and People passing through,
The present invention can be applied to various fields such as goods, money, energy, communication, and information. For example, as the shortest route search for car navigation, the route with the shortest time between the departure point and the destination can be searched. In this case, the traveling direction constraint conditions include constraints such as one-way traffic and avoidance of crowded routes. In addition, as a communication path search for the network, it is possible to search for a detour path in the event of a network line failure. In this case, the traveling direction restriction conditions include restrictions on router routing and traffic.

【0064】[0064]

【発明の効果】本発明によれば、次の効果を奏する。請
求項1記載に係る発明の経路探索装置は、従来の手法に
比べて始点ノードから終点ノードまでの経路探索の組み
合わせ数を減少させることができるため、始点ノードか
ら終点ノードに至るまでの全経路探索を短時間の内に効
率良く行うことができる。
According to the present invention, the following effects can be obtained. Since the route search device of the invention according to claim 1 can reduce the number of combinations of route searches from the start point node to the end point node as compared with the conventional method, all routes from the start point node to the end point node The search can be efficiently performed in a short time.

【0065】請求項2記載に係る発明の経路探索装置
は、請求項1記載の発明の効果に加えて、始点ノードか
ら終点ノードの間の経路に進行方向の制約がある場合に
も、この条件を満たす経路の候補を全て探索することが
できる。
In addition to the effect of the invention described in claim 1, the route search device of the invention according to claim 2 has this condition even when the route between the start node and the end node is restricted in the traveling direction. It is possible to search for all the route candidates that satisfy the above condition.

【0066】請求項3記載に係る発明の経路探索装置
は、請求項1または請求項2記載の発明の効果に加え
て、始点ノードから終点ノードの間の経路に所定の中継
点を経由すべき制約がある場合にも、この条件を満たす
経路の候補を全て探索することができる。
In addition to the effect of the invention of claim 1 or claim 2, the route search device of the invention according to claim 3 should pass a predetermined relay point on the route from the start point node to the end point node. Even if there is a constraint, it is possible to search all route candidates that satisfy this condition.

【0067】請求項4記載の発明に係る経路探索装置
は、請求項1ないし請求項3記載のいずれかの発明の効
果に加えて、始点ノードから終点ノードに至るまでに最
小コストが必要であるという制約がある場合にも、この
最小コストの条件を満たす経路の候補を全て探索するこ
とができる。
The route search device according to the invention of claim 4 requires the minimum cost from the start point node to the end point node in addition to the effect of any one of the inventions of claims 1 to 3. Even if there is such a constraint, it is possible to search all the route candidates that satisfy the condition of the minimum cost.

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

【図1】 本発明の実施の形態1に係る経路探索装置の
構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a route search device according to a first embodiment of the present invention.

【図2】 図1の経路探索装置における全経路探索処理
動作の説明に供するフローチャートである。
FIG. 2 is a flowchart for explaining an entire route search processing operation in the route search device of FIG.

【図3】 経路探索処理対象となるグラフの一例を示す
説明図である。
FIG. 3 is an explanatory diagram illustrating an example of a graph that is a route search processing target.

【図4】 ブランチ感度算出手段によりブランチ感度を
算出する場合の一例を示す説明図である。
FIG. 4 is an explanatory diagram showing an example of a case where a branch sensitivity is calculated by a branch sensitivity calculation means.

【図5】 放射状構成作成手段によりループ構成を抽出
する場合の一例を示す説明図である。
FIG. 5 is an explanatory diagram showing an example of a case where a loop configuration is extracted by a radial configuration creating means.

【図6】 放射状構成作成手段により放射状構成を作成
する場合の一例を示す説明図である。
FIG. 6 is an explanatory diagram showing an example in which a radial configuration is created by a radial configuration creating means.

【図7】 全経路探索手段による全経路探索結果の一例
を表にして示す説明図である。
FIG. 7 is an explanatory diagram showing an example of an all-routes search result by the all-routes search means in a table.

【図8】 本発明の実施の形態2に係る経路探索装置の
構成を示すブロック図である。
FIG. 8 is a block diagram showing a configuration of a route search device according to a second embodiment of the present invention.

【図9】 進行方向制約付経路探索手段により進行方向
制約を満たす経路を探索する場合の一例を示す説明図で
ある。
FIG. 9 is an explanatory diagram showing an example of a case where a route satisfying a traveling direction constraint is searched for by a traveling route restricted route searching means.

【図10】 本発明の実施の形態3に係る経路探索装置
の構成を示すブロック図である。
FIG. 10 is a block diagram showing a configuration of a route search device according to a third embodiment of the present invention.

【図11】 本発明の実施の形態4に係る経路探索装置
の構成を示すブロック図である。
FIG. 11 is a block diagram showing a configuration of a route search device according to a fourth embodiment of the present invention.

【図12】 最小コスト経路探索手段により最小コスト
(最小送電ロス)の経路を探索する場合の一例を示す説
明図である。
FIG. 12 is an explanatory diagram showing an example of a case of searching for a route of minimum cost (minimum transmission loss) by the minimum cost route searching means.

【図13】 従来の全経路探索装置による全経路探索処
理対象となるグラフの一例を示す説明図である。
FIG. 13 is an explanatory diagram showing an example of a graph that is an all-routes search processing target by a conventional all-routes search device.

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

1,2,3,4 経路探索装置、11,21,31,4
1 探索データ格納部、12,22,32,42 探索
処理部、61 ブランチ感度算出手段、62放射状構成
作成手段、63 全経路探索手段、64 進行方向制約
付経路探索手段、65 中継点経由経路探索手段、66
最小コスト経路探索手段。
1,2,3,4 route search device 11,21,31,4
1 Search Data Storage Unit, 12, 22, 32, 42 Search Processing Unit, 61 Branch Sensitivity Calculating Means, 62 Radial Configuration Creating Means, 63 All Route Searching Means, 64 Traveling Direction Restricted Route Searching Means, 65 Relay Point Via Route Searching Means, 66
Minimum cost route search means.

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5G066 AE04 5K030 GA02 GA20 HA08 HC01 JA01 JA11 KA05 LB06 MA07 MB07 MB16 MC07 MD07    ─────────────────────────────────────────────────── ─── Continued front page    F-term (reference) 5G066 AE04                 5K030 GA02 GA20 HA08 HC01 JA01                       JA11 KA05 LB06 MA07 MB07                       MB16 MC07 MD07

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 ノードとブランチとで経路を表現したグ
ラフにおいて、予め設定された始点ノードと終点ノード
に対する各ブランチの感度を算出して感度を持つブラン
チのみを抽出するブランチ感度算出手段と、このブラン
チ感度算出手段で抽出されたグラフに含まれるループ構
成を探索し、探索したループ構成を切断して前記グラフ
を放射状構成とするための切断対象となるブランチの組
み合わせを作成する放射状構成作成手段と、この放射状
構成作成手段により切断対象となるブランチを切断して
作成された放射状構成のグラフに基づいて始点ノードか
ら終点ノードに至る経路の候補を全て探索する全経路探
索手段とを備えたことを特徴とする経路探索装置。
1. A branch sensitivity calculation means for calculating a sensitivity of each branch with respect to a preset start point node and end point node in a graph expressing a route with nodes and branches, and extracting only branches having sensitivity. A radial configuration creating means for searching a loop configuration included in the graph extracted by the branch sensitivity calculating means, and creating a combination of branches to be cut for cutting the searched loop configuration to make the graph a radial configuration , An all-routes search means for searching all candidates for routes from the start point node to the end point node based on the graph of the radial configuration created by cutting the branch to be cut by the radial configuration creating means. Characteristic route search device.
【請求項2】 前記全経路探索手段で探索される経路の
内から、ブランチの進行方向の制約を満たす経路の候補
を探索する進行方向制約付経路探索手段を有することを
特徴とする請求項1に記載の経路探索装置。
2. A route search unit with a traveling direction constraint that searches for a route candidate satisfying a constraint on a traveling direction of a branch from among the routes searched by the all-routes searching unit. The route search device described in 1.
【請求項3】 始点ノードから終点ノードに至る途中に
指定された中継点ノードを経由する経路の候補を全て探
索する中継点経由経路探索手段を有することを特徴とす
る請求項1または請求項2に記載の経路探索装置。
3. A relay point via route searching means for searching for all candidates for a route passing through a designated relay point node on the way from a start point node to an end point node. The route search device described in 1.
【請求項4】 前記全経路探索手段で探索される経路の
内から、最小コストとなる経路を探索する最小コスト経
路探索手段を有することを特徴とする請求項1ないし請
求項3のいずれか1項に記載の経路探索装置。
4. The minimum cost route searching means for searching a route having the minimum cost from among the routes searched by the all route searching means, according to any one of claims 1 to 3. The route search device according to item.
JP2001276427A 2001-09-12 2001-09-12 Route search device Expired - Lifetime JP3676713B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001276427A JP3676713B2 (en) 2001-09-12 2001-09-12 Route search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001276427A JP3676713B2 (en) 2001-09-12 2001-09-12 Route search device

Publications (2)

Publication Number Publication Date
JP2003087311A true JP2003087311A (en) 2003-03-20
JP3676713B2 JP3676713B2 (en) 2005-07-27

Family

ID=19101131

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001276427A Expired - Lifetime JP3676713B2 (en) 2001-09-12 2001-09-12 Route search device

Country Status (1)

Country Link
JP (1) JP3676713B2 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008054233A (en) * 2006-08-28 2008-03-06 Nippon Telegr & Teleph Corp <Ntt> Route calculation method, route calculation program, and route calculation apparatus
JP2008160981A (en) * 2006-12-25 2008-07-10 Hokkaido Electric Power Co Inc:The Simulation method for accident restoration operation in power system
US7421671B2 (en) * 2006-08-31 2008-09-02 Sun Microsystems, Inc. Graph pruning scheme for sensitivity analysis with partitions
JP2008206046A (en) * 2007-02-22 2008-09-04 Nec Corp Distribution system, distribution controller, and distribution control method
JP2009542068A (en) * 2006-06-23 2009-11-26 エアバス・フランス Method for routing virtual links in a frame switched network with a description of guaranteed determinism
JP2010199646A (en) * 2009-02-23 2010-09-09 Fujitsu Ltd Route decision program, management device, and network system
JP2011249885A (en) * 2010-05-21 2011-12-08 Nippon Telegr & Teleph Corp <Ntt> Route calculation method, and apparatus and program thereof
KR101204518B1 (en) 2010-11-24 2012-11-27 한양대학교 에리카산학협력단 Method and Apparatus for optimal routing in wireless mesh network
JP2013247667A (en) * 2012-05-30 2013-12-09 Nec Corp Route specifying method and device and route specifying program in network
WO2014041724A1 (en) * 2012-09-14 2014-03-20 日本電気株式会社 Power transmission and distribution system, controller, router, power transmission and distribution method, and non-temporary computer-readable medium having stored program
JP5640986B2 (en) * 2009-10-07 2014-12-17 日本電気株式会社 COMMUNICATION SYSTEM CONTROL DEVICE, CONTROL METHOD, AND PROGRAM
JP2020150653A (en) * 2019-03-13 2020-09-17 株式会社明電舎 Distribution system control device
JP7036269B1 (en) * 2021-08-17 2022-03-15 三菱電機株式会社 Route creation device, route management system, route creation program and route creation method

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5035337B2 (en) 2007-04-23 2012-09-26 日本電気株式会社 VLAN communication inspection system, method, and program

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009542068A (en) * 2006-06-23 2009-11-26 エアバス・フランス Method for routing virtual links in a frame switched network with a description of guaranteed determinism
JP2008054233A (en) * 2006-08-28 2008-03-06 Nippon Telegr & Teleph Corp <Ntt> Route calculation method, route calculation program, and route calculation apparatus
JP4533354B2 (en) * 2006-08-28 2010-09-01 日本電信電話株式会社 Route calculation method, route calculation program, and route calculation device
US7421671B2 (en) * 2006-08-31 2008-09-02 Sun Microsystems, Inc. Graph pruning scheme for sensitivity analysis with partitions
JP2008160981A (en) * 2006-12-25 2008-07-10 Hokkaido Electric Power Co Inc:The Simulation method for accident restoration operation in power system
JP2008206046A (en) * 2007-02-22 2008-09-04 Nec Corp Distribution system, distribution controller, and distribution control method
JP4552232B2 (en) * 2007-02-22 2010-09-29 日本電気株式会社 Distribution system, distribution control device, and distribution control method
JP2010199646A (en) * 2009-02-23 2010-09-09 Fujitsu Ltd Route decision program, management device, and network system
JP5640986B2 (en) * 2009-10-07 2014-12-17 日本電気株式会社 COMMUNICATION SYSTEM CONTROL DEVICE, CONTROL METHOD, AND PROGRAM
JP2011249885A (en) * 2010-05-21 2011-12-08 Nippon Telegr & Teleph Corp <Ntt> Route calculation method, and apparatus and program thereof
KR101204518B1 (en) 2010-11-24 2012-11-27 한양대학교 에리카산학협력단 Method and Apparatus for optimal routing in wireless mesh network
JP2013247667A (en) * 2012-05-30 2013-12-09 Nec Corp Route specifying method and device and route specifying program in network
WO2014041724A1 (en) * 2012-09-14 2014-03-20 日本電気株式会社 Power transmission and distribution system, controller, router, power transmission and distribution method, and non-temporary computer-readable medium having stored program
JP2020150653A (en) * 2019-03-13 2020-09-17 株式会社明電舎 Distribution system control device
JP7145109B2 (en) 2019-03-13 2022-09-30 株式会社明電舎 Distribution system controller
JP7036269B1 (en) * 2021-08-17 2022-03-15 三菱電機株式会社 Route creation device, route management system, route creation program and route creation method

Also Published As

Publication number Publication date
JP3676713B2 (en) 2005-07-27

Similar Documents

Publication Publication Date Title
JP2003087311A (en) Path finding device
US20020059213A1 (en) Minimum cost path search apparatus and minimum cost path search method used by the apparatus
CN110535763A (en) A kind of route backup method, apparatus, server and readable storage medium storing program for executing
CN103248571A (en) Computing method of optimal second route
WO2010058785A1 (en) Path calculation order deciding method, program and calculating apparatus
Leitner et al. Exact approaches for network design problems with relays
CN110460975A (en) Car networking data transmission method based on bus
CN107210930A (en) Method and system for from the object assignment performance indicator to network
JP5488206B2 (en) Optical fiber line design support device and program
JP4408000B2 (en) Route search method and apparatus
CN114338427A (en) Network hidden danger analysis method and device, electronic equipment and storage medium
Dib et al. A hybrid metaheuristic for routing in road networks
EP2552157A1 (en) Method and apparatus for loop path search in mesh network
JP3232962B2 (en) Route selection method and apparatus
CN108259357B (en) Route convergence method and device
US8649295B2 (en) Course searching method and node device
Goel et al. Optimal routing algorithm for large scale multi-modal transit networks
JP5506538B2 (en) Route calculation method, apparatus and program
CN110519165A (en) Unicast guard method based on segmented node
JP5339605B2 (en) Route search method and system
CN115134293B (en) Telecommunication route recommendation method, device and server
JP3834028B2 (en) Traffic information search system, traffic information search method, and traffic information search program
JP5413894B2 (en) Via minimum cost route searching apparatus and via minimum cost route searching method
US20030103467A1 (en) Device for designing standby path, method for designing standby path, and program therefor
CN101330512B (en) Protocol speed-accelerating device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050112

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050118

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050318

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050428

R150 Certificate of patent or registration of utility model

Ref document number: 3676713

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080513

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20090513

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100513

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100513

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110513

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20110513

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120513

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120513

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130513

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20140513

Year of fee payment: 9

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term