relations: route enumeration — all-paths (all simple directed paths a->b) + 9 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 23s

Cycle-safe DFS in explain.sx, complements shortest-path relations-path. 135/135.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 13:18:49 +00:00
parent e6ffc60040
commit b66395886b
6 changed files with 174 additions and 6 deletions

View File

@@ -1,15 +1,16 @@
{
"lang": "relations",
"total_passed": 126,
"total_passed": 135,
"total_failed": 0,
"total": 126,
"total": 135,
"suites": [
{"name":"direct","passed":22,"failed":0,"total":22},
{"name":"reach","passed":24,"failed":0,"total":24},
{"name":"path","passed":24,"failed":0,"total":24},
{"name":"fed","passed":22,"failed":0,"total":22},
{"name":"shape","passed":18,"failed":0,"total":18},
{"name":"tree","passed":16,"failed":0,"total":16}
{"name":"tree","passed":16,"failed":0,"total":16},
{"name":"routes","passed":9,"failed":0,"total":9}
],
"generated": "2026-06-07T13:07:14+00:00"
"generated": "2026-06-07T13:18:20+00:00"
}