HOME

TheInfoList



OR:

In
graph theory In mathematics, graph theory is the study of ''graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of '' vertices'' (also called ''nodes'' or ''points'') which are conn ...
, a circular-arc graph is the
intersection graph In graph theory, an intersection graph is a graph that represents the pattern of intersections of a family of sets. Any graph can be represented as an intersection graph, but some important special classes of graphs can be defined by the types o ...
of a set of arcs on the circle. It has one
vertex Vertex, vertices or vertexes may refer to: Science and technology Mathematics and computer science *Vertex (geometry), a point where two or more curves, lines, or edges meet * Vertex (computer graphics), a data structure that describes the positio ...
for each arc in the set, and an
edge Edge or EDGE may refer to: Technology Computing * Edge computing, a network load-balancing system * Edge device, an entry point to a computer network * Adobe Edge, a graphical development application * Microsoft Edge, a web browser developed ...
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'' = (''V'', ''E'') where : V = \ and : \ \in E \iff I_\alpha \cap I_\beta \neq \varnothing. A family of arcs that corresponds to G is called an ''arc model''.


Recognition

demonstrated the first polynomial recognition algorithm for circular-arc graphs, which runs in (n^3) time. gave the first linear ((n+m)) time recognition algorithm, where m is the number of edges. More recently, Kaplan and Nussbaum developed a simpler linear time recognition algorithm.


Relation to other graph classes

Circular-arc graphs are a natural generalization of
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. In ...
s. 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 ''C''5, ''C''7, 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. The number of labelled unit circular-arc graphs on ''n'' vertices is given by (n+2)\binom-2^.


Proper circular-arc graphs

G is a proper circular-arc graph (also known as a circular interval graph)Described with a different but equivalent definition by . 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 ((n + m)) time. pg. ? They form one of the fundamental subclasses of the
claw-free graph In graph theory, an area of mathematics, a claw-free graph is a graph that does not have a claw as an induced subgraph. A claw is another name for the complete bipartite graph ''K''1,3 (that is, a star graph comprising three edges, three leaves, ...
s.


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 In combinatorics, a Helly family of order is a family of sets in which every minimal ''subfamily with an empty intersection'' has or fewer sets in it. Equivalently, every finite subfamily such that every -fold intersection is non-empty has non ...
. gives a characterization of this class that implies an recognition algorithm. 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.


Applications

Circular-arc graphs are useful in modeling periodic
resource allocation In economics, resource allocation is the assignment of available resources to various uses. In the context of an entire economy, resources can be allocated by various means, such as markets, or planning. In project management, resource allocati ...
problems in
operations research Operations research ( en-GB, operational research) (U.S. Air Force Specialty Code: Operations Analysis), often shortened to the initialism OR, is a discipline that deals with the development and application of analytical methods to improve decis ...
. Each interval represents a request for a resource for a specific period repeated in time.


Notes


References

*. *. * . * . Second edition, ''Annals of Discrete Mathematics'' 57, Elsevier, 2004. *. * . * {{citation , last = Tucker , first = Alan , authorlink=Alan Tucker , title = An efficient test for circular-arc graphs , journal =
SIAM Journal on Computing The ''SIAM Journal on Computing'' is a scientific journal focusing on the mathematical and formal aspects of computer science. It is published by the Society for Industrial and Applied Mathematics (SIAM). Although its official ISO abbreviation is ...
, volume = 9 , year = 1980 , issue = 1 , pages = 1–24 , doi = 10.1137/0209001.


External links


Circular arc graph
Intersection classes of graphs Geometric graphs