词条 | Crossing number (graph theory) |
释义 |
In graph theory, the crossing number {{math|cr(G)}} of a graph {{mvar|G}} is the lowest number of edge crossings of a plane drawing of the graph {{mvar|G}}. For instance, a graph is planar if and only if its crossing number is zero. Determining the crossing number continues to be of great importance in graph drawing, as user studies have shown that drawing graphs with few crossings makes it easier for people to understand the drawing.{{r|pcj}} The study of crossing numbers originated in Turán's brick factory problem, in which Pál Turán asked for a factory plan that minimized the number of crossings between tracks connecting brick kilns to storage sites. Mathematically, this problem can be formalized as asking for the crossing number of a complete bipartite graph,{{r|turan}} The same problem arose independently in sociology at approximately the same time, in connection with the construction of sociograms.{{r|bron}} Turán's conjectured formula for the crossing numbers of complete bipartite graphs remains unproven, as does an analogous formula for the complete graphs. The crossing number inequality states that, for graphs where the number {{mvar|e}} of edges is sufficiently larger than the number {{mvar|n}} of vertices, the crossing number is at least proportional to {{math|e3/n2}}. It has applications in VLSI design and incidence geometry. Without further qualification, the crossing number allows drawings in which the edges may be represented by arbitrary curves. A variation of this concept, the rectilinear crossing number, requires all edges to be straight line segments, and may differ from the crossing number. In particular, the rectilinear crossing number of a complete graph is essentially the same as the minimum number of convex quadrilaterals determined by a set of {{mvar|n}} points in general position. The problem of determining this number is closely related to the happy ending problem.{{r|sw}} DefinitionsFor the purposes of defining the crossing number, a drawing of an undirected graph is a mapping from the vertices of the graph to disjoint points in the plane, and from the edges of the graph to curves connecting their two endpoints. No vertex should be mapped onto an edge that it is not an endpoint of, and whenever two edges have curves that intersect (other than at a shared endpoint) their intersections should form a finite set of proper crossings, where the two curves are transverse. A crossing is counted separately for each of these crossing points, for each pair of edges that cross. The crossing number of a graph is then the minimum, over all such drawings, of the number of crossings in a drawing.{{r|which}} Some authors add more constraints to the definition of a drawing, for instance that each pair of edges have at most one intersection point (a shared endpoint or crossing). For the crossing number as defined above, these constraints make no difference, because a crossing-minimal drawing cannot have edges with multiple intersection points. If two edges with a shared endpoint cross, the drawing can be changed locally at the crossing point, leaving the rest of the drawing unchanged, to produce a different drawing with one fewer crossing. And similarly, if two edges cross two or more times, the drawing can be changed locally at two crossing points to make a different drawing with two fewer crossings. However, these constraints are relevant for variant definitions of the crossing number that, for instance, count only the numbers of pairs of edges that cross rather than the number of crossings.{{r|which}} Special casesAs of April 2015, crossing numbers are known for very few graph families. In particular, except for a few initial cases, the crossing number of complete graphs, bipartite complete graphs, and products of cycles all remain unknown, although there has been some progress on lower bounds.{{r|kmprs}} Complete bipartite graphs{{main|Turán's brick factory problem}}During World War II, Hungarian mathematician Pál Turán was forced to work in a brick factory, pushing wagon loads of bricks from kilns to storage sites. The factory had tracks from each kiln to each storage site, and the wagons were harder to push at the points where tracks crossed each other, from which Turán was led to ask his brick factory problem: how can the kilns, storage sites, and tracks be arranged to minimize the total number of crossings? Mathematically, the kilns and storage sites can be formalized as the vertices of a complete bipartite graph, with the tracks as its edges. A factory layout can be represented as a drawing of this graph, so the problem becomes: what is the minimum possible number of crossings in a drawing of a complete bipartite graph?{{r|ps}} Kazimierz Zarankiewicz attempted to solve Turán's brick factory problem;{{r|z}} his proof contained an error, but he established a valid upper bound of for the crossing number of the complete bipartite graph {{mvar|Km,n}}. This bound has been conjectured to be the optimal number of crossings for all complete bipartite graphs.{{r|fall}} Complete graphs and graph coloringThe problem of determining the crossing number of the complete graph was first posed by Anthony Hill, and appeared in print in 1960.{{r|nabla}} Hill and his collaborator John Ernest were two constructionist artists fascinated by mathematics. They not only formulated this problem but also originated a conjectural formula for this crossing number, which Richard K. Guy published in 1960.{{r|nabla}} Namely, it is known that there always exists a drawing with crossings. This formula gives values of {{math|1, 3, 9, 18, 36, 60, 100, 150}} for {{math|p {{=}} 5, ..., 12}}; see sequence {{OEIS link|A000241}} in the On-line Encyclopedia of Integer Sequences. The conjecture is that there can be no better drawing, so that this formula gives the optimal number of crossings for the complete graphs. An independent formulation of the same conjecture was made by Thomas L. Saaty in 1964.{{r|pnas}} Saaty further verified that this formula gives the optimal number of crossings for {{math|p ≤ 10}} and Pan and Richter showed that it also is optimal for {{math|p {{=}} 11, 12}}.{{r|pr}} The Albertson conjecture, formulated by Michael O. Albertson in 2007, states that, among all graphs with chromatic number {{mvar|n}}, the complete graph {{mvar|Kn}} has the minimum number of crossings. That is, if the conjectured formula for the crossing number of the complete graph is correct, then every {{mvar|n}}-chromatic graph has crossing number at least equal to the same formula. The Albertson conjecture is now known to hold for {{math|n ≤ 16}}.{{r|bt}} Cubic graphsThe smallest cubic graphs with crossing numbers 1–8 and 11 are known {{OEIS|id=A110507}}. The smallest 1-crossing cubic graph is the complete bipartite graph {{math|K3,3}}, with 6 vertices. The smallest 2-crossing cubic graph is the Petersen graph, with 10 vertices. The smallest 3-crossing cubic graph is the Heawood graph, with 14 vertices. The smallest 4-crossing cubic graph is the Möbius-Kantor graph, with 16 vertices. The smallest 5-crossing cubic graph is the Pappus graph, with 18 vertices. The smallest 6-crossing cubic graph is the Desargues graph, with 20 vertices. None of the four 7-crossing cubic graphs, with 22 vertices, are well known.{{r|mathworld}} The smallest 8-crossing cubic graphs include the Nauru graph and the McGee graph or (3,7)-cage graph, with 24 vertices.{{r|pe}} The smallest 11-crossing cubic graphs include the Coxeter graph with 28 vertices.{{r|hn}} In 2009, Pegg and Exoo conjectured that the smallest cubic graph with crossing number 13 is the Tutte–Coxeter graph and the smallest cubic graph with crossing number 170 is the Tutte 12-cage.{{r|pe|exoo}} Complexity and approximationIn general, determining the crossing number of a graph is hard; Garey and Johnson showed in 1983 that it is an NP-hard problem.{{r|gj}} In fact the problem remains NP-hard even when restricted to cubic graphs{{r|hlineny}} and to near-planar graphs (graphs that become planar after removal of a single edge).{{r|cm}} A closely related problem, determining the rectilinear crossing number, is complete for the existential theory of the reals.{{r|ER}} On the positive side, there are efficient algorithms for determining whether the crossing number is less than a fixed constant {{mvar|k}}. In other words, the problem is fixed-parameter tractable.{{r|grohe|kr}} It remains difficult for larger {{mvar|k}}, such as {{math|1=k = {{!}}V{{!}}/2}}. There are also efficient approximation algorithms for approximating {{math|cr(G)}} on graphs of bounded degree.{{r|egs}} In practice heuristic algorithms are used, such as the simple algorithm which starts with no edges and continually adds each new edge in a way that produces the fewest additional crossings possible. These algorithms are used in the Rectilinear Crossing Number distributed computing project.{{r|rcnp}} The crossing number inequality{{main|Crossing number inequality}}For an undirected simple graph {{mvar|G}} with {{mvar|n}} vertices and {{mvar|e}} edges such that {{math|e > 7n}} the crossing number is always at least This relation between edges, vertices, and the crossing number was discovered independently by Ajtai, Chvátal, Newborn, and Szemerédi,{{r|acns}} and by Leighton.{{r|leighton}} It is known as the crossing number inequality or crossing lemma. The constant {{math|29}} is the best known to date, and is due to Ackerman.{{r|ackerman}} The constant {{math|7}} can be lowered to {{math|4}}, but at the expense of replacing {{math|29}} with the worse constant of {{math|64}}.{{r|acns|leighton}} The motivation of Leighton in studying crossing numbers was for applications to VLSI design in theoretical computer science.{{r|leighton}} Later, Székely also realized that this inequality yielded very simple proofs of some important theorems in incidence geometry, such as Beck's theorem and the Szemerédi-Trotter theorem,{{r|szekely}} and Tamal Dey used it to prove upper bounds on geometric k-sets.{{r|dey}} VariationsIf edges are required to be drawn as straight line segments, rather than arbitrary curves, then some graphs need more crossings. The rectilinear crossing number is defined to be the minimum number of crossings of a drawing of this type. It is always at least as large as the crossing number, and is larger for some graphs. The rectilinear crossing numbers for {{math|K5}} through {{math|K12}} are {{math|1, 3, 9, 19, 36, 62, 102, 153}}, ({{OEIS link|A014540}}) and values up to {{math|K27}} are known, with {{math|K28}} requiring either 7233 or 7234 crossings. Further values are collected by the Rectilinear Crossing Number project.{{r|rcnp}} A graph has local crossing number {{mvar|k}} if it can be drawn with at most {{mvar|k}} crossings per edge, but not fewer. The graphs that can be drawn with at most {{mvar|k}} crossings per edge are also called {{mvar|k}}-planar.{{r|ringel}} Other variants of the crossing number include the pairwise crossing number (the minimum number of pairs of edges that cross in any drawing) and the odd crossing number (the number of pairs of edges that cross an odd number of times in any drawing). The odd crossing number is at most equal to the pairwise crossing number, which is at most equal to the crossing number. However, by the Hanani–Tutte theorem, whenever one of these numbers is zero, they all are.{{r|which}} {{harvtxt|Schaefer|2014}} surveys many such variants.{{r|variants}} See also
References1. ^{{cite conference|author=Ajtai, M.; Chvátal, V.; Newborn, M.; Szemerédi, E.|title=Crossing-free subgraphs|conference=Theory and Practice of Combinatorics|series=North-Holland Mathematics Studies|volume=60|year=1982|pages=9–12|mr=0806962 }} [1][2][3][4][5][6][7][8][9][10][11][12][13][14][15][16][17][18][19][20][21][22][23][24][25][26][27][28][29][30][31]2. ^{{cite arXiv |first1=János |last1=Barát |first2=Géza |last2=Tóth |year=2009 |title=Towards the Albertson Conjecture |eprint=0909.0413 |ref=harv |class=math.CO}} 3. ^{{cite journal|title=The graphic presentation of sociometric data| first=Urie| last=Bronfenbrenner| authorlink=Urie Bronfenbrenner| journal=Sociometry| volume=7|issue=3|year=1944|pages=283–289|jstor=2785096|quote=The arrangement of subjects on the diagram, while haphazard in part, is determined largely by trial and error with the aim of minimizing the number of intersecting lines.}} 4. ^{{cite journal |author=Cabello S. and Mohar B. |title=Adding One Edge to Planar Graphs Makes Crossing Number and 1-Planarity Hard |year=2013 |journal=SIAM Journal on Computing |volume=42 |issue=5 |pages=1803–1829 |doi=10.1137/120872310 |ref=harv|arxiv=1203.5944 }} 5. ^{{cite journal | author = Dey, T. K. | authorlink = Tamal Dey | title = Improved bounds for planar k-sets and related problems | journal = Discrete and Computational Geometry | volume = 19 | issue = 3 | year = 1998 | pages = 373–382 | doi = 10.1007/PL00009354 | mr = 1608878 | ref = harv}} 6. ^{{Cite journal |first1=Guy |last1=Even |first2=Sudipto |last2=Guha |first3 = Baruch | last3 = Schieber | title=Improved Approximations of Crossings in Graph Drawings and VLSI Layout Areas |journal=SIAM Journal on Computing |volume=32 |year=2003 |pages=231–252 |doi=10.1137/S0097539700373520 |issue=1 |ref=harv}} 7. ^{{cite web |last=Exoo |first=G. |url=http://isu.indstate.edu/ge/COMBIN/RECTILINEAR/ |title=Rectilinear Drawings of Famous Graphs}} 8. ^{{cite journal |author=Garey, M. R.; Johnson, D. S. |title=Crossing number is NP-complete |journal=SIAM Journal on Algebraic and Discrete Methods |volume=4 |pages=312–316 |year=1983 |mr=0711340 |doi=10.1137/0604033 |issue=3 |ref=harv}} 9. ^{{Cite journal |last=Grohe |first=M.|authorlink=Martin Grohe |title=Computing crossing numbers in quadratic time |journal=Journal of Computer and System Sciences|volume=68 |issue=2 |year=2005 |pages=285–302 |mr=2059096 |doi=10.1016/j.jcss.2003.07.008 |ref=harv}} 10. ^{{Cite journal |title=A combinatorial problem |first1=R. K. |last1=Guy |authorlink=Richard K. Guy |journal=Nabla (Bulletin of the Malayan Mathematical Society) |volume=7 |year=1960 |pages=68–72 |ref=harv}} 11. ^{{cite book | last = Guy | first = Richard K. | authorlink = Richard K. Guy | contribution = The decline and fall of Zarankiewicz's theorem | mr = 0253931 | pages = 63–69 | publisher = Academic Press, New York | title = Proof Techniques in Graph Theory (Proc. Second Ann Arbor Graph Theory Conf., Ann Arbor, Mich., 1968) | year = 1969}}. 12. ^{{cite journal |author=Hliněný, P. |title=Crossing number is hard for cubic graphs |year=2006 |journal=Journal of Combinatorial Theory|series=Series B |volume=96 |issue=4 |pages=455–471 |mr=2232384 | doi=10.1016/j.jctb.2005.09.009 |ref=harv}} 13. ^{{citation|first1=Michael|last1=Haythorpe|first2=Alex|last2=Newcombe|title=There are no Cubic Graphs on 26 Vertices with Crossing Number 11|year=2018|arxiv=1804.10336}} 14. ^{{Cite conference |first1= Ken-ichi |last1=Kawarabayashi | author1-link = Ken-ichi Kawarabayashi |first2=Bruce |last2=Reed | author2-link = Bruce Reed (mathematician) |title=Computing crossing number in linear time |conference=Proceedings of the 29th Annual ACM Symposium on Theory of Computing |year=2007 |pages=382–390 |doi=10.1145/1250790.1250848 |ref= harv |isbn= 978-1-59593-631-8}} 15. ^{{Cite journal |last1=de Klerk |first1=E. |last2=Maharry |first2=J. |last3=Pasechnik |first3=D. V. |last4=Richter |first4=B. |last5=Salazar |first5=G. |year=2006 |url=https://research.tilburguniversity.edu/en/publications/improved-bounds-for-the-crossing-numbers-of-kmn-and-kn |title=Improved bounds for the crossing numbers of Km,n and Kn |journal=SIAM Journal on Discrete Mathematics |volume=20 |issue=1 |pages=189–202 | doi=10.1137/S0895480104442741 |ref=harv |arxiv=math/0404142 }} 16. ^{{cite book |author=Leighton, T. |title=Complexity Issues in VLSI |series=Foundations of Computing Series |publisher=MIT Press |location=Cambridge, MA |year=1983}} 17. ^{{MathWorld|urlname=GraphCrossingNumber|title=Graph Crossing Number}} 18. ^{{cite book | last1 = Pach | first1 = János | author1-link = János Pach | last2 = Sharir | first2 = Micha | author2-link = Micha Sharir | contribution = 5.1 Crossings—the Brick Factory Problem | pages = 126–127 | publisher = American Mathematical Society | series = Mathematical Surveys and Monographs | title = Combinatorial Geometry and Its Algorithmic Applications: The Alcalá Lectures | volume = 152| year = 2009}} 19. ^{{cite conference | last1 = Pach | first1 = J. | author1-link = János Pach | last2 = Tóth | first2 = G. | contribution = Which crossing number is it, anyway? | doi = 10.1109/SFCS.1998.743512 | pages = 617–626 | title = Proceedings of the 39th Annual Symposium on Foundations of Computer Science (FOCS 1998) | year = 1998}}. 20. ^{{cite journal | last1 = Pan | first1 = Shengjun | last2 = Richter | first2 = R. Bruce | doi = 10.1002/jgt.20249 | issue = 2 | journal = Journal of Graph Theory | mr = 2350621 | pages = 128–134 | title = The crossing number of {{math|K11}} is {{math|100}} | volume = 56 | year = 2007}}. 21. ^{{Cite journal |last1=Pegg |first1=E. T. |author1-link=Ed Pegg, Jr.|last2=Exoo |first2=G. |title=Crossing Number Graphs |journal=Mathematica Journal |volume=11 |year=2009 |ref=harv |doi=10.3888/tmj.11.2-2}} 22. ^{{cite conference | last1 = Purchase | first1 = Helen C. | last2 = Cohen | first2 = Robert F. | last3 = James | first3 = Murray I. | editor-last = Brandenburg | editor-first = Franz-Josef | contribution = Validating graph drawing aesthetics | doi = 10.1007/BFb0021827 | pages = 435–446 | publisher = Springer | series = Lecture Notes in Computer Science | title = Graph Drawing, Symposium on Graph Drawing, GD '95, Passau, Germany, September 20-22, 1995, Proceedings | volume = 1027 | year = 1995}}. 23. ^{{cite web |url=http://www.ist.tugraz.at/staff/aichholzer/research/rp/triangulations/crossing/ |archive-url=https://archive.is/20121230191705/http://www.ist.tugraz.at/staff/aichholzer/research/rp/triangulations/crossing/ |dead-url=yes |archive-date=2012-12-30 |title=Rectilinear Crossing Number project |author=Oswin Aichholzer |df= }}, andRectilinear Crossing Number on the Institute for Software Technology at Graz, University of Technology (2009). 24. ^{{cite journal | last = Ringel | first = Gerhard | authorlink = Gerhard Ringel | doi = 10.1007/BF02996313 | journal = Abhandlungen aus dem Mathematischen Seminar der Universität Hamburg | language = German | mr = 0187232 | pages = 107–117 | title = Ein Sechsfarbenproblem auf der Kugel | volume = 29 | year = 1965}} 25. ^{{Cite journal |title=The minimum number of intersections in complete graphs |first1=T.L. |last1=Saaty |authorlink=Thomas L. Saaty |journal=Proceedings of the National Academy of Sciences of the United States of America|volume=52 |year=1964 |pages=688–690 |ref=harv |doi=10.1073/pnas.52.3.688|bibcode=1964PNAS...52..688S }} 26. ^{{Cite conference| first=Marcus| last=Schaefer| title=Complexity of some geometric and topological problems|url=http://ovid.cs.depaul.edu/documents/convex.pdf|conference=Graph Drawing, 17th International Symposium, GS 2009, Chicago, IL, USA, September 2009, Revised Papers|series=Lecture Notes in Computer Science|publisher=Springer-Verlag| volume=5849| pages=334–344| doi=10.1007/978-3-642-11805-0_32 |year=2010|ref=harv|isbn=978-3-642-11804-3}}. 27. ^{{cite journal | last1 = Schaefer | first1 = Marcus | journal = The Electronic Journal of Combinatorics | pages = #DS21 | title = The graph crossing number and its variants: a survey | year = 2014 | ref = harv}} 28. ^{{Cite journal |title=The rectilinear crossing number of a complete graph and Sylvester's "four point problem" of geometric probability |first1=Edward R. |last1=Scheinerman|author1-link=Ed Scheinerman |first2=Herbert S. |last2=Wilf|author2-link=Herbert Wilf |journal=American Mathematical Monthly |volume=101 |issue=10 |year=1994 |pages=939–943 | doi=10.2307/2975158 |jstor=2975158 |ref=harv}} 29. ^{{cite journal |author=Székely, L. A. |title=Crossing numbers and hard Erdős problems in discrete geometry |journal=Combinatorics, Probability and Computing |volume=6 |year=1997 |pages=353–358 |mr=1464571 | doi=10.1017/S0963548397002976 |issue=3 |ref=harv}} 30. ^{{cite journal |doi=10.1002/jgt.3190010105 |last=Turán |first=P.|authorlink=Pál Turán |title=A Note of Welcome |journal=Journal of Graph Theory |volume=1 |pages=7–9 |year=1977 |ref=harv}} 31. ^{{cite journal |last=Zarankiewicz |first=K. |authorlink=Kazimierz Zarankiewicz|title=On a Problem of P. Turán Concerning Graphs |journal=Fundamenta Mathematicae |volume=41 |pages=137–145 |year=1954 | ref=harv}} }} 3 : Topological graph theory|Graph invariants|Graph drawing |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。