Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Circle graph
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Algorithmic complexity== After earlier [[polynomial time]] algorithms,<ref>{{harvtxt|Gabor|Supowit|Hsu|1989}}; {{harvtxt|Spinrad|1994}}</ref> {{harvtxt|Gioan|Paul|Tedder|Corneil|2013}} presented an algorithm for recognizing circle graphs in near-linear time. Their method is slower than linear by a factor of the [[inverse Ackermann function]], and is based on [[lexicographic breadth-first search]]. The running time comes from a method for maintaining the [[split decomposition]] of a graph incrementally, as vertices are added, used as a subroutine in the algorithm.{{sfnp|Gioan|Paul|Tedder|Corneil|2013}} A number of other problems that are [[NP-complete]] on general graphs have polynomial time algorithms when restricted to circle graphs. For instance, {{harvtxt|Kloks|1996}} showed that the [[treewidth]] of a circle graph can be determined, and an optimal tree decomposition constructed, in O(''n''<sup>3</sup>) time. Additionally, a minimum fill-in (that is, a [[chordal graph]] with as few edges as possible that contains the given circle graph as a subgraph) may be found in O(''n''<sup>3</sup>) time.<ref>{{harvtxt|Kloks|Kratsch|Wong|1998}}.</ref> {{harvtxt|Tiskin|2010}} has shown that a [[maximum clique]] of a circle graph can be found in O(''n'' log<sup>2</sup> ''n'') time, while {{harvtxt|Nash|Gregg|2010}} have shown that a [[maximum independent set]] of an unweighted circle graph can be found in O(''n'' min{''d'', ''Ξ±''}) time, where ''d'' is a parameter of the graph known as its density, and ''Ξ±'' is the independence number of the circle graph. However, there are also problems that remain NP-complete when restricted to circle graphs. These include the [[minimum dominating set]], minimum connected dominating set, and minimum total dominating set problems.<ref>{{harvtxt|Keil|1993}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)