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

Problem feature lists for SMT solvers are not up to date #209

Open
arjunvish opened this issue Jul 1, 2022 · 0 comments
Open

Problem feature lists for SMT solvers are not up to date #209

arjunvish opened this issue Jul 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@arjunvish
Copy link
Collaborator

The cvc4, z3 and yices feature lists need to be updated.
Assuming these features mean what I think they mean:

  • useUnsatCores: cvc4, z3, and yices support unsat cores via the get-unsat-core command.
  • useUnsatAssumptions: cvc4 supports the get-unsat-assumptions command and the corresponding produce-unsat-assumptions option
  • useUninterpFunctions: cvc4, z3, and yices support uninterpreted functions via logics containing UF
  • useDefinedFunctions: cvc4, z3, and yices support function definitions through the define-fun command

I checked these features using the solvers with the lower bound versions from here.

@arjunvish arjunvish added the enhancement New feature or request label Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant