Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Equivalence Preprocessing for incremental programs #43

Open
MaxOstrowski opened this issue Mar 7, 2019 · 0 comments
Open

Equivalence Preprocessing for incremental programs #43

MaxOstrowski opened this issue Mar 7, 2019 · 0 comments

Comments

@MaxOstrowski
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant