You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a constranit, we sometimes want the most specialized domain (e.g. x + y + 3z <= w on polyhedra) which is costly to execute, or sometimes the least specialized domain (e.g. x < 10 in box if x doesn't occur in other constraints) which is very efficient. This duality should be encoded in the inference engine.
This issue is a research project.
The text was updated successfully, but these errors were encountered:
For a constranit, we sometimes want the most specialized domain (e.g.
x + y + 3z <= w
on polyhedra) which is costly to execute, or sometimes the least specialized domain (e.g.x < 10
in box ifx
doesn't occur in other constraints) which is very efficient. This duality should be encoded in the inference engine.This issue is a research project.
The text was updated successfully, but these errors were encountered: