跳到主要內容

臺灣博碩士論文加值系統

(18.97.9.172) 您好!臺灣時間:2024/12/13 23:00
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:盧錦隆
研究生(外文):Lu, Chin Lung
論文名稱:在區段圖與弦弧圖上對加權k-支配問題和其變形之有效率演算法
論文名稱(外文):Efficient Algorithms for the Weighted k-Domination Problem and its Variants on Interval and Circular-arc Graphs
指導教授:張貿翔張貿翔引用關係
指導教授(外文):Chang, Maw Shang
學位類別:碩士
校院名稱:國立中正大學
系所名稱:資訊工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:1993
畢業學年度:81
語文別:英文
論文頁數:46
外文關鍵詞:k-支配集配對區段圖弦弧圖強弦圖k-dominating setmatchinginterval graphscircular-arc graphs
相關次數:
  • 被引用被引用:0
  • 點閱點閱:203
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:1
  令G=(V,E)是個簡單圖(Simple Graph),且m, n分別表示圖G的邊數與
點數。路徑上的邊數被稱為長度。x與y兩點之間的距離等於其間最短路徑
的長度,以d(x, y)來表示。若d(x, y)小於或等於k,則稱『x k-支配 y
』,反之亦然。令D為V的一個子集合,若對V中的任一點x,皆可在D中找
到某一點y,使得y k-支配 x,則稱此子集合D為圖G的k-支配集(k-
dominating set)。令D為一個k-支配集,若其任兩點在圖G中,皆沒有邊
相連,則稱D為獨立k-支配集;若其點所構成的子圖(Induced Subgraph)
為連通圖,則稱D為連通k-支配集;若其點所構成的子圖沒有獨立點,則
稱D為完全k-支配集。所謂的(獨立、連通、完全) k-支配問題,是指在圖
G中,找到一個 (獨立、連通、完全) k-支配集且其個數是最少的。若圖G
中的個點都有加權(Weight),則所謂的加權(獨立、連通、完全) k-支配
問題,是指在圖G中,找到一個(獨立、連通、完全) k-支配集且其所有點
的加權和是最小。若M為E的一個子集合,且M中的任兩個元素,沒有共用
一個點,則稱 M為一個配對(Matching)。假使不存在另一個配對M',其大
小比M還大,則 M就被稱為最大配對(Maximum Matching)。本論文中,我
們使用動態規劃(Dynamic Programming)的技巧,對加權(獨立、連通、完
全) k-支配問題在區段圖上,設計出一致性、有效性且線性時間的演算法
。並把些演算法擴充應用到弦弧圖上,去解相同的問題。同時,我們也利
用貪心法則(Greedy Method),在強弦圖上,對最大配對問題,提出時間
為O(m+n)的演算法。

Let G=(V,E) be a simple graph, m be the number of edges and n
be the number of vertices. The length of a path is the number
of edges in the path. The distance d(x,y) from vertex x to
vertex y in G is the minimum length of a path from x to y. If d(
x,y) is less than or equal to k, then we say that x dominates y
within distance k (or say that x k-dominate y), and vice versa.
A subset D of V is called a k-dominating set of G if for every
vertex x in V, there exists some vertex y in D which k-
dominates x. A k-dominating set D of G is independent if the
vertices of D are pairwise non-adjacent, connected if the sub-
graph G[D] induced by D is connected, toatl if G[D] has no
isolated vertex. The (independent, connected, total) k-
domination problem is to find a (independent, connected, total)
k-dominating set with the minimum cardinality. Suppose that
each vertex of the G is associated with a real number, called
the weight of this vertex, and the weight of a set of vertices
is the sum of the weights of all vertices in this set. Then,
the weighted (independent, connected, total) k-domination
problem is to find a (independent, connected, total) k-
dominating set with the minimum weight in G. A subset M of E is
called a mathcing in G=(V,E) if no two elements of M share the
same vertex. M is a maximum mathcing if G has no mathcing M'
with |M'| > |M|. In this thesis, we use the dynamic programming
to devise unified, efficient and linear time algorithms for the
weighted (independent, connected, total) k-domination problem
on interval graphs. Then, we extend those algorithms to solve
the same pro- blems on circular-arc graphs. Meanwhile, we
present an O(m+n) greedy algorithm for solving the maximum
matching problem in strongly chordal graphs with strong
elimination ordering given.

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top