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
- Host: GitHub
- URL: https://github.com/plasmacontrol/qp_test
- Owner: PlasmaControl
- Created: 2021-11-15T17:29:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T20:16:45.000Z (about 4 years ago)
- Last Synced: 2025-05-29T04:37:36.123Z (10 months ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`