词条 | Interval graph |
释义 |
In graph theory, an interval graph is an undirected graph formed from a set of intervals on the real line, with a vertex for each interval and an edge between vertices whose intervals intersect. It is the intersection graph of the intervals. Interval graphs are chordal graphs and perfect graphs. They can be recognized in linear time, and an optimal graph coloring or maximum clique in these graphs can be found in linear time. The interval graphs include all proper interval graphs, graphs defined in the same way from a set of unit intervals. These graphs have been used to model food webs, and to study scheduling problems in which one must select a subset of tasks to be performed at non-overlapping times. Other applications include assembling contiguous subsequences in DNA mapping, and temporal reasoning. DefinitionAn interval graph is an undirected graph G formed from a family of intervals Si, i = 0, 1, 2, ... by creating one vertex vi for each interval Si, and connecting two vertices vi and vj by an edge whenever the corresponding two sets have a nonempty intersection, that is, the edge set of G is E(G) = {{vi, vj} | Si ∩ Sj ≠ ∅}. CharacterizationsThree vertices form an asteroidal triple in a graph G if, for each two, there exists a path containing those two but no neighbor of the third. A graph is AT-free if it has no asteroidal triple. The earliest characterization of interval graphs seems to be the following:
Other characterizations:
Various other characterizations of interval graphs and variants have been described.[5][6] Efficient recognition algorithmDetermining whether a given graph G = (V, E) is an interval graph can be done in O(|V|+|E|) time by seeking an ordering of the maximal cliques of G that is consecutive with respect to vertex inclusion. {{Citation needed|date=March 2017}} The original linear time recognition algorithm of {{harvtxt|Booth|Lueker|1976}} is based on their complex PQ tree data structure, but {{harvtxt|Habib|McConnell|Paul|Viennot|2000}} showed how to solve the problem more simply using lexicographic breadth-first search, based on the fact that a graph is an interval graph if and only if it is chordal and its complement is a comparability graph.[2][7] A similar approach using a 6-sweep LexBFS algorithm is described in {{harvtxt|Corneil|Olariu|Stewart|2009}}. Related families of graphsBy the characterization of interval graphs as AT-free chordal graphs,[1] interval graphs are strongly chordal graphs and hence perfect graphs. Their complements belong to the class of comparability graphs,[4] and the comparability relations are precisely the interval orders.[2] Based on the fact that a graph is an interval graph if and only if it is chordal and its complement is a comparability graph, we have: A graph and its complement are interval graphs if and only if it is both a split graph and a permutation graph. The interval graphs that have an interval representation in which every two intervals are either disjoint or nested are the trivially perfect graphs. A graph has boxicity at most one if and only if it is an interval graph; the boxicity of an arbitrary graph G is the minimum number of interval graphs on the same set of vertices such that the intersection of the edges sets of the interval graphs is G. The intersection graphs of arcs of a circle form circular-arc graphs, a class of graphs that contains the interval graphs. The trapezoid graphs, intersections of trapezoids whose parallel sides all lie on the same two parallel lines, are also a generalization of the interval graphs. The connected triangle-free interval graphs are exactly the caterpillar trees.[8] Proper Interval GraphsProper interval graphs are interval graphs that have an interval representation in which no interval properly contains any other interval; unit interval graphs are the interval graphs that have an interval representation in which each interval has unit length. A unit interval representation without repeated intervals is necessarily a proper interval representation. Not every proper interval representation is a unit interval representation, but every proper interval graph is a unit interval graph, and vice versa.[9] Every proper interval graph is a claw-free graph; conversely, the proper interval graphs are exactly the claw-free interval graphs. However, there exist claw-free graphs that are not interval graphs.[10]An interval graph is called q-proper if there is a representation in which no interval is contained by more than q others. This notion extends the idea of proper interval graphs such that a 0-proper interval graph is a proper interval graph.[11] Improper Interval GraphsAn interval graph is called p-improper if there is a representation in which no interval contains more than p others. This notion extends the idea of proper interval graphs such that a 0-improper interval graph is a proper interval graph.[12] K-nested Interval GraphsAn interval graph is k-nested if there is no chain of length k+1 of intervals nested in each other. This is a generalization of proper interval graphs as 1-nested interval graphs are exactly proper interval graphs.[13] ApplicationsThe mathematical theory of interval graphs was developed with a view towards applications by researchers at the RAND Corporation's mathematics department, which included young researchers—such as Peter C. Fishburn and students like Alan C. Tucker and Joel E. Cohen—besides leaders—such as Delbert Fulkerson and (recurring visitor) Victor Klee.[14] Cohen applied interval graphs to mathematical models of population biology, specifically food webs.[15] Interval graphs are used to represent resource allocation problems in operations research and scheduling theory. In these applications, each interval represents a request for a resource (such as a processing unit of a distributed computing system or a room for a class) for a specific period of time. The maximum weight independent set problem for the graph represents the problem of finding the best subset of requests that can be satisfied without conflicts.[16] An optimal graph coloring of the interval graph represents an assignment of resources that covers all of the requests with as few resources as possible; it can be found in polynomial time by a greedy coloring algorithm that colors the intervals in sorted order by their left endpoints.[17] Other applications include genetics, bioinformatics, and computer science. Finding a set of intervals that represent an interval graph can also be used as a way of assembling contiguous subsequences in DNA mapping.[18] Interval graphs also play an important role in temporal reasoning.[19] Interval completions and pathwidthIf {{mvar|G}} is an arbitrary graph, an interval completion of {{mvar|G}} is an interval graph on the same vertex set that contains {{mvar|G}} as a subgraph. The parameterized version of interval completion (find an interval supergraph with {{mvar|k}} additional edges) is fixed parameter tractable, and moreover, is solvable in parameterized subexponential time.{{sfnp|Villanger|Heggernes|Paul|Telle|2009}}{{sfnp|Bliznets|Fomin|Pilipczuk|Pilipczuk|2014}} The pathwidth of an interval graph is one less than the size of its maximum clique (or equivalently, one less than its chromatic number), and the pathwidth of any graph G is the same as the smallest pathwidth of an interval graph that contains G as a subgraph.[20] Notes1. ^1 {{harvtxt|Lekkerkerker|Boland|1962}} 2. ^1 2 {{harv|Fishburn|1985}} 3. ^{{harvtxt|Fulkerson|Gross|1965}} 4. ^1 {{harvtxt|Gilmore|Hoffman|1964}} 5. ^{{harvtxt|McKee|McMorris|1999}} 6. ^{{harvtxt|Brandstädt|Le|Spinrad|1999}} 7. ^{{harvtxt|Golumbic|1980}}. 8. ^{{harvtxt|Eckhoff|1993}}. 9. ^{{harvtxt|Roberts|1969}}; {{harvtxt|Gardi|2007}} 10. ^{{harvtxt|Faudree|Flandrin|Ryjáček|1997}}, p. 89. 11. ^{{cite journal|last1=Proskurowski|first1=Andrzej|last2=Telle|first2=Jan Arne|title=Classes of graphs with restricted interval models|journal=Discrete Mathematics & Theoretical Computer Science.|date=1999|volume=3|issue=4|pages=167–176|citeseerx=10.1.1.39.9532}} 12. ^{{cite journal|last1=Beyerl|first1=Jeffrey|last2=Jamison|first2=Robert|title=Interval graphs with containment restrictions|journal=Congressus Numerantium|date=2008|volume=191|issue=2008|pages=117–128|bibcode=2011arXiv1109.6675B|arxiv=1109.6675}} 13. ^{{Cite arxiv|last=Klavík|first=Pavel|last2=Otachi|first2=Yota|last3=Šejnoha|first3=Jiří|date=2015-10-14|title=On the Classes of Interval Graphs of Limited Nesting and Count of Lengths|eprint=1510.03998|class=cs.DM}} 14. ^{{harvtxt|Cohen|1978|pp=[https://books.google.com/books/princeton?hl=en&q=interval+graph&vid=ISBN9780691082028&redir_esc=y#v=snippet&q=%22interval%20graph%22&f=false ix-10]}} 15. ^{{harvtxt|Cohen|1978|pp=[https://books.google.com/books/princeton?hl=en&q=interval+graph&vid=ISBN9780691082028&redir_esc=y#v=snippet&q=%22interval%20graph%22&f=false 12–33]}} 16. ^{{harvtxt|Bar-Noy|Bar-Yehuda|Freund|Naor|2001}}. 17. ^{{Introduction to Algorithms|edition=2|page=379}} 18. ^{{harvtxt|Zhang|Schon|Fischer|Cayanis|1994}}. 19. ^{{harvtxt|Golumbic|Shamir|1993}}. 20. ^{{harvtxt|Bodlaender|1998}}. References
| last1 = Bar-Noy | first1 = Amotz | last2 = Bar-Yehuda | first2 = Reuven | last3 = Freund | first3 = Ari | last4 = Naor | first4 = Joseph (Seffi) | last5 = Schieber | first5 = Baruch | title = A unified approach to approximating resource allocation and scheduling | journal = Journal of the ACM | year = 2001 | volume = 48 | issue = 5 | pages = 1069–1090 | url = http://portal.acm.org/citation.cfm?id=335410&coll=portal&dl=ACM | doi = 10.1145/502102.502107| citeseerx = 10.1.1.124.9886}}.
| last1 = Bliznets | first1 = Ivan | last2 = Fomin | first2 = Fedor V. | last3 = Pilipczuk | first3 = Marcin | last4 = Pilipczuk | first4 = Michał | editor1-last = Schulz | editor1-first = Andreas S. | editor2-last = Wagner | editor2-first = Dorothea | editor2-link = Dorothea Wagner | arxiv = 1402.3473 | contribution = A subexponential parameterized algorithm for proper interval completion | doi = 10.1007/978-3-662-44777-2_15 | pages = 173–184 | publisher = Springer-Verlag | series = Lecture Notes in Computer Science | title = Proceedings of the 22nd Annual European Symposium on Algorithms (ESA 2014), Wroclaw, Poland, September 8-10, 2014 | volume = 8737 | year = 2014| isbn = 978-3-662-44776-5
| last = Bodlaender | first = Hans L. | authorlink = Hans L. Bodlaender | doi = 10.1016/S0304-3975(97)00228-4 | issue = 1–2 | journal = Theoretical Computer Science | pages = 1–45 | title = A partial k-arboretum of graphs with bounded treewidth | volume = 209 | year = 1998}}.
| last1 = Booth | first1 = K. S. | last2 = Lueker | first2 = G. S. | title = Testing for the consecutive ones property, interval graphs, and graph planarity using PQ-tree algorithms | journal = J. Comput. Syst. Sci. | volume = 13 | pages = 335–379 | year = 1976 | doi = 10.1016/S0022-0000(76)80045-1 | issue = 3}}.
| last1 = Brandstädt | first1 = A. | last2 = Le | first2 = V.B. | last3 = Spinrad | first3 = J.P. | title = Graph Classes: A Survey | publisher = SIAM Monographs on Discrete Mathematics and Applications | year = 1999 | isbn = 978-0-89871-432-6}}.
| last1 = Corneil | first1 = Derek | author1-link = Derek Corneil | last2 = Olariu | first2 = Stephan | last3 = Stewart | first3 = Lorna | issue = 4 | journal = SIAM Journal on Discrete Mathematics | pages = 1905–1953 | title = The LBFS structure and recognition of interval graphs | volume = 23 | year = 2009 | doi = 10.1137/S0895480100373455 }}.
| last = Eckhoff | first = Jürgen | doi = 10.1002/jgt.3190170112 | issue = 1 | journal = Journal of Graph Theory | pages = 117–127 | title = Extremal interval graphs | volume = 17 | year = 1993}}.
| last1 = Faudree | first1 = Ralph | author1-link = Ralph Faudree | last2 = Flandrin | first2 = Evelyne | last3 = Ryjáček | first3 = Zdeněk | doi = 10.1016/S0012-365X(96)00045-3 | issue = 1–3 | journal = Discrete Mathematics | pages = 87–147 | title = Claw-free graphs — A survey | volume = 164 | year = 1997 | mr = 1432221}}.
| author1-link = D. R. Fulkerson | last1 = Fulkerson | first1 = D. R. | last2 = Gross | first2 = O. A. | title = Incidence matrices and interval graphs | journal = Pacific Journal of Mathematics | volume = 15 | issue = 3 | pages = 835–855 | year = 1965 | doi=10.2140/pjm.1965.15.835}}.
| last = Gardi | first = Frédéric | url = http://www.sciencedirect.com/science/article/pii/S0012365X07000696 | title = The Roberts characterization of proper and unit interval graphs | date = 2007 | journal = Discrete Mathematics | volume = 307 | issue = 22 | pages = 2906–2908 | doi = 10.1016/j.disc.2006.04.043}}.
| last1 = Gilmore | first1 = P. C. | last2 = Hoffman | first2 = A. J. | title = A characterization of comparability graphs and of interval graphs | journal = Can. J. Math. | volume = 16 | pages = 539–548 | year = 1964 | doi = 10.4153/CJM-1964-055-5}}.
| last = Golumbic | first = Martin Charles | author-link = Martin Charles Golumbic | title = Algorithmic Graph Theory and Perfect Graphs | publisher = Academic Press | year = 1980 | isbn = 978-0-12-289260-8}}.
| last1 = Golumbic | first1 = Martin Charles | last2 = Shamir | first2 = Ron | title = Complexity and algorithms for reasoning about time: a graph-theoretic approach | journal = J. Assoc. Comput. Mach. | volume = 40 | issue = 5 | pages = 1108–1133 | year = 1993 | doi=10.1145/174147.169675| citeseerx = 10.1.1.35.528}}.
| last1 = Habib | first1 = Michel | last2 = McConnell | first2 = Ross | last3 = Paul | first3 = Christophe | last4 = Viennot | first4 = Laurent | title = Lex-BFS and partition refinement, with applications to transitive orientation, interval graph recognition, and consecutive ones testing | journal = Theor. Comput. Sci. | volume = 234 | issue = 1–2 | pages = 59–84 | year = 2000 | url = http://www.cs.colostate.edu/~rmm/lexbfs.ps | doi = 10.1016/S0304-3975(97)00241-7}}.
| last1 = Lekkerkerker | first1 = C.G. | last2 = Boland | first2 = J.C. | title = Representation of a finite graph by a set of intervals on the real line | journal = Fund. Math. | volume = 51 | pages = 45–64 | year = 1962 | doi = 10.4064/fm-51-1-45-64
| last1 = McKee | first1 = Terry A. | last2 = McMorris | first2 = F.R. | title = Topics in Intersection Graph Theory | publisher = SIAM Monographs on Discrete Mathematics and Applications | year = 1999 | isbn = 978-0-89871-430-2}}.
| last = Roberts | first = F. S. | editor-last = Harary | editor-first = Frank | chapter = Indifference graphs | title = Proof Techniques in Graph Theory | pages = 139–146 | year = 1969 | isbn = 978-0123242600 | oclc = 30287853 | publisher = Academic Press | location = New York, NY}}.
| last1 = Villanger | first1 = Yngve | last2 = Heggernes | first2 = Pinar | author2-link = Pinar Heggernes | last3 = Paul | first3 = Christophe | last4 = Telle | first4 = Jan Arne | doi = 10.1137/070710913 | journal = SIAM J. Comput. | pages = 2007–2020 | title = Interval Completion Is Fixed Parameter Tractable | volume = 38 | issue = 5 | year = 2009| citeseerx = 10.1.1.73.8999}}.
| last1 = Zhang | first1 = Peisen | last2 = Schon | first2 = Eric A. | last3 = Fischer | first3 = Stuart G. | last4 = Cayanis | first4 = Eftihia | last5 = Weiss | first5 = Janie | last6 = Kistler | first6 = Susan | last7 = Bourne | first7 = Philip E. | title = An algorithm based on graph theory for the assembly of contigs in physical mapping of DNA | journal = Bioinformatics | volume = 10 | issue = 3 | year = 1994 | pages = 309–317 | doi = 10.1093/bioinformatics/10.3.309}}. External links
| work = Information System on Graph Classes and their Inclusions}}
3 : Perfect graphs|Intersection classes of graphs|Geometric graphs |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。