v3.0.0
This release introduces alpha support for generic SMT-LIB compatible SMT solvers. Currently supported solvers are: Z3, MathSAT, CVC4, Yices2, Princess, SMTInterpol and Boolector. The support also includes interpolation support. For more information see the project page.
The release introduces theta-solver-smtlib-cli.jar
that is a CLI to manage the different versions of solvers installed (see). The new solvers are only available on Linux and for the CFA frontend right now. The new solvers can be used by configuring the --solver
, --abstraction-solver
or --refinement-solver
option of the theta-cfa-cli.jar
tool (see).