coin-or/Cbc
COIN-OR Branch-and-Cut solver observed · 2026-09-01
Health v2 · maintenance only
99/100
- Activity 100
- Release rhythm 98
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 9.5
- age_days: 2741
- days_rel: 19
- days_push: 2
- n_releases_24m: 5
Adoption not part of the score
1009 stars · 144 forks observed · 2026-09-01
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cbc (Coin-or branch and cut) is an open-source mixed integer linear programming (MILP) solver written in C++. It can be used as a callable library or a stand-alone executable and integrates with many modeling systems such as AMPL, PuLP, JuMP, and OR-Tools.
Use cases
- solve mixed integer linear programming problems
- solve linear programming models from Python with PuLP
- use a MILP solver as a callable C++ library
- run an open-source alternative to commercial MIP solvers like Gurobi or CPLEX
- solve optimization models written in AMPL or MiniZinc
- integrate branch-and-cut optimization into an application
When to choose
- you need a free, open-source MILP/LP solver
- you want broad integration with modeling languages like AMPL, JuMP, PuLP, or OR-Tools
- you need both a command-line executable and an embeddable C++ library
When to avoid
- you need state-of-the-art performance on very large or hard MIP instances where commercial solvers excel
- you need constraint programming or nonlinear optimization rather than linear/integer programming
Facets
library · maturity active
math sdk cli mathematics developer-tools cpp cross-platform cli python mixed-integer-programming linear-programming branch-and-cut optimization operations-research solver coin-or algorithms
1 source
- readme: https://github.com/coin-or/Cbc · fetched 2026-09-01 · 8402681de554
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coin-or/Cbc | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem