HOME

TheInfoList



OR:

A combinatorial map is a combinatorial representation of a graph on an orientable surface. A combinatorial map may also be called a combinatorial embedding, a
rotation system In combinatorial mathematics, rotation systems (also called combinatorial embeddings or combinatorial maps) encode embeddings of graphs onto orientable surfaces by describing the circular ordering of a graph's edges around each vertex. A more for ...
, an orientable
ribbon graph In topological graph theory, a ribbon graph is a way to represent graph embeddings, equivalent in power to signed rotation systems or graph-encoded maps. It is convenient for visualizations of embeddings, because it can represent unoriented surfac ...
, a fat graph, or a cyclic graph. More generally, an n-dimensional combinatorial map is a combinatorial representation of a graph on an n-dimensional orientable manifold. Combinatorial maps are used as efficient data structures in image representation and processing, in geometrical modeling. This model is related to
simplicial complex In mathematics, a simplicial complex is a set composed of points, line segments, triangles, and their ''n''-dimensional counterparts (see illustration). Simplicial complexes should not be confused with the more abstract notion of a simplicial ...
es and to combinatorial topology. A combinatorial map is a
boundary representation In solid modeling and computer-aided design, boundary representation (often abbreviated B-rep or BREP) is a method for representing a 3D shape by defining the limits of its volume. A solid is represented as a collection of connected surfac ...
model; it represents object by its boundaries.


History

The concept of a combinatorial map was introduced informally by J. Edmonds for polyhedral surfaces which are
planar graph In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cro ...
s. It was given its first definite formal expression under the name "Constellations" by A. Jacques but the concept was already extensively used under the name "rotation" by
Gerhard Ringel Gerhard Ringel (October 28, 1919 in Kollnbrunn, Austria – June 24, 2008 in Santa Cruz, California) was a German mathematician. He was one of the pioneers in graph theory and contributed significantly to the proof of the Heawood conjecture ...
and J.W.T. Youngs in their famous solution of the Heawood map-coloring problem. The term "constellation" was not retained and instead "combinatorial map" was favored. Combinatorial maps were later generalized to represent higher-dimensional orientable subdivided objects.


Motivation

Several applications require a data structure to represent the subdivision of an object. For example, a 2D object can be decomposed into vertices (0-cells), edges (1-cells), and faces (2-cells). More generally, an n-dimensional object is composed with cells of dimension 0 to n. Moreover, it is also often necessary to represent neighboring relations between these cells. Thus, we want to describe all the cells of the subdivision, plus all the incidence and adjacency relations between these cells. When all the represented cells are simplexes, a
simplicial complex In mathematics, a simplicial complex is a set composed of points, line segments, triangles, and their ''n''-dimensional counterparts (see illustration). Simplicial complexes should not be confused with the more abstract notion of a simplicial ...
may be used, but when we want to represent any type of cells, we need to use cellular topological models like combinatorial maps or generalized maps.


Definition

A combinatorial map is a triplet ''M'' = (''D'', ''σ'', ''α'') such that: * ''D'' is a finite set of darts; * ''σ'' is a
permutation In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or p ...
on ''D''; * ''α'' is an involution on ''D'' with no fixed point. Intuitively, a combinatorial map corresponds to a graph where each edge is subdivided into two darts (sometimes also called half-edges). The permutation ''σ'' gives, for each dart, the next dart by turning around the vertex in the positive orientation; the other permutation ''α'' gives, for each dart, the other dart of the same edge. ''α'' allows one to retrieve edges (alpha for arête in French), and ''σ'' allows one to retrieve vertices (sigma for sommet in French). We define ''φ'' = ''σ'' o ''α'' which gives, for each dart, the next dart of the same face (phi for face also in French). So, there are two ways to represent a combinatorial map depending if the permutation is ''σ'' or ''φ'' (see example below). These two representations are dual to each other: vertices and faces are exchanged.


Higher-dimensional generalization

An ''n''-dimensional combinatorial map (or ''n''-map) is a (''n'' + 1)-tuple ''M'' = (''D'', ''β''1, ..., ''β''''n'') such that: * ''D'' is a finite set of darts; * ''β''1 is a
permutation In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or p ...
on ''D''; * ''β''2, ..., ''β''''n'' are involutions on ''D''; * ''β''''i'' o ''β''''j'' is an involution if ''i'' + 2 ≤ ''j'' (''i'', ''j'' ∈ ). An ''n''-dimensional combinatorial map represents the subdivision of a closed orientable ''n''-dimensional space. The constraint on ''β''''i'' o ''β''''j'' guarantees the topological validity of the map as a quasi-manifold subdivision. Two-dimensional combinatorial maps can be retrieved by fixing ''n'' = 2 and renaming ''σ'' by ''β''1 and ''α'' by ''β''2. Spaces that are not necessarily closed or
orientable In mathematics, orientability is a property of some topological spaces such as real vector spaces, Euclidean spaces, surfaces, and more generally manifolds that allows a consistent definition of "clockwise" and "counterclockwise". A space ...
may be represented using (''n''-dimensional)
generalized maps In mathematics, a generalized map is a topological model which allows one to represent and to handle subdivided objects. This model was defined starting from combinatorial maps in order to represent non-orientable and open subdivisions, which is no ...
.


See also

* Bollobás–Riordan polynomial *
Boundary representation In solid modeling and computer-aided design, boundary representation (often abbreviated B-rep or BREP) is a method for representing a 3D shape by defining the limits of its volume. A solid is represented as a collection of connected surfac ...
*
Generalized maps In mathematics, a generalized map is a topological model which allows one to represent and to handle subdivided objects. This model was defined starting from combinatorial maps in order to represent non-orientable and open subdivisions, which is no ...
* Doubly connected edge list *
Quad-edge data structure A quad-edge data structure is a computer representation of the topology of a two-dimensional or three-dimensional map, that is, a graph drawn on a (closed) surface. It was first described by Jorge Stolfi and Leonidas J. Guibas. It is a variant of ...
*
Rotation system In combinatorial mathematics, rotation systems (also called combinatorial embeddings or combinatorial maps) encode embeddings of graphs onto orientable surfaces by describing the circular ordering of a graph's edges around each vertex. A more for ...
*
Simplicial complex In mathematics, a simplicial complex is a set composed of points, line segments, triangles, and their ''n''-dimensional counterparts (see illustration). Simplicial complexes should not be confused with the more abstract notion of a simplicial ...
* Winged edge


References


External links

* Combinatorial maps in
CGAL The Computational Geometry Algorithms Library (CGAL) is an open source software library of computational geometry algorithms. While primarily written in C++, Scilab bindings and bindings generated with SWIG (supporting Python and Java for now ...
, the Computational Geometry Algorithms Library: ** * Combinatorial maps i
CGoGN
Combinatorial and Geometric modeling with Generic N-dimensional Maps * {{nlab, id=combinatorial+map, title=Combinatorial map Algebraic topology Topological graph theory Computer graphics data structures Graph data structures Planar graphs