# 使用 Homebrew, apt 安装 depqbf

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

## 安装

```sh
sudo av install brew:depqbf
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install depqbf
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install depqbf
```

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

## 软件包事实

- **软件包键:** brew:depqbf
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/depqbf>
- **版本:** 6.03
- **来源摘要:** Solver for quantified boolean formulae (QBF)
- **主页:** <https://lonsing.github.io/depqbf/>
- **仓库:** <https://github.com/lonsing/depqbf>
- **上游文档:** <https://github.com/lonsing/depqbf#readme>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://github.com/lonsing/depqbf/archive/refs/tags/version-6.03.tar.gz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- depqbf (cli)
- depqbf (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

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

DepQBF is a search-based solver for quantified Boolean formulae in prenex conjunctive normal form. It is a compact research solver with command-line and library use cases, important in SAT/QBF competition and formal-methods circles rather than general application development.

### 项目历史

The DepQBF homepage records source releases back to version 0.1 in 2010 and version 1.0 in 2012. The GitHub repository was created in 2012, and the official site describes DepQBF as a QDPLL-based QBF solver with conflict-driven clause learning, solution-driven cube learning, and dependency-scheme analysis.

The 5.x and 6.x series added notable solver-engine work. Version 5.0 introduced blocked clause elimination as pre-, in-, and dynamic processing; version 6.0 added QCDCL with generalized axioms; version 6.03 replaced Bloqqer with Nenofex because Bloqqer was not reentrant.

### 采用历史

DepQBF adoption is visible through the official release history, QBF Gallery and QBFEVAL mentions, and published system descriptions. It won multiple medals in the 2014 QBF Gallery and placed in tracks at QBFEVAL 2016, which made it a known baseline and comparison point for QBF researchers.

### 使用方式

The command-line tool solves QDIMACS-style QBF inputs and returns the conventional SAT-competition exit codes 10 for satisfiable and 20 for unsatisfiable. It can also be built as a library through `libqdpll.a`, used through the `qdpll.h` API, and exercised via examples for incremental solving and clause groups.

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

For package nerds, DepQBF is interesting because Homebrew packages a research solver whose upstream distribution is essentially source tarballs, a README, academic papers, and a small C build. It is the kind of specialized solver package that matters deeply to benchmarks and formal-methods workflows while staying invisible to most developers.

### 时间线

- 2010: DepQBF 0.1 source code released.
- 2012: DepQBF 1.0 source code released and GitHub repository created.
- 2014: DepQBF won multiple QBF Gallery medals.
- 2015: Version 4.0 added a novel API for incremental solving.
- 2015: Version 5.0 added blocked clause elimination work.
- 2017: Version 6.0 introduced QCDCL with generalized axioms.
- 2017: Version 6.03 released as a maintenance release.

### Related projects

- Related official or upstream projects mentioned by DepQBF include Nenofex, PicoSAT, Bloqqer, QxBF, QBFCert, DepQBF4J, and QRATPre+.

### 来源

- <https://lonsing.github.io/depqbf/>
- <https://github.com/lonsing/depqbf>
- <https://raw.githubusercontent.com/lonsing/depqbf/master/README>
- <https://api.github.com/repos/lonsing/depqbf>


## 安全说明

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:** depqbf
- **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:** head, stable

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

- Debian apt - depqbf - 5.01-3: normalized package name match | Debian stable package indexes: depqbf from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | solver for quantified boolean formulae | https://lonsing.github.io/depqbf/
- Ubuntu apt - depqbf - 5.01-3: normalized package name match | Ubuntu 24.04 LTS package indexes: depqbf from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | solver for quantified boolean formulae | https://lonsing.github.io/depqbf/


## 相关链接

- [Source-control packages](https://www.automicvault.com/zh-hans/pkg/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [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.
- [ltl2ba](https://www.automicvault.com/zh-hans/pkg/brew/ltl2ba/) - Shares av.db curated category or tags: cli, formal-methods, science.
- [ott](https://www.automicvault.com/zh-hans/pkg/brew/ott/) - Shares av.db curated category or tags: cli, formal-methods, science.
- [yices2](https://www.automicvault.com/zh-hans/pkg/brew/yices2/) - Shares av.db curated category or tags: cli, formal-methods, science.
- [cadical](https://www.automicvault.com/zh-hans/pkg/brew/cadical/) - Shares av.db curated category or tags: cli, formal-methods, sat-solving, science, solver.
- [rocq](https://www.automicvault.com/zh-hans/pkg/brew/rocq/) - Shares av.db curated category or tags: cli, formal-methods, science.
- [rocq-elpi](https://www.automicvault.com/zh-hans/pkg/brew/rocq-elpi/) - Shares av.db curated category or tags: cli, formal-methods, science.
- [kissat](https://www.automicvault.com/zh-hans/pkg/brew/kissat/) - Local package facts share a topical domain. Shared terms: boolean, cli, formal, formal-methods, methods.

## Combined YAML source

View the package source record on GitHub. [combined/depqbf.yml](https://github.com/automic-vault/db/blob/main/combined/depqbf.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
