Files
rose-ash/lib/minikanren/tests
giles c01ddc2b23
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 55s
mk: phase 6E — fd-lt + fd-lte + fd-eq with propagation
Three more constraint goals built on the same propagator-store
machinery as fd-neq:

fd-lt: x < y. Ground/ground compares; var/num filters domain;
var/var narrows x's domain to (< y-max) and y's to (> x-min).

fd-lte: ≤ variant.

fd-eq: x = y. Ground/ground checks. Var/num: requires num to be in
var's domain (or var unconstrained) before binding. Var/var: intersect
domains, narrow both, then unify the vars.

10 new tests: narrowing against ground, ordered-pair generation,
chained x<y<z determinism, domain-sharing, out-of-domain rejection.
603/603 cumulative (100/100 across the four CLP(FD) test files).
2026-05-08 14:34:10 +00:00
..
2026-05-08 12:16:40 +00:00
2026-05-08 11:57:12 +00:00
2026-05-08 10:41:02 +00:00
2026-05-08 11:34:28 +00:00