Rank-width

Rank-width is a graph width parameter used in graph theory and parameterized complexity, and defined using linear algebra.

It is defined from hierarchical clusterings of the vertices of a given graph, which can be visualized as ternary trees having the vertices as their leaves. Removing any edge from such a tree disconnects it into two subtrees and partitions the vertices into two subsets. The graph edges that cross from one side of the partition to the other can be described by a biadjacency matrix; for the purposes of rank-width, this matrix is defined over the finite field GF(2) rather than using real numbers. The rank-width of a graph is the maximum of the ranks of the biadjacency matrices, for a clustering chosen to minimize this maximum.[1]

Rank-width is closely related to clique-width: , where is the clique-width and the rank-width. However, clique-width is NP-hard to compute, for graphs of large clique-width, and its parameterized complexity is unknown. In contrast, testing whether the rank-width is at most a constant takes polynomial time, and even when the rank-width is not constant it can be approximated, with a constant approximation ratio, in polynomial time. For this reason, rank-width can be used as a more easily computed substitute for clique-width.[1]

An example of a family of graphs with high rank-width is provided by the square grid graphs. For an grid graph, the rank-width is exactly .[2]

Trees have rank-width at most 1, and the graphs with rank-width at most 1 are precisely distance-hereditary graphs.[3] Graphs of small rank-width are precisely pivot-minors of graphs of small tree-width.[4] A connected graph G with vertices and edges has a rank-width of at most . A simple proof is to consider a spanning tree and note that trees have rank-width 1. Adding an edge to a graph increases the cut-rank function by at most 1 which increases the rank-width by at most 1, so adding the extra edges to the spanning tree increases the rank-width by at most .

References

  1. ^ a b Oum, Sang-il; Seymour, Paul (2006), "Approximating clique-width and branch-width", Journal of Combinatorial Theory, Series B, 96 (4): 514–528, CiteSeerX 10.1.1.139.9829, doi:10.1016/j.jctb.2005.10.006, MR 2232389
  2. ^ Jelínek, Vít (2010), "The rank-width of the square grid", Discrete Applied Mathematics, 158 (7): 841–850, doi:10.1016/j.dam.2009.02.007, MR 2602833
  3. ^ Oum, Sang-il (2005-09-01). "Rank-width and vertex-minors". Journal of Combinatorial Theory, Series B. 95 (1): 79–100. doi:10.1016/j.jctb.2005.03.003. ISSN 0095-8956.
  4. ^ Kwon, O-joung; Oum, Sang-il (2014-05-11). "Graphs of small rank-width are pivot-minors of graphs of small tree-width". Discrete Applied Mathematics. Fifth Workshop on Graph Classes, Optimization, and Width Parameters, Daejeon, Korea, October 2011. 168: 108–118. arXiv:1203.3606. doi:10.1016/j.dam.2013.01.007. ISSN 0166-218X.