macOS
brew install yices2local Homebrew formula metadata
sudo port install yicesMacPorts ports tree · math/yices/Portfile · source: api.github.com
brew
Yices SMT Solver. Version 2.7.0 via Homebrew; verified 2026-06-24.
install
brew install yices2local Homebrew formula metadata
sudo port install yicesMacPorts ports tree · math/yices/Portfile · source: api.github.com
sudo apk add yices2Alpine Linux edge package indexes · yices2 · source: dl-cdn.alpinelinux.org
sudo dnf install yicesFedora Rawhide package metadata · yices · source: dl.fedoraproject.org
nix profile install nixpkgs#yicesnixpkgs package indexes · pkgs/by-name/yi/yices/package.nix · source: api.github.com
sudo pacman -S yicesArch Linux sync databases · yices · source: geo.mirror.pkgbuild.com
overview
Yices SMT Solver
history
Yices 2 is SRI International's open-source SMT solver for satisfiability modulo theories. It supports SMT-LIB input, its own Yices language, a C API, and language bindings for Java, Python, Go, and OCaml.
Yices comes from SRI International's Computer Science Laboratory and the formal-methods lineage around Bruno Dutertre and collaborators. The Yices web site says Yices 2 decides formulas over uninterpreted functions with equality, real and integer arithmetic, bitvectors, scalar types, and tuples, including linear and nonlinear arithmetic.
The documentation page anchors Yices 2 in the SMT research literature: the Yices 2.2 tool paper was presented at CAV 2014, while related technical background includes SMT tutorials, arithmetic-solver papers, MCSAT work, and applications to exists/forall problems and synthesis.
The GitHub repository was created in November 2014 and contains source, documentation, tests, and examples. Later release notes show continuing solver work: unsat cores and SMT-LIB 2.5 support in 2.6.0, bit-vector support and optional SAT backends in 2.6.2, interpolation and Kissat backend support in 2.6.4, arrays and thread-safety work in 2.6.5, and finite-field support in 2.7.0.
Yices 2 is adopted in the formal-methods and verification world rather than as an end-user desktop CLI. Its official site documents installation with Homebrew on macOS and apt on Debian/Ubuntu via SRI's formal-methods PPA, and the repository provides examples plus multiple language bindings for embedding.
For package managers, Yices 2 matters because it is both a command suite and a native library. The README distinguishes executables, dynamic library, headers, source builds, optional MC-SAT support, and optional thread-safety builds.
Typical CLI usage feeds SMT-LIB files to yices-smt2 and asks for satisfiability and models. The README includes examples for linear real arithmetic, bit-vectors, and nonlinear real arithmetic, all producing sat models.
Advanced users can embed the C API or use language bindings, build documentation, enable MC-SAT for nonlinear arithmetic and theory combination, run a portfolio script over hard SMT2 problems, or build a thread-safe library configuration when separate contexts are used per thread.
Yices 2 is a heavyweight scientific package with a deceptively small command-line surface. Package maintainers care about it because optional solver backends, headers, libraries, bindings, documentation, and platform binaries all affect whether downstream verification tools can rely on the installed package.
It also illustrates a common formal-methods packaging pattern: research-grade solver, command-line frontends, C library, SMT-LIB compatibility, and cross-language bindings all distributed from one upstream.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
yices | cli | global executable | |
yices-sat | cli | global executable | |
yices-smt | cli | global executable | |
yices-smt2 | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/SRI-CSL/yices2
install metadata
| Package key | brew:yices2 |
|---|---|
| Version | 2.7.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/yices2 |
| Homepage | https://yices.csl.sri.com/ |
| Repository | https://github.com/SRI-CSL/yices2 |
| Upstream docs | https://github.com/SRI-CSL/yices2#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/SRI-CSL/yices2/archive/refs/tags/yices-2.7.0.tar.gz |
| Last updated | 2026-06-24T17:21:57-04:00 |
| Pulse | updated |
| Dependencies | gmp |
| Build dependencies | autoconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | yices2 |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
yices2 2.6.5-r0
Solver for Satisfiability Modulo Theories (SMT) problems
https://github.com/SRI-CSL/yices2
sudo apk add yices2yices2-dev 2.6.5-r0
Solver for Satisfiability Modulo Theories (SMT) problems (development files)
https://github.com/SRI-CSL/yices2
sudo apk add yices2-devyices2-libs 2.6.5-r0
Solver for Satisfiability Modulo Theories (SMT) problems (libraries)
https://github.com/SRI-CSL/yices2
sudo apk add yices2-libsyices
sudo port install yicesyices
nix profile install nixpkgs#yicesyices 2.7.0-8.fc45
SMT solver
sudo dnf install yicesyices-devel 2.7.0-8.fc45
Development files for yices
sudo dnf install yices-develyices-doc 2.7.0-8.fc45
Documentation for yices
sudo dnf install yices-docyices-tools 2.7.0-8.fc45
Command line tools that use the yices library
sudo dnf install yices-toolsyices 2.7.0-1
A solver for Satisfiability Modulo Theories (SMT) problems
sudo pacman -S yicessource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.