qpsolvers / qpsolvers

Quadratic programming solvers in Python with a unified API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit tests for the condition number of a problem

stephane-caron opened this issue · comments

@aescande Would you have some meaningful unit tests at the ready for the condition number of a problem with active set #232? I think we will want to check at least the following cases:

  • No constraint: done ✔️
  • Only equality constraints: ❔
  • Active linear inequalities: ❔
  • Active lower bounds: ❔
  • Active upper bounds: ❔

Ideally we would have one problem for each, and the corresponding condition number.