An unofficial C++ interface for the nonlinear programming solver Artelys Knitro
-
Updated
Apr 1, 2026 - C++
An unofficial C++ interface for the nonlinear programming solver Artelys Knitro
Variable aggregation (reduced-space presolve) for nonlinear optimization — a discopt plugin implementing Naik et al. (arXiv:2502.13869).
A practice implementation of Newton’s method for local convergence and optimization, covering both univariate and multivariate cases; extending the first and second derivatives in the 1D case to the Jacobian matrix (gradient vector) for finding roots and the Hessian matrix for finding extrema, respectively, in the multivariate case.
To associate your repository with the interior-point topic, visit your repo's landing page and select "manage topics."