1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/math/yices/pkg-descr

12 lines
567 B
Plaintext
Raw Normal View History

2018-07-21 08:11:46 +00:00
Yices 2 is an SMT solver that decides the satisfiability of formulas containing
uninterpreted function symbols with equality, real and integer arithmetic,
bitvectors, scalar types, and tuples. Yices 2 supports both linear and nonlinear
arithmetic.
Yices 2 can process input written in the SMT-LIB notation (both versions 2.0 and
1.2 are supported). Alternatively, you can write specifications using Yices 2's
own specification language, which includes tuples and scalar types. You can also
use Yices 2 as a library in your software.
WWW: https://yices.csl.sri.com/