Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 24s
Two disjoint chains, query rooted in cluster 1. Semi-naive derives the full closure over both clusters (6 ancestor tuples). Magic-sets only seeds magic_ancestor^bf for cluster 1, so only 2 query-relevant tuples are returned (a→b, a→c). The test asserts both numbers, demonstrating the actual perf-shape benefit of goal-directed evaluation.
18 lines
421 B
Markdown
18 lines
421 B
Markdown
# datalog scoreboard
|
|
|
|
**205 / 205 passing** (0 failure(s)).
|
|
|
|
| Suite | Passed | Total | Status |
|
|
|-------|--------|-------|--------|
|
|
| tokenize | 26 | 26 | ok |
|
|
| parse | 18 | 18 | ok |
|
|
| unify | 28 | 28 | ok |
|
|
| eval | 25 | 25 | ok |
|
|
| builtins | 19 | 19 | ok |
|
|
| semi_naive | 8 | 8 | ok |
|
|
| negation | 10 | 10 | ok |
|
|
| aggregates | 18 | 18 | ok |
|
|
| api | 14 | 14 | ok |
|
|
| magic | 21 | 21 | ok |
|
|
| demo | 18 | 18 | ok |
|