# 使用 Homebrew, apt, dnf, Nix 安装 cadical

查看 cadical 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:cadical
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install cadical
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install cadical
```

  证据: Debian stable package indexes: cadical from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install cadical
```

  证据: Fedora Rawhide package metadata: cadical from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#cadical
```

  证据: nixpkgs package indexes: pkgs/by-name/ca/cadical/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:cadical
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/cadical>
- **版本:** 3.0.0
- **来源摘要:** Clean and efficient state-of-the-art SAT solver
- **主页:** <https://fmv.jku.at/cadical/>
- **仓库:** <https://github.com/arminbiere/cadical>
- **上游文档:** <https://fmv.jku.at/cadical>
- **许可证:** MIT
- **源码归档:** <https://github.com/arminbiere/cadical/archive/refs/tags/rel-3.0.0.tar.gz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- cadical (cli)
- cadical (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 3.0.0
- 本地数据: OK
- 上游仓库: https://github.com/arminbiere/cadical
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

CaDiCaL is Armin Biere's clean, efficient CDCL SAT solver, packaged as both a command-line solver and libcadical.a. Its project goal is to stay understandable and easy to modify while remaining competitive with state-of-the-art solvers.

### 项目历史

The official FMV page presents CaDiCaL as a simplified satisfiability solver and records competition-oriented releases for SAT Competition 2017, SAT Competition 2018, SAT Race 2019, and SAT Competition 2020. The GitHub README explains that CaDiCaL aimed to be cleaner than prior solvers such as Lingeling while remaining fast.

CaDiCaL became a research and engineering platform as well as a solver binary. The README points to a C++ API header, test documentation, NEWS beginning with release 1.5.1, and a CaDiCaL 2.0 tool paper published at CAV 2024.

### 采用历史

Within the SAT community, CaDiCaL's adoption is tied to solver competitions and formal-methods tooling. The FMV page notes first place in the SAT track of SAT Race 2019 and second overall, and the Homebrew input shows packaging in Homebrew, Debian, Fedora, Nix, Ubuntu, and related Linux distributions.

### 使用方式

The command-line interface accepts DIMACS CNF input and an optional proof output path as cadical [ dimacs [ proof ] ]. Developers can also link against libcadical.a through the C++ API for embedding SAT solving in verification, synthesis, model checking, and solver research tools.

### 为什么软件包爱好者会关心

CaDiCaL is significant because SAT solvers are tiny-looking packages with deep performance consequences. A package update can affect formal verification, theorem proving, fuzzing, dependency solving, and academic benchmark results, so maintainers care about exact versions, compiler flags, proof support, and reproducibility.

### 时间线

- 2017: CaDiCaL source is submitted to SAT Competition 2017.
- 2018: A SAT Competition 2018 version is published.
- 2019: CaDiCaL wins first place in the SAT track of SAT Race 2019 and second overall.
- 2020: FMV publishes the SAT Competition 2020 source archive.
- 2024: CaDiCaL 2.0 tool paper appears at CAV 2024.
- 2025: GitHub releases list CaDiCaL 3.0.0.

### Related projects

- Related solvers and libraries include Lingeling, Kissat, MiniSAT-family solvers, IPASIR-compatible SAT integrations, and competition benchmark suites from SAT Race and SAT Competition.

### 来源

- <https://fmv.jku.at/cadical/>
- <https://github.com/arminbiere/cadical#readme>
- <https://raw.githubusercontent.com/arminbiere/cadical/master/README.md>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** cadical
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - cadical - 1.7.4-1+b1: normalized package name match | Debian stable package indexes: cadical from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simplified Satisfiability Solver | http://fmv.jku.at/cadical/
- Debian apt - libcadical-dev - 1.7.4-1+b1: normalized package name match | Debian stable package indexes: libcadical-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simplified Satisfiability Solver (development files) | http://fmv.jku.at/cadical/
- Nix - cadical: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cadical/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - cadical - 1.7.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: cadical from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simplified Satisfiability Solver | http://fmv.jku.at/cadical/
- Ubuntu apt - libcadical-dev - 1.7.4-1: normalized package name match | Ubuntu 24.04 LTS package indexes: libcadical-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simplified Satisfiability Solver (development files) | http://fmv.jku.at/cadical/
- dnf - cadical - 2.2.1-4.fc45: normalized package name match | Fedora Rawhide package metadata: cadical from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Simplified SAT solver | http://fmv.jku.at/cadical/
- dnf - cadical-devel - 2.2.1-4.fc45: normalized package name match | Fedora Rawhide package metadata: cadical-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for cadical | http://fmv.jku.at/cadical/
- dnf - cadical-libs - 2.2.1-4.fc45: normalized package name match | Fedora Rawhide package metadata: cadical-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Simplified SAT solver library | http://fmv.jku.at/cadical/


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Scientific computing packages](https://www.automicvault.com/zh-hans/pkg/scientific-computing-tools/) - Matched scientific computing metadata.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [cryptominisat](https://www.automicvault.com/zh-hans/pkg/brew/cryptominisat/) - Shares av.db curated category or tags: cli, sat-solver, satisfiability, science, solver.
- [depqbf](https://www.automicvault.com/zh-hans/pkg/brew/depqbf/) - Shares av.db curated category or tags: cli, formal-methods, sat-solving, science, solver.
- [kissat](https://www.automicvault.com/zh-hans/pkg/brew/kissat/) - Shares av.db curated category or tags: cli, formal-methods, sat-solver, science.
- [z3](https://www.automicvault.com/zh-hans/pkg/brew/z3/) - Shares av.db curated category or tags: cli, formal-methods, science, solver.
- [acl2](https://www.automicvault.com/zh-hans/pkg/brew/acl2/) - Shares av.db curated category or tags: cli, formal-methods, science.
- [cbc](https://www.automicvault.com/zh-hans/pkg/brew/cbc/) - Shares av.db curated category or tags: cli, science, solver.
- [clp](https://www.automicvault.com/zh-hans/pkg/brew/clp/) - Shares av.db curated category or tags: cli, science, solver.
- [eprover](https://www.automicvault.com/zh-hans/pkg/brew/eprover/) - Shares av.db curated category or tags: cli, formal-methods, science.

## Combined YAML source

View the package source record on GitHub. [combined/cadical.yml](https://github.com/automic-vault/db/blob/main/combined/cadical.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
