跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.108) 您好!臺灣時間:2025/09/02 11:08
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:張永立
研究生(外文):Yung-Li Chang
論文名稱:區塊圖上之有效負支配集問題研究
論文名稱(外文):Efficient Minus Domination Problem on Block Graphs
指導教授:張貿翔張貿翔引用關係
指導教授(外文):Maw-Shang Chang
學位類別:碩士
校院名稱:國立中正大學
系所名稱:資訊工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2003
畢業學年度:91
語文別:英文
論文頁數:24
中文關鍵詞:有效負支配集問題區塊圖支配集負支配集
外文關鍵詞:efficient minus dominationblock graphsdominationminus domination
相關次數:
  • 被引用被引用:0
  • 點閱點閱:173
  • 評分評分:
  • 下載下載:2
  • 收藏至我的研究室書目清單書目收藏:0
圖G = (V, E) 的一個有效負支配集函數(minus domination function) 是將圖G的所有點給予1,0或—1的值, 但每個點與它所有有邊 (edge) 相連的鄰居的函數值加總起來會恰好等於1。所謂的有效負支配集問題則是在一個給定的圖中找尋它是否存在一個有效負支配集函數。
在一般圖 (General graphs) 上,這個問題是 NP-complete 的問題。因此,我們將這個問題放在區塊圖 (Block graphs) 上研究。在這篇論文中,我們將利用動態規劃 (Dynamic-programming) 法來給予一個時間複雜度 (Time complexity) 為 O(D4n) 的演算法來解決區塊圖上的有效負支配集問題。

A three-valued function $f$ defined on the vertices of a graph $G
= (V, E)$, $f : V \rightarrow \{-1, 0, 1\}$, is an efficient minus
dominating function if the sum of its function values over any
closed neighborhood equals to one. That is, for every $v \in V$,
$\sum_{u \in N[v]}f(u) = 1$, where $N[v]$ consists of $v$ and all
vertices adjacent to $v$. The sum of the function values of all
vertices is called the weight of $f$. The efficient minus
domination problem is to find the efficient minus dominating
function of $G$ of minimum weight. This problem is NP-complete for
general graphs. In this paper, we present an $O(\Delta^4 n)$
algorithm to solve this problem on block graphs where $\Delta$ is
the maximum degree of $G$.

Table of Contents
Table of Contents I
List of Figures I
List of Tables II
1 Introduction 1
2 A Brief Survey 3
3 A Polynomial Time Algorithm 8
3.1 Preliminaries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 Main Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.3 Time Complexity Analysis . . . . . . . . . . . . . . . . . . . . . . . . 17
4 Conclusions 20
References 21

