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
There are some situations in which clingcon unrolls the whole domain of an integer variable during constraint progation. Whether clingcon runs into such a situation on this example depends on how the solver's heuristic selects Boolean variables when branching. I think this is an inherent problem of clingcon's solving algorithm. In practice, it is better to limit the size of domains.
The program
does not terminate.
The program
terminates instantly.
Comandlines:
echo "a :- &sum{ x; y } = 4." | clingcon -
a :- &sum{ x; y } <= 4,&sum{ x;y } >= 4." | clingcon -
The text was updated successfully, but these errors were encountered: