Replies: 1 comment 1 reply
-
|
Can you express the problems you encountered in the form of expected and unexpected queries instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Update: I found a way to do this with
clpz, so no need to roll my own CLP. But I am still interested!I find myself in the odd position of possibly needing to track information about variables, such as the domain of the variable, constraints placed on the variable, and so on. It's a bit trickier than I thought so I was wondering if there is any prior art on this. I notice in particular that if I unify a variable, it seems as though my normal methods of tracking the data associated with it have become orphaned.
Has anyone had to deal with this before?
Beta Was this translation helpful? Give feedback.
All reactions