Even-hole-free graph

From HandWiki
Short description: Graph containing no induced cycles with an even number of nodes

In the mathematical area of graph theory, a graph is even-hole-free if it contains no induced cycle with an even number of vertices. More precisely, the definition may allow the graph to have induced cycles of length four, or may also disallow them: the latter is referred to as even-cycle-free graphs.[1]

(Addario-Berry Chudnovsky) demonstrated that every even-hole-free graph contains a bisimplicial vertex (a vertex whose neighborhood is the union of two cliques), which settled a conjecture by Reed. The proof was later shown to be flawed by (Chudnovsky Seymour), who gave a correct proof.

Recognition

(Conforti Cornuéjols) gave the first polynomial time recognition algorithm for even-hole-free graphs, which runs in [math]\displaystyle{ {\mathcal O}(n^{40}) }[/math] time.[2] (da Silva Vušković) later improved this to [math]\displaystyle{ {\mathcal O}(n^{19}) }[/math]. (Chang Lu) and (Chang Lu) improved this to [math]\displaystyle{ {\mathcal O}(n^{11}) }[/math] time. The best currently known algorithm is given by (Lai Lu) which runs in [math]\displaystyle{ {\mathcal O}(n^9) }[/math] time.

While even-hole-free graphs can be recognized in polynomial time, it is NP-complete to determine whether a graph contains an even hole that includes a specific vertex.[3]

It is unknown whether graph coloring and the maximum independent set problem can be solved in polynomial time on even-hole-free graphs, or whether they are NP-complete. However the maximum clique can be found in even-hole-free graphs in polynomial time.[4]

Notes

  1. even-cycle--free graphs, https://www.graphclasses.org/classes/gc_706.html, retrieved 2023-03-12 
  2. (Conforti Cornuéjols) present their algorithm and assert that it runs in polynomial time without giving an explicit analysis. (Chudnovsky Kawarabayashi) estimate that it runs in "time about [math]\displaystyle{ {\mathcal O}(n^{40}) }[/math]."
  3. (Bienstock 1991)
  4. Vušković (2010).

References

External links