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
I1,I2,\ldots,In\subsetC1
V=\{I1,I2,\ldots,In\}
\{I\alpha,I\beta\}\inE\iffI\alpha\capI\beta ≠ \varnothing.
A family of arcs that corresponds to G is called an arc model.
demonstrated the first polynomial recognition algorithm for circular-arc graphs, which runs in
{lO}(n3)
({lO}(n+m))
m
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.
In the following, let
G=(V,E)
G
The number of labelled unit circular-arc graphs on n vertices is given by
(n+2)\binom{2n-1}{n-1}-22n-1
G
({lO}(n+m))
G
{lO(n3)}
give other characterizations 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.
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.