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
clasp is currently missing an equivalence preprocessing for incremental programs.
As shown in this example, no equivalences are detected.
#script (python)
import clingo
def main(prg):
prg.configuration.solve.models = 0
prg.ground([("base", [])])
prg.solve()
#end.
{a;b}.
:- a, not b.
:- b, not a.
This is supposed to be an open feature request,
as there are no concrete ideas how to support this feature.
The text was updated successfully, but these errors were encountered:
clasp is currently missing an equivalence preprocessing for incremental programs.
As shown in this example, no equivalences are detected.
This is supposed to be an open feature request,
as there are no concrete ideas how to support this feature.
The text was updated successfully, but these errors were encountered: