主題
Search

圖交叉數


給定一個“好的” G (即,一個所有相交圖邊在一個點相交,並由四個不同的圖頂點產生的圖),交叉數是可以繪製的最小可能交叉次數,包括使用彎曲(非直線)邊。文獻中存在幾種符號約定,其中一些更常見的符號是 cr(G) (例如,Pan 和 Richter 2007; Clancy et al. 2019), CR(G), cr_(0)(G) (例如,Pach 和 Tóth 2005), 和 nu(G)

交叉數為 0 的被稱為平面圖。對於圖交叉數為 1 的圖,似乎沒有標準使用的術語。特別是,術語“幾乎平面”和“1-平面”在文獻中用於其他概念。因此,在這項工作中,術語單交叉圖將用於交叉數為 1 的圖。交叉數為 2 的圖被稱為雙交叉圖。這些術語總結在下表中。

Garey 和 Johnson (1983ab) 表明,確定交叉數是一個 NP-完全問題。Buchheim et al. (2008) 使用整數線性規劃來制定第一個精確演算法,以找到可證明的最佳交叉數。Chimani et al. 隨後給出了一個整數線性規劃公式,該公式在交叉數高達 37 時可以實際有效,該公式試圖透過基於 Buchheim et al. (2008)、Chimani et al. 和作者相關工作的分支定界定價來確定性地找到交叉數。作者提供了一個 Web 表單,請求將此演算法應用於提交的圖 (Chimani 和 Wiedera)。相比之下,Haythorpe 和同事實現了一種稱為 QuickCross 的快速啟發式演算法,旨在找到圖的最優或接近最優的嵌入,如 Clancy et al. (2018) 所討論的,並且可供下載。

雖然圖交叉數允許具有任意形狀邊(例如,曲線)的圖嵌入,但直線交叉數 rcr(G)直線嵌入圖中交叉的最小可能數量。當(非直線)圖交叉數滿足 cr(G)<=3 時, rcr(G)=cr(G) (Bienstock 和 Dean 1993)。雖然 Bienstock 和 Dean 實際上並沒有證明 rcr(G)=3 的情況,但他們表示可以類似於 rcr(G)<=2 的情況建立。該結果不能擴充套件到 cr(G)<=4,因為存在圖 G 使得 cr(G)=4rcr(G)=m 對於任何 m>=4

CrossingNumbersDiffer

rcr(G)>cr(G) 成立的最小簡單圖出現在 8 個節點上。下表總結了四個這樣的例子。上面說明了 16-胞圖和完全圖 K_8 (Harary 和 Hill 1962-1963) 的最小交叉和直線交叉嵌入。

cr(G)rcr(G)
16-胞K_(4×2)68
(8,5)-圖蘭圖910
8-雙環面圖 8910
完全圖 K_81819

Ajtai et al. (1982) 表明存在一個絕對常數 c>0 使得

 cr>(cm^3)/(n^2)

對於每個具有頂點數 n邊數 m>=4n 的圖。Ajtai et al. (1982) 確定不等式對於 c=1/100 成立,隨後改進為 1/64 (參見 Clancy et al. 2019)。

蓋伊猜想提出了完全圖 K_n 的交叉數的閉合形式,扎蘭凱維奇猜想提出了完全二分圖 K_(m,n) 的交叉數的閉合形式。還提出了 環面網格圖 C_m square C_n 的交叉數的猜想閉合形式。


參見

雙交叉圖, 蓋伊猜想, 克萊因瓶交叉數, 區域性交叉數, 平面直線嵌入, 射影平面交叉數, 直線交叉數, 單交叉圖, 最小三次交叉數圖, 直線嵌入, 環面交叉數, 扎蘭凱維奇猜想

使用 探索

WolframAlpha

更多嘗試

參考文獻

