We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cvc4, z3 and yices feature lists need to be updated. Assuming these features mean what I think they mean:
useUnsatCores
get-unsat-core
useUnsatAssumptions
get-unsat-assumptions
produce-unsat-assumptions
useUninterpFunctions
UF
useDefinedFunctions
define-fun
I checked these features using the solvers with the lower bound versions from here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 theget-unsat-core
command.useUnsatAssumptions
: cvc4 supports theget-unsat-assumptions
command and the correspondingproduce-unsat-assumptions
optionuseUninterpFunctions
: cvc4, z3, and yices support uninterpreted functions via logics containingUF
useDefinedFunctions
: cvc4, z3, and yices support function definitions through thedefine-fun
commandI checked these features using the solvers with the lower bound versions from here.
The text was updated successfully, but these errors were encountered: