mdiep / Logician

Logic programming in Swift
MIT License
194 stars 10 forks source link

Add domain constraints #5

Closed mdiep closed 7 years ago

mdiep commented 8 years ago
let x: Variable<Int>
let goal: Goal = (5..<10).contains(x)
mdiep commented 7 years ago

Added Variable.in() in #19.