google/or-tools
Google's Operations Research tools: observed · 2026-08-28
Health v2 · maintenance only
79/100
- Activity 99
- Release rhythm 41
- Longevity 100
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: 132.5
- age_days: 4212
- days_rel: 233
- days_push: 7
- n_releases_24m: 5
Adoption not part of the score
13946 stars · 2471 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Google's open-source Operations Research suite for combinatorial optimization, written in C++ with wrappers for Python, C#, and Java. It includes constraint programming solvers (CP-SAT), linear programming solvers (Glop, PDLP), and algorithms for routing, bin packing, flows, and assignment problems.
Use cases
- solve vehicle routing problems
- solve linear and integer programming models
- schedule employees or tasks with constraint programming
- solve bin packing and knapsack problems
- compute shortest paths and max flow in graphs
- model and solve assignment problems
- use CP-SAT to solve constraint satisfaction problems
When to choose
- you need a fast, proven optimization solver suite with multi-language bindings
- you are solving routing, scheduling, packing, or flow problems
- you want a free alternative to commercial solvers like CPLEX or Gurobi, or a wrapper to use them interchangeably
When to avoid
- you need general-purpose numerical linear algebra rather than discrete optimization
- you need a lightweight dependency for simple math operations
- your problem is small enough that a simple heuristic suffices
Facets
library · maturity stable
math simulation developer-tools mathematics logistics data-science cpp python jvm dotnet cross-platform optimization constraint-programming linear-programming vehicle-routing combinatorial-optimization operations-research cp-sat graph-algorithms bin-packing algorithms
2 sources
- readme: https://github.com/google/or-tools · fetched 2026-08-28 · 119f3fa91d61
- homepage: https://developers.google.com/optimization/ · fetched 2026-08-29 · 82f122a80c94
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/or-tools | main | 79 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem