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
We are using several asp encodings that make use of conditional literals and noticed that on some instances clingo 4 (4.4.0) and clingo 5 (5.4.0) return different answer-sets. It seems that this only happens for programs having conditional literals in rule heads.
Thanks @BenKaufmann. There are still some other things in clingo I want to address before doing a release. @wdvorak hope you can live an older clingo version for now or apply the patch yourself.
We are using several asp encodings that make use of conditional literals and noticed that on some instances clingo 4 (4.4.0) and clingo 5 (5.4.0) return different answer-sets. It seems that this only happens for programs having conditional literals in rule heads.
For instance for the program below
clingo4 returns the answer-sets
while clingo5 returns
UNSATISFIABLE
.When removing the last constraint ':-in(a1).' then both versions return the two answer-sets listed above.
Is there an intended difference in the semantics of conditional literals between clingo 4 and clingo 5?
Another example where clingo 4 and clingo 5 disagree on the answer-sets is
idealset_adm.txt
The text was updated successfully, but these errors were encountered: