sgsellan / gpytoolbox

A collection of utility functions to prototype geometry processing research in python
https://gpytoolbox.org
GNU General Public License v3.0
196 stars 16 forks source link

Add l1 solver #144

Open d-r-o-w-e opened 1 month ago

d-r-o-w-e commented 1 month ago

Introduces an l1 solver which reduces a problem with an l1 + quadratic term + linear objective and linear / fixed constraints to a conic problem, and then solves with SCS (under MIT license) or MOSEK (if it is fully installed and licensed).

odedstein commented 1 month ago

Thank you very much for your PR, Dylan! We'll have a look at it and get back to you.

odedstein commented 3 weeks ago

Once #145 is merged, we can re-run the tests here and review this PR.