MPF-Optimization-Laboratory / ActiveSetPursuit.jl

Sparse least-squares solver
MIT License
0 stars 0 forks source link

`triminf` is invalid and untested #11

Open mpf opened 1 month ago

mpf commented 1 month ago

The function triminf is invalid — there is no find method in Julia:

https://github.com/MPF-Optimization-Laboratory/ActiveSetPursuit.jl/blob/b602ceff2017e55a609c8d0969016332ac5b671f/src/helpers.jl#L211-L213

Fix this function and create unit test.