Closed
Description
The following program goes into an infinite loop when optimizing (always repeating the same suboptimal model):
{a; b; c; d}.
:- b, c.
:- a, d.
x :- a.
x :- b.
#minimize {
-2@2,a:a; -2@2,b:b; -1@2,c:c;
1@1,a:a;
1@0,b:b
}.
Metadata
Assignees
Labels
No labels