# Installer cbc avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de cbc pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cbc
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:cbc
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.10.13
- **Résumé source:** Mixed integer linear programming solver
- **Page d'accueil:** <https://github.com/coin-or/Cbc>
- **Dépôt:** <https://github.com/coin-or/Cbc>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cbc (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.10.13
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
