Move tire coloring transfer to restrictions paper

This commit is contained in:
2026-06-08 15:09:58 -04:00
parent c27ad69024
commit 6400fdfc5e
36 changed files with 372 additions and 336 deletions
+2 -2
View File
@@ -11,17 +11,17 @@ All papers are at `papers/<name>/paper.tex`. The current set:
| `colored_edge_flip_classes` | Colored Edge Flip Classes |
| `colored_pentagon_contractions` | Colored Pentagon Reductions |
| `coloring_nested_tire_dual_graphs` | Coloring Nested Tire Dual Graphs |
| `coloring_nested_tire_graphs` | Coloring Nested Tire Graphs |
| `even_level_graph_generators` | Even Level Graph Generators: a constructive conjecture stronger than the Four Color Theorem |
| `face_monochromatic_pairs` | Face-Monochromatic Pairs and the Four Colour Theorem |
| `iterated_reduction_in_reduced_dual` | An Iterated Reduction in the Reduced Dual |
| `level_resolutions_of_maximal_planar_graphs` | Level Resolutions of Maximal Planar Graphs |
| `level_switching` | Level Switching |
| `nested_tire_decompositions_of_plane_triangulations` | Nested Tire Decompositions of Plane Triangulations |
| `plane_depth` | Plane Depth |
| `plane_depth_sequencing` | Plane Depth Sequencing |
| `plane_diamond_coloring` | Plane Diamond Coloring |
The papers form a connected programme around plane triangulations, BFS-level structure, and the Four Colour Theorem. `plane_depth` introduces the level / dual-depth framework that downstream papers build on; `coloring_nested_tire_graphs` develops the tire-tread tree-of-treads decomposition.
The papers form a connected programme around plane triangulations, BFS-level structure, and the Four Colour Theorem. `plane_depth` introduces the level / dual-depth framework that downstream papers build on; `nested_tire_decompositions_of_plane_triangulations` develops the tire-tread tree-of-treads decomposition.
## Creating a New Paper