Skip to content

Releases: stanford-centaur/smt-switch

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