sim-lib-logic 0.1.0

SIM workspace package for sim lib logic.
Documentation
1
2
3
4
5
6
7
((fact (target 10))
 (rule (sum-to ?x ?y ?sum)
   ((plus ?x ?y ?sum)))
 (rule (bounded-pair ?x ?y)
   ((between 1 3 ?x)
    (between 1 3 ?y)
    (plus ?x ?y 4))))