README 653 B

123456789101112131415
  1. Yices 2 is an SMT solver that decides the satisfiability of formulas
  2. containing uninterpreted function symbols with equality, real and
  3. integer arithmetic, bitvectors, scalar types, and tuples. Yices 2
  4. supports both linear and nonlinear arithmetic.
  5. Yices 2 can process input written in the SMT-LIB notation (both
  6. versions 2.0 and 1.2 are supported). Alternatively, you can write
  7. specifications using Yices 2's own specification language, which
  8. includes tuples and scalar types. You can also use Yices 2 as a
  9. library in your software.
  10. If you want to enable non-linear real and integer arithmetic
  11. set MCSAT=yes, this requires libpoly and libcudd.