Files
rose-ash/plans
giles 16fe22669a
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 28s
mk: cyclic-graph behaviour test — motivates Phase 7 tabling
Demonstrates the naive-patho behaviour on a 2-cycle (a <-> b, plus
b -> c). Without Phase-7 tabling, the search produces ever-longer
paths: (a b), (a b a b), (a b a b a b), ... `run 5` truncates to a
finite prefix; `run*` diverges. Documenting this as a regression-style
test gives Phase 7 a concrete starting point.

3 new tests, 331/331 cumulative.
2026-05-08 11:19:29 +00:00
..