# cbc を Homebrew, Nix でインストール

cbc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:cbc
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install cbc
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cbc
```

  証拠: nixpkgs package indexes: pkgs/by-name/cb/cbc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:cbc
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.10.13
- **ソース概要:** Mixed integer linear programming solver
- **ホームページ:** <https://github.com/coin-or/Cbc>
- **リポジトリ:** <https://github.com/coin-or/Cbc>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- cbc (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.10.13
## プロジェクトの歴史と使われ方

Cbc, the COIN-OR Branch-and-Cut solver, is an open-source mixed integer linear programming solver written in C++ and distributed as both a callable library and a standalone executable.

### プロジェクトの歴史

Cbc is developed under the COIN-OR Foundation. The official README credits John Forrest, formerly of IBM Research, and other maintainers, while the project metadata describes it as an LP-based branch-and-cut library designed for use with CLP and other COIN-OR components.

### 採用の歴史

The README documents Cbc integrations across modeling systems and packages including AMPL, GAMS, MiniZinc, PuLP, cvxpy, Google's OR-Tools, JuMP, OpenSolver, and others. Package-manager distribution spans Homebrew, Debian/Ubuntu, Fedora, Arch, conda, and FreeBSD according to the official README and supplied package facts.

### 使われ方

Cbc is used either through the `cbc` executable or as a library embedded by optimization modeling tools. Source builds commonly use COIN-OR's `coinbrew` helper, which fetches Cbc and its COIN-OR dependencies.

### パッケージ好きにとっての重要性

For package maintainers, Cbc is a dependency-heavy scientific solver that brings a slice of the COIN-OR optimization stack into a single installable command. It matters because many higher-level modeling front ends can delegate open-source MILP solving to the packaged `cbc` binary.

### タイムライン

- 2019: Current GitHub repository created.
- 2023: 2.10.10 and 2.10.11 GitHub releases published.
- 2024: 2.10.12 GitHub release published.
- 2026: 2.10.13 GitHub release published.

### Related projects

- Cbc is closely related to COIN-OR projects Clp, Cgl, Osi, CoinUtils, coinbrew, CyLP, PuLP, and the COIN-OR Optimization Suite.

### ソース

- <https://api.github.com/repos/coin-or/Cbc>
- <https://github.com/coin-or/Cbc>
- <https://coin-or.github.io/Cbc>
- <https://github.com/coin-or/Cbc#readme>
- <https://formulae.brew.sh/api/formula/cbc.json>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - cbc: normalized package name match | nixpkgs package indexes: pkgs/by-name/cb/cbc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/cbc.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cbc.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
