Why it matters
Chromatic invariants classify graphs. Understanding shapes graph theory.
Advertisement
The architecture
chi(G): smallest k for proper coloring.
P(G, k): polynomial in k.
Computed via deletion-contraction.
Advertisement
How it works end to end
Deletion-contraction: P(G) = P(G-e) - P(G/e).
Recursive computation.
Exponential worst case.