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

Ignore assumed Literals which are not in the expression #160

Open
nfbruns opened this issue Jun 25, 2020 · 0 comments
Open

Ignore assumed Literals which are not in the expression #160

nfbruns opened this issue Jun 25, 2020 · 0 comments

Comments

@nfbruns
Copy link

nfbruns commented Jun 25, 2020

When literals are assumed which are not in the expression it would help to just ignore it. Therefor I would propose the change in the following line:

assumptions = [litmap[lit] for lit in _ASSUMPTIONS]

assumptions = [litmap[lit] for lit in _ASSUMPTIONS if lit in litmap]

Thanks for this awesome project!

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