[1] C. L. Lu, C. Y. Tang, Weighted ecient domination problem on some perfect
graphs, Discrete Applied Math., 117 (2002), pp. 163
[2] M. S. Chang, B. H. Du, Ecient minus domination on proper interval graphs,
Master thesis, Department of Computer Science and Information Engineering,
National Chung Cheng University, Taiwan, (2002).
[3] P. Y. Liu, Signed domination and ecient signed domination on cographs,
Master thesis, Department of Computer Science and Information Engineering,
National Chung Cheng University, Taiwan, (2001).
[4] P. Damaschke, Minus domination in small-degree graphs, Discrete Applied
Math., 108 (2001), pp. 53
[5] C. L. Lu, S. L. Peng, C. Y. Tang, Ecient minus and signed domination in
graphs, Lecture Notes in Computer Science, 1969 (2000), pp. 241
[6] M. S. Chang, Ecient algorithms for the domination problems on interval and
circular-arc graphs, SIAM J. Comput., 27 (1998), pp. 1671
[7] C. L. Lu, On the study of weighted ecient domination, PhD thesis, Depart-
ment of Computer Science, National Tsing Hua University, Taiwan, (1998).
[8] T. W. Haynes, S. T. Hedetniemi, P. J. Slater, Fundamentals of domination in
graphs, Marcel Dekker, New York, (1998).
[9] M. S. Chang, Weighted domination of cocomparability graphs, Discrete Appl.
Math., 80 (1997), pp.135
[10] Y. D. Liang, C. L. Lu, C. Y. Tang, Ecient domination on permutation
graphs and trapezoid graphs, Lecture Notes in Computer Science, 1276 (1997),
pp.232
[11] C. C. Yen, R. C. T. Lee, The weighted perfect domination problem and its
variants, Discrete Applied Math., 66 (1996), pp. 147
[12] D. W. Bange, A. E. Barkauskas, P. J. Slater, L. H. Host, Generalized domination
and ecient domination in graphs, Discrete Math., 159 (1996), pp. 1
[13] J. Dunbar, W.Goddar, S. T. Hedetniemi, A. McRae, M. A. Henning, The al-
gorithmic complexity of minus domination in graphs, Discrete Applied Math.,
68 (1996), pp. 73
[14] G. J. Chang, C. Pandu Rangan, S. R. Coorg, Weighted independent perfect
domination on cocomparability graphs, Discrete Applied Math., 63 (1995),
pp. 215
[15] J. H. Hattingh, M. A. Henning, P. J. Slater, The algorithmic complexity
of signed domination in graphs, Australasian Journal of Combinatorics, 12
(1995), pp. 101
[16] M. S. Chang, Y. C. Liu, Polynomial algorithm for the weighted perfect dom-
ination problems on chordal graph and split graphs, Information Processing
Letters, 48 (1993), pp. 205
[17] C. C. Yen, Algorithmic aspects of perfect domination, PhD thesis, Department
of Computer Science, National Tsing Hua University, Taiwan, (1992).
[18] M. R. Fellows, M. N. Hoover, Perfect domination, Australasian Journal of Com-
binatorics, 3 (1991), pp. 141
[19] D. W. Bange, A. E. Barkauskas, P. J. Slater, Ecient dominating sets in graphs,
Application of Discrete Math., (SIAM, Philadelphia 1988), pp. 189

QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
1. 謝慶昌、林慧玲、林榮貴、陳淑娟、馮詩蘋。1999。溫度與‘平核無’柿果酒精脫澀及軟化之關係。中國園藝 46:45-54.
2. 劉富文、潘靜慧、洪紫馨。1998b。採收日期及貯藏溫度對桶柑品質及耐貯藏力之影響。中國園藝 44:253-263。
3. 劉富文、潘靜慧、薛淑滿、洪紫馨。1998a。採收成熟度及貯藏溫度與椪柑貯藏壽命之影響。中國園藝 44:239-252。
4. 張粲如、陳貴、蔡平里。1974。柑桔品質之研究.結果枝之長短與果實品質之關係。中國園藝 20:273-277。
5. 區少梅、陳淑莉。1993。椪柑品質之官能與物理化學分析。中國園藝 39:99-113。
6. 柯立祥、蔡平里。1988。香蕉後熟過程,果皮與果肉之ACC含量及EFE活性變化與乙烯產生之關係。中華農學會報 新143:48-59。
7. 柯立祥、柯定芳。1980。香蕉催熟之研究(二)提高催熟溫度與減低乙烯用量對香蕉催熟效果之影響。中華農學會報 新112:36-42。
8. 李堂察、林芳存、童伯開、呂明雄。1987。柳橙綠黴病藥劑控制改進之研究。中國園藝 33:132-138。
9. 呂明雄。1977。Benzimidazole殺菌劑與Curing 對椪柑貯藏之影響。中國園藝23:302-307。
10. 林學正、黃肇家、鍾玉燕。1983。柑桔伸縮包裝貯藏之研究(一)。中國園藝 29:120-131。
11. 方祖達、張國良、區少梅、林國明。1977。台灣椪柑品質之調查(二)北區產椪柑品質與結果枝長短之關係。中國園藝 23:57-69。
12. 方祖達、范念慈、張國良。1976。台灣椪柑品質之調查(一)中部產區椪柑品質之分析。中國園藝 22:1-12。