Skip to content

Constraint immediacy: every fill order pays the same 480

Sum, over any visit order of the 16x16 board, the number of already-placed neighbours each cell faces at the moment it is filled: the total is exactly 480, for every order. A fill order cannot add restriction; it only chooses when each restriction binds. What separates orders is immediacy, the distance between a decision and its refutation, and only the extremes of that ranking are properties of the puzzle rather than of the engine.

findingFindingtheorymeasuredBacktrackingReduce the searchUpdated 2026-07-22
Reproducedeterministic — reproduces byte-for-bytereruns the search
Reproduce this result

deterministic — reproduces byte-for-byte

cd research/topics/constraint-immediacy/compute && cargo run --release -- repro-korder ../results

Recomputes the per-cell constraint counts for the five visit orders on the official board and verifies that each sums to exactly 480 (byte-stable on rerun). The two behavioural arms rerun separately with repro-official and repro-gen (60 s per order per arm, seeded); their fine-grained ranking is engine-dependent by this page's own conclusion.

Code & data on GitHub

Keep exploring

Page sourceView as Markdown