Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 37s
dl-demo-shortest-path-rules: path enumerates X→Z with cost W = sum of edge weights via is/+; shortest filters to the minimum cost path per (X, Y) pair via min aggregation. 3 demo tests cover direct/multi-hop choice, multi-hop wins on cheaper route, and unreachable-empty. Note: cycles produce infinite distance values without a depth filter; the rule docstring flags this and suggests adding (<, D, MAX) for graphs that may cycle.
20 lines
719 B
JSON
20 lines
719 B
JSON
{
|
|
"lang": "datalog",
|
|
"total_passed": 176,
|
|
"total_failed": 0,
|
|
"total": 176,
|
|
"suites": [
|
|
{"name":"tokenize","passed":26,"failed":0,"total":26},
|
|
{"name":"parse","passed":18,"failed":0,"total":18},
|
|
{"name":"unify","passed":28,"failed":0,"total":28},
|
|
{"name":"eval","passed":22,"failed":0,"total":22},
|
|
{"name":"builtins","passed":19,"failed":0,"total":19},
|
|
{"name":"semi_naive","passed":8,"failed":0,"total":8},
|
|
{"name":"negation","passed":10,"failed":0,"total":10},
|
|
{"name":"aggregates","passed":16,"failed":0,"total":16},
|
|
{"name":"api","passed":11,"failed":0,"total":11},
|
|
{"name":"demo","passed":18,"failed":0,"total":18}
|
|
],
|
|
"generated": "2026-05-08T09:35:25+00:00"
|
|
}
|