dual_decomposition: verify strengthened conjecture on 6 Holton-McKay duals
- New experiment experiments/check_conj_on_holton_mckay.py parses McKay's planar_code file of the 6 non-Hamiltonian 38-vertex cubic plane graphs (Holton-McKay) and tests both clauses (1)-(3) and (1)-(4) of the face-monochromatic-pair conjecture on each. Result: 17,280 candidate colourings, all 17,280 satisfy both conjectures. - Add a "Targeted check on the Holton-McKay duals" paragraph to Remark 4.4 with a per-graph table. - Fix a latent bug in check_conj_3_8_scaled.py: b was hardcoded to cyc_b, leaving b == a when phi(e_1) == cyc_b (and consequently c ambiguous). Now correctly computes b = whichever of cyc_a/cyc_b is not a, raising if neither matches. The bug never crashed n <= 20 because any() short-circuited on correctly-built witnesses; the Holton-McKay reductions hit it on the first witness, surfacing it. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.10.5) 24 MAY 2026 14:32
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.10.5) 24 MAY 2026 14:42
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
@@ -310,7 +310,7 @@ cal/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmti10.pfb></usr/loc
|
||||
al/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmti8.pfb></usr/local
|
||||
/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/local/
|
||||
texlive/2022/texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb>
|
||||
Output written on paper.pdf (12 pages, 1015233 bytes).
|
||||
Output written on paper.pdf (12 pages, 1017869 bytes).
|
||||
PDF statistics:
|
||||
183 PDF objects out of 1000 (max. 8388607)
|
||||
101 compressed objects within 2 object streams
|
||||
|
||||
Reference in New Issue
Block a user