An open API service indexing awesome lists of open source software.

https://github.com/plasmacontrol/qp_test

quick test for a minimal box-constraint qp solver
https://github.com/plasmacontrol/qp_test

Last synced: 8 months ago
JSON representation

quick test for a minimal box-constraint qp solver

Awesome Lists containing this project

README

          

Before anything, be sure to

`module load omfit/unstable`
`module load gcc7/default`

Make edits to qp_solver.c's qp_solve function, then compare to the python implementation via
`make check_qp`
`make check_mpc`