coin-or/Ipopt
COIN-OR Interior Point Optimizer IPOPT observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 99
- Release rhythm 17
- Longevity 100
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: 113.5
- age_days: 2774
- days_rel: 399
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
1778 stars · 317 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ipopt (Interior Point OPTimizer) is an open-source C++ software package for large-scale nonlinear optimization of continuous problems with bounds and general constraints. It can be linked as a library from C++, C, Fortran, or Java, used via an AMPL solver executable, or accessed through an R interface.
Use cases
- solve large-scale nonlinear programming problems with constraints
- find local optima of nonconvex twice-differentiable objective functions
- optimize engineering design problems with variable bounds and equality constraints
- embed a nonlinear solver into C++/Fortran/Java applications
- solve NLP models from AMPL or R
- perform interior-point optimization for trajectory or process optimization
When to choose
- you need a mature, well-maintained open-source NLP solver with permissive commercial use (EPL)
- your problem is smooth (twice continuously differentiable) with nonlinear constraints and bounds
- you need to link a solver library into your own C++, C, Fortran, or Java code
- you want a proven interior-point method for large-scale continuous optimization
When to avoid
- your problem is purely linear or quadratic where specialized LP/QP solvers are faster
- your functions are non-differentiable, discontinuous, or involve integer variables (mixed-integer problems)
- you need a global optimum rather than a local solution
- you need a pure-Python or pure-Julia solver without native dependencies
Facets
library · maturity stable
math sdk cli mathematics performance windows cpp cross-platform nonlinear-optimization interior-point-method nlp-solver coin-or mathematical-optimization constrained-optimization algorithms scientific-computing linux macos
2 sources
- readme: https://github.com/coin-or/Ipopt · fetched 2026-08-28 · 9a72a6026695
- homepage: https://coin-or.github.io/Ipopt · fetched 2026-08-29 · adfc02f8be79
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coin-or/Ipopt | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem