This repository was archived by the owner on Sep 26, 2025. It is now read-only.
proxsuite-nlp 0.4.0
What's Changed
Fixed
- Add missing dependencies in
package.xml: pinocchio, eigen. - Fix
ConstraintObjectTpl::operator==constness (mandatory for eigenpy 3.3) - Corner case in
BunchKaufman<>decomposition class when number of lhs rows is 1
Added
- Typedef for
Scalarin the matrix decomposition classes .solve(rhs)(allocating version of.solveInPlace()) to their C++ class and Python bindings
Full Changelog: v0.3.4...v0.4.0