Share on Facebook Share on Twitter Email
Answers.com

Circular-arc graph

 
Wikipedia: Circular-arc graph
A circular-arc graph (left) and a corresponding arc model (right).

In graph theory, a circular-arc graph is the intersection graph of a set of arcs on the circle. It has one vertex for each arc in the set, and an edge between every pair of vertices corresponding to arcs that intersect.

Formally, let

I_1, I_2, \ldots, I_n \subset C_1

be a set of arcs. Then the corresponding circular-arc graph is G = (VE) where

 V = \{I_1, I_2, \ldots, I_n\}

and

 \{I_\alpha, I_\beta\} \in E \iff  I_\alpha \cap I_\beta \neq \varnothing.

A family of arcs that corresponds to G is called an arc model.

Contents

Recognition

Tucker (1980) demonstrated the first polynomial recognition algorithm for circular-arc graphs, which runs in {\mathcal O}(n^3) time. More recently, McConnell (2003) gave the first linear ({\mathcal O}(n+m)) time recognition algorithm.

Relation to other graph classes

Circular-arc graphs are a natural generalization of interval graphs. If a circular-arc graph G has an arc model that leaves some point of the circle uncovered, the circle can be cut at that point and stretched to a line, which results in an interval representation. Unlike interval graphs, however, circular-arc graphs are not always perfect, as the odd chordless cycles C5, C7, etc., are circular-arc graphs.

Some subclasses

In the following, let G = (V,E) be an arbitrary graph.

Unit circular-arc graphs

G is a unit circular-arc graph if there exists a corresponding arc model such that each arc is of equal length.

Proper circular-arc graphs

G is a proper circular-arc graph if there exists a corresponding arc model such that no arc properly contains another. Recognizing these graphs and constructing a proper arc model can both be performed in linear ({\mathcal O}(n + m)) time.[1]

Helly circular-arc graphs

G is a Helly circular-arc graph if there exists a corresponding arc model such that the arcs constitute a Helly family. Gavril (1974) gives a characterization of this class that implies an {\mathcal O(n^3)} recognition algorithm. Joeris et al. (2009) give other characterizations (including one by forbidden induced subgraphs) of this class, which imply a recognition algorithm that runs in O(n+m) time when the input is a graph. If the input graph is not a Helly circular-arc graph, then the algorithm returns a certificate of this fact in the form of a forbidden induced subgraph. They also gave an O(n) time algorithm for determining whether a given circular-arc model has the Helly property.

Applications

Circular-arc graphs are useful in modeling periodic resource allocation problems in operations research. Each interval represents a request for a resource for a specific period repeated in time.

Notes

References

  • Joeris, Benson L.; Lin, Min Chih; McConnell, Ross M.; Spinrad, Jeremy P.; Szwarcfiter, Jayme L., "Linear-Time Recognition of Helly Circular-Arc Models and Graphs", Algorithmica, doi:10.1007/s00453-009-9304-5 , Online First.
  • Tucker, Alan (1980), "An efficient test for circular-arc graphs", SIAM Journal on Computing 9 (1): 1–24, doi:10.1137/0209001 .
  • Deng, Xiaotie; Hell, Pavol; Huang, Jing (1996), "Linear-Time representation algorithms for proper circular-arc graphs and proper interval graphs", SIAM Journal on Computing 25 (2): 390–403, doi:10.1137/S0097539792269095 .

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Circular-arc graph" Read more