Ajtai, M.; Chvátal, V.; Newborn, M. M.; and Szemeréedi, E. "Crossing-Free Subgraphs." North-Holland Math. Stud. 60(C), 9-12, 1982.Bienstock, D. and Dean, N. "Bounds for Rectilinear Crossing Numbers." J. Graph Th. 17, 333-348, 1993.Buchheim, C.; Chimani, M.; Ebner, D.; Gutwenger, C.; Jünger, M.; Klau, G. W.; Mutzel, P.; and Weiskircher, R. "A Branch-And-Cut Approach to the Crossing Number Problem." Discr. Optimiz. 5, 373-388, 2008.Chimani, M.; Mutzel, P.; and Bomze, I. "A New Approach to Exact Crossing Minimization." http://ls11-www.cs.tu-dortmund.de/people/chimani/files/oocm-preprint.pdf.Chimani, M. and Wiedera, T. "Crossing Number Web Compute." http://crossings.uos.de.Clancy, K.; Haythorpe, M.; and Newcombe, A. "An Effective Crossing Minimisation Heuristic Based on Star Insertion." Submitted to J. Graph Algorithms and Applications. http://arxiv.org/abs/1804.09900.Clancy, K.; Haythorpe, M.; and Newcombe, A. "A Survey of Graphs with Known or Bounded Crossing Numbers." 15 Feb 2019. https://arxiv.org/abs/1901.05155.Erdős, P. and Guy, R. K. "Crossing Number Problems." Amer. Math. Monthly 80, 52-57, 1973.Exoo, G. "Rectilinear Drawings of Famous Graphs." http://isu.indstate.edu/ge/COMBIN/RECTILINEAR/.Gardner, M. "Crossing Numbers." Ch. 11 in Knotted Doughnuts and Other Mathematical Entertainments. New York: W. H. Freeman, pp. 133-144, 1986.Garey, M. R. and Johnson, D. S. Computers and Intractability: A Guide to the Theory of NP-Completeness. New York: W. H. Freeman, p. 339, 1983a.Garey, M. R. and Johnson, D. S. "Crossing Number is NP-Complete." SIAM J. Alg. Discr. Meth. 4, 312-316, 1983b.Guy, R. K. "Latest Results on Crossing Numbers." In Recent Trends in Graph Theory, Proc. New York City Graph Theory Conference, 1st, 1970 (Ed. New York City Graph Theory Conference Staff). New York: Springer-Verlag, 1971.Harary, F. and Hill, A. "On the Number of Crossings in a Complete Graph." Proc. Edin. Math. Soc. 13, 333-338, 1962-1963.Harary, F. and Palmer, E. M. Graphical Enumeration. New York: Academic Press, p. 225, 1973.Harary, F. and Palmer, E. M. "A Survey of Graph Enumeration Problems." In A Survey of Combinatorial Theory (Ed. J. N. Srivastava). Amsterdam: North-Holland, pp. 259-275, 1973.Haythorpe, M. "QuickCross--Crossing Number Problem." http://www.flinders.edu.au/science_engineering/csem/research/programs/flinders-hamiltonian-cycle-project/quickcross.cfm.Kleitman, D. J. "A Note on the Parity of the Numbers of Crossings of a Graph." J. Combin. Th., Ser. B 21, 88-89, 1976.Koman, M. "Extremal Crossing Numbers of Complete k-Chromatic Graphs." Mat. Časopis Sloven. Akad. Vied. 20, 315-325, 1970.Moon, J. W. "On the Distribution of Crossings in Random Complete Graphs." SIAM J. 13, 506-510, 1965.Owens, A. "On the Biplanar Crossing Number." IEEE Trans. Circuit Th. 18, 277-280, 1971.Pach, J. and Tóth, G. "Thirteen Problems on Crossing Numbers." Geocombin. 9, 195-207, 2000.Schaefer, M. "The Graph Crossing Number and its Variants: A Survey." Elec. J. Combin., DS21, Version 3, Dec. 22, 2017.Skiena, S. Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, p. 251, 1990.Sloane, N. J. A. Sequence A014540 in "The On-Line Encyclopedia of Integer Sequences."Thomassen, C. "Embeddings and Minors." In Handbook of Combinatorics, 2 vols. (Ed. R. L. Graham, M. Grötschel, and L. Lovász.) Cambridge, MA: MIT Press, p. 314, 1996.Tutte, W. T. "Toward a Theory of Crossing Numbers." J. Comb. Th. 8, 45-53, 1970.Vrt'o, I. "Crossing Numbers of Graphs: A Bibliography." Jan. 15, 2014. ftp://ftp.ifi.savba.sk/pub/imrich/crobib.pdf.Wilf, H. "On Crossing Numbers, and Some Unsolved Problems." In Combinatorics, Geometry, and Probability: A Tribute to Paul Erdős. Papers from the Conference in Honor of Paul Erdős's 80th Birthday Held at Trinity College, Cambridge, March 1993 (Ed. B. Bollobás and A. Thomason). Cambridge, England: Cambridge University Press, pp. 557-562, 1997.

在 上被引用

圖交叉數

請引用本文為

Weisstein, Eric W. "圖交叉數。" 出自 Web 資源。 https://mathworld.tw/GraphCrossingNumber.html

主題分類