Jump to content

Circular-arc graph

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by David Eppstein (talk | contribs) at 05:13, 21 May 2008 (Proper circular-arc graphs: typo). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
A circular-arc graph (left) and a set of circular arcs representing it (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

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

and

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

Recognition

Tucker[1] demonstrated the first polynomial recognition algorithm for circular-arc graphs, which runs in time.

More recently, McConnell[2] gave the first linear () recognition algorithm.

Some subclasses

In the following, let be an arbitrary graph.

Unit circular-arc graphs

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

is a proper circular-arc graph if there exists a corresponding arc model such that no arc properly contains another.

Helly circular-arc graphs

is a Helly circular-arc graph if there exists a corresponding arc model such that the arcs constitute a Helly family. Gavril[3] gave a characterization of this class that implies an recognition algorithm.

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.

References

  1. ^ Tucker, A. (1980), SIAM J. Computing, 9 (1): 1–24 {{citation}}: |contribution= ignored (help); Missing or empty |title= (help)
  2. ^ McConnell, Ross (2003), Algorithmica, 37 (2): 93–147 {{citation}}: |contribution= ignored (help); Missing or empty |title= (help)
  3. ^ Gavril, F. (1974), Networks, 4: 357–369 {{citation}}: |contribution= ignored (help); Missing or empty |title= (help)