202510102310

Tags : Graph Theory

Crown Decomposition


Definition

A Crown Decomposition of a graph is a partition of the vertex set into 3 parts, and such that:

  • is non-empty.
  • is an independent set.
  • There are no edges between and , that is, separates the other 2 parts
  • Let be the set of edges between and , then there is matching in covers .

One can think of as a crown put on top of the head and is the remaining part of the body.


References