Skip to content

Releases: stanford-centaur/smt-switch

Smt-Switch 0.3.1

06 Mar 18:12
758e9e1
Compare
Choose a tag to compare
Smt-Switch 0.3.1 Pre-release
Pre-release

This is regular release containing:

  • String solving support for the cvc5 backend solver
  • Datatypes support for the z3 backend solver
  • General maintenance
  • Refactor of build infrastructure for Python wheels

Pono submission for HWMCC20

16 Sep 18:53
822af6f
Compare
Choose a tag to compare

Smt-Switch 0.2.0

24 Feb 04:30
Compare
Choose a tag to compare
Smt-Switch 0.2.0 Pre-release
Pre-release

This release contains:

  • Backends for quantifier-free solving with Boolector, CVC4 and MathSAT for the following theories
    • Fixed with bitvectors
    • Linear/Nonlinear integer arithmetic (except Boolector)
    • Linear/Nonlinear real arithmetic (except Boolector)
    • Arrays
    • Uninterpreted functions
  • Python bindings

Known issues:

  • Transferring terms between solvers is not always supported
    • Some solvers have non-SMT-LIB internal representations that are not currently mapped back to SMT-LIB correctly