-
Notifications
You must be signed in to change notification settings - Fork 2
Add position constraints #25
Copy link
Copy link
Open
Milestone
Description
Allow specification of constraints of the form X=<Y. These constraints will help with the treatment the reflexives of the Displacement calculus, but they are a simple and powerful mechanism in general.
The constraint-like implementation will essentially be the following
X =< X <=> true
X =< Y, integer(X), integer(Y) <=> Prolog's X =< Y for integers (evaluates to true or false)
X =< Y, Y =<X <=> X = Y
X =< Y, Y =< Z => X =< Z (only rule which adds constraint)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels