coin-or/pulp
A python Linear Programming API observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 97
- Release rhythm 73
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: 43
- age_days: 4189
- days_rel: 100
- days_push: 19
- n_releases_24m: 4
Adoption not part of the score
2473 stars · 432 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PuLP is a Python library for modeling linear and mixed integer programming (LP/MILP) problems. It lets users define optimization models with variables, objectives, and constraints, then solves them via external solvers such as CBC, GLPK, HiGHS, Gurobi, CPLEX, and others.
Use cases
- solve linear programming problems in python
- model mixed integer programming problems
- optimize resource allocation and blending problems
- solve transportation and production planning problems
- generate MPS or LP model files for solvers
- solve sudoku or set partitioning as an optimization problem
- use gurobi cplex or cbc from python
When to choose
- you need to formulate and solve LP or MILP models in Python
- you want a pure-Python modeling layer that works with many open-source and commercial solvers
- you need to export models as MPS or LP files
When to avoid
- you need nonlinear or general constraint programming without CP-SAT
- you want a solver bundled out of the box without installing CBC or another solver separately
- you need large-scale optimization with a modeling DSL beyond Python
Facets
library · maturity active
math sdk mathematics performance python cross-platform linear-programming mixed-integer-programming optimization operations-research solver-interface mps lp-files algorithms
2 sources
- readme: https://github.com/coin-or/pulp · fetched 2026-08-28 · 327ac82247e7
- homepage: http://coin-or.github.io/pulp/ · fetched 2026-08-29 · cd9b35434f20
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coin-or/pulp | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem