Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
lib/artdag/schedule.sx on lib/minikanren: slot var per node, fd-lt per edge, fd-label search. schedule-asap (smallest-first labeling) agrees exactly with plan.sx greedy Kahn waves (cross-validated); schedules enumerates all valid schedules; schedules-capped filters to <=cap per slot; schedule-valid? independent dep check. Adds a 'schedule' suite to conformance.sh loading the minikanren CLP(FD) stack. Completes the optional Phase 3/7 miniKanren box. schedule 15/15, total 213/213. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
550 B
JSON
20 lines
550 B
JSON
{
|
|
"suites": {
|
|
"dag": {"pass": 20, "fail": 0},
|
|
"analyze": {"pass": 16, "fail": 0},
|
|
"plan": {"pass": 18, "fail": 0},
|
|
"execute": {"pass": 15, "fail": 0},
|
|
"optimize": {"pass": 22, "fail": 0},
|
|
"fed": {"pass": 15, "fail": 0},
|
|
"cost": {"pass": 13, "fail": 0},
|
|
"serialize": {"pass": 13, "fail": 0},
|
|
"stats": {"pass": 12, "fail": 0},
|
|
"fault": {"pass": 14, "fail": 0},
|
|
"maude-optimize": {"pass": 40, "fail": 0},
|
|
"schedule": {"pass": 15, "fail": 0}
|
|
},
|
|
"total_pass": 213,
|
|
"total_fail": 0,
|
|
"total": 213
|
|
}
|