How to Use
Select graph:
- θ: Thickness
- Layers: Planar decomposition
- Bounds: Known formulas
Earth-Moon Problem
Ringel (1959): what's the chromatic number of thickness-2 graphs? Known: 9 ≤ answer ≤ 12. The 'earth-moon' problem because thickness-2 maps model two-sided planet coloring. Open for 60+ years!
Known Formulas
θ(K_n) = ⌈(n+7)/6⌉ for most n. θ(K_{m,n}) = ⌈mn/(2(m+n-2))⌉. For random graphs: θ ≈ |E|/(3n-6) (close to lower bound). Computing θ is NP-hard.
Step-by-Step Instructions
- 1Select graph.
- 2Compute thickness.
- 3Find decomposition.
- 4Apply formulas.
- 5Check bounds.