Sqp Solver Save Abandoned

[Experimental] A SQP solver implemented with Eigen.

Project README

SQP Solver

This project implements a Sequential Quadratic Programming (SQP) Solver in C++. The implementation follows Algorithm 18.3 from Numerical Optimization by J. Nocedal and S. J. Wright. The solver class is templated to statically allocate necessary objects beforehand and allows for compile-time checks. For solving the quadratic sub-problems the Operator Splitting QP Solver (OSQP) was re-implemented in C++ using Eigen.

Dependencies

Open Source Agenda is not affiliated with "Sqp Solver" Project. README Source: nuft/sqp_solver
Stars
33
Open Issues
0
Last Commit
4 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating