平面オイラーグラフ上での辺素な路問題を解く並列アルゴリズム
スポンサーリンク
概要
- 論文の詳細を見る
Given a connected graph G=(V,E)and K pairs of vertices (s_i,t_i),i=1,..,K,the edge-disjoint path problem asks to find K pairwise edge-disjoint paths connecting each pair(s_i,t_i)from source s_i to sink t_i,=1,..,K.This problem is one of the fundamental problem in graph theory.When disjoint path problem is considered,it is convenient to introduce graph H=(V,F),called a demand graph,formed by the edges connecting each terminal pair(s_i,t_i).The original graph G=(V,E)is called the supply graph.In this paper we present a parallel algorithm to decide whether the required K edge-disjoint paths exist or not,and a parallel algorithm to find the required K edge-disjoint paths in G+H when undirected graph C+H=(V,EUF)is planar and Eulerian,and K is a constant,which run in O(log^2n)time using O(n^3)processors and in O(K(log^2n+logm))time using O(n^3+m)processors,respectively,both on a CREW PRAM,where n and m are the number of vertices and edges of G,respectively,and K is a constant.
- 一般社団法人情報処理学会の論文
- 1992-09-28
著者
-
中山 慎一
徳島大学
-
中山 慎一
Toyohashi University of Technology Department of Knowledge-Based information Engineering,Toyohashi U
-
増山 繁
Toyohashi University of Technology Department of Knowledge-Based information Engineering,Toyohashi U
-
増山 繁
Toyohashi University Of Technology Department Of Knowledge-based Information Engineering Toyohashi U
関連論文
- グラフの構造的特徴と効率の良い並列アルゴリズムについて (新しいパラダイムとしてのアルゴリズム工学)
- 外平面グラフ上の最大流を求める並列アルゴリズム
- 外平面グラフ上の最大流量を求める並列アルゴリズム(組合せ最適化(3))
- 外平面グラフ上の最大流量を求める並列アルゴリズム
- 2-C-10 A Polynomial Time Algorithm for Obtaining a Minimum Edge Ranking on Two-connected Outerplanar Graphs
- 置換グラフ上における最小節点ランキング全域木問題を解くアルゴリズム (計算機科学基礎理論の新展開)
- 最小節点ランキング全域木問題の計算複雑性について
- 置換グラフ上における最小節点ランキング全域木問題を解くアルゴリズム
- 置換グラフ上における最小節点ランキング全域木問題を解くアルゴリズム
- An algorithm for solving the edge-disjoint path problem on tournament graphs
- in-トーナメントグラフ上のハミルトン閉路を求める並列アルゴリズム(グラフ理論(3))
- 台形グラフの点彩色問題を解く並列アルゴリズム(グラフ・ネットワーク(3))
- 台形グラフの彩色問題を解く並列アルゴリズム
- 2連結グラフ上の与えられた節点を中心とする全域木を求める並列アルゴリズム
- 外平面グラフ上のst-最短経路を求める並列アルゴリズム
- 外平面グラフの最長路問題を解く並列アルゴリズム
- A Simple Near Optimal Parallel Algorithm for Recognizing Outerplanar Graphs
- 外平面グラフ上のs-t最長路を求める並列アルゴリズム(組合せ最適化(3))
- 外平面グラフ上のst-最短経路を求める並列アルゴリズム(グラフ・ネットワーク(3))
- 平面オイラーグラフ上での辺素な路問題を解く並列アルゴリズム
- 平面オイラーグラフの辺素な路問題を解く並列アルゴリズム(理論計算機科学とその周辺)
- 平面オイラーグラフの辺素な路問題を解く並列アルゴリズム(組合せ・グラフ・ネットワーク)
- 1-C-6 置換グラフ上における最小2-組支配集合を求める多項式時間アルゴリズム(最適化・アルゴリズム(2))