artdag: miniKanren CLP(FD) scheduler (schedule.sx) + 15 tests
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>
This commit is contained in:
2026-06-28 18:01:00 +00:00
parent e184ce984a
commit 4d5bf47f4a
6 changed files with 326 additions and 8 deletions

View File

@@ -15,4 +15,5 @@ _Generated by `lib/artdag/conformance.sh`_
| stats | 12 | 0 | 12 |
| fault | 14 | 0 | 14 |
| maude-optimize | 40 | 0 | 40 |
| **Total** | **198** | **0** | **198** |
| schedule | 15 | 0 | 15 |
| **Total** | **213** | **0** | **213** |