Skip to content

infinite loop when optimizing #96

Closed
@rkaminsk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions