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

setLogic is missing? #11

Open
jwaldmann opened this issue Aug 30, 2018 · 2 comments
Open

setLogic is missing? #11

jwaldmann opened this issue Aug 30, 2018 · 2 comments

Comments

@jwaldmann
Copy link

examples/Examples.hs:  setLogic "QF_LIA"

but it's nowhere in the source.

@jwaldmann
Copy link
Author

when CVC4 sees input without `set-logic? it will complain

t.smt2:3.7: No set-logic command was given before this point.
t.smt2:3.7: CVC4 will make all theories available.
t.smt2:3.7: Consider setting a stricter logic for (likely) better performance.
t.smt2:3.7: To suppress this warning in the future use (set-logic ALL).

@jwaldmann
Copy link
Author

Ah, it is setOption (SMTLogic "QF_LRA")

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