osqp icon indicating copy to clipboard operation
osqp copied to clipboard

Add unit tests for derivative computation

Open imciner2 opened this issue 3 years ago • 0 comments

Now that the derivative computation has been merged into the develop-1.0 branch, we need to add C-based unit tests for it to ensure the future changes to it don't break things. These can be based off of the Python tests (and can even call the necessary Python libraries to compute the derivatives when generating the testset.

We should ensure the derivative tests include the following cases at a minimum:

  • [ ] Generic QP
  • [ ] Unconstrained QP
  • [ ] Equality constrained QP
  • [ ] Inequality constrained QP
  • [ ] LP

imciner2 avatar Sep 02 '22 01:09 imciner2