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
Simplification of sums correctly replaced eq atoms with their roots
but then searched for the original atoms when merging duplicates.
E.g. given 2 {x1, x2, x3} with x1 == x3, simplifySum() first replaced
'x3' with 'x1' but then unsuccessfully searched for 'x3' when trying
to merge the equivalent atoms into 'x1=2'.
The following aspif program is not solved correctly if equivalence preprocessing is enabled:
This program was grounded using the following program:
Adding the preference program should make any program unsatisfiable. Compare
with
The text was updated successfully, but these errors were encountered: