relations: shape queries (siblings, in/out-degree, undirected connected?) computed in SX + 18 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 31s

Keep the Datalog ruleset minimal — every dl-query re-saturates, so shape
queries are SX BFS over erel, not extra closures. 110/110.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 12:56:35 +00:00
parent 1dacb0c8dd
commit 1c46fc2a69
7 changed files with 306 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# relations scoreboard
**92 / 92 passing** (0 failure(s)).
**110 / 110 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -8,3 +8,4 @@
| reach | 24 | 24 | ok |
| path | 24 | 24 | ok |
| fed | 22 | 22 | ok |
| shape | 18 | 18 | ok |