# cbc mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für cbc in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install cbc
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:cbc
- **Paketmanager:** Homebrew
- **Version:** 2.10.13
- **Quellzusammenfassung:** Mixed integer linear programming solver
- **Homepage:** <https://github.com/coin-or/Cbc>
- **Repository:** <https://github.com/coin-or/Cbc>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- cbc (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 2.10.13
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
