macOS
brew install yices2local Homebrew formula metadata
sudo port install yicesMacPorts ports tree · math/yices/Portfile · 来源: api.github.com
安装
brew install yices2local Homebrew formula metadata
sudo port install yicesMacPorts ports tree · math/yices/Portfile · 来源: api.github.com
sudo apk add yices2Alpine Linux edge package indexes · yices2 · 来源: dl-cdn.alpinelinux.org
sudo dnf install yicesFedora Rawhide package metadata · yices · 来源: dl.fedoraproject.org
nix profile install nixpkgs#yicesnixpkgs package indexes · pkgs/by-name/yi/yices/package.nix · 来源: api.github.com
sudo pacman -S yicesArch Linux sync databases · yices · 来源: geo.mirror.pkgbuild.com
概览
Yices SMT Solver
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
yices | cli | 全局可执行文件 | |
yices-sat | cli | 全局可执行文件 | |
yices-smt | cli | 全局可执行文件 | |
yices-smt2 | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/SRI-CSL/yices2
安装元数据
| 软件包键 | brew:yices2 |
|---|---|
| 版本 | 2.7.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/yices2 |
| 主页 | https://yices.csl.sri.com/ |
| 仓库 | https://github.com/SRI-CSL/yices2 |
| 上游文档 | https://github.com/SRI-CSL/yices2#readme |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://github.com/SRI-CSL/yices2/archive/refs/tags/yices-2.7.0.tar.gz |
| 最后更新 | 2026-06-24T17:21:57-04:00 |
| Pulse | updated |
| 依赖 | gmp |
| 构建依赖 | autoconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 yices来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.