SIP
July 16, 2026 · View on GitHub
SIP is a sparse interior point solver for nonlinear optimization problems of the form
Internally, SIP introduces positive slack variables and solves the equivalent system
The functions , , and are required to be continuously differentiable. The user provides callbacks for model evaluation, matrix-vector products, and a linear solver for the Newton-KKT systems.
Examples
Examples and solver integrations are maintained in: