osqp icon indicating copy to clipboard operation
osqp copied to clipboard

Re-add support for passing nnz=0 when updating all matrix values

Open imciner2 opened this issue 1 year ago • 1 comments

This was allowed in 0.6, and it makes sense as a behavior, so re-add support for it. Except handle this in the main OSQP function instead of algebras, that way algebras only need to handle one update case.

CC @maxschaller

Fixes https://github.com/osqp/osqp/issues/646

imciner2 avatar Aug 13 '24 23:08 imciner2

Pull Request Test Coverage Report for Build 13315440445

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.005%) to 91.592%

Totals Coverage Status
Change from base Build 13315379481: 0.005%
Covered Lines: 3758
Relevant Lines: 4103

💛 - Coveralls

coveralls avatar Aug 13 '24 23:08 coveralls

MKL is failing for an unrelated reason... it is being very weird. Merging this because the test failure won't have been affected by it.

imciner2 avatar Feb 27 '25 19:02 imciner2