OSQP.jl icon indicating copy to clipboard operation
OSQP.jl copied to clipboard

Examples at osqp.org

Open PaulSoderlind opened this issue 3 years ago • 3 comments

I have ported the matlab code for the https://osqp.org/docs/examples/index.html examples to Julia. I was thinking of making a PR there, but first wanted to check whether this has not been done before. If not, could I first post the code here for review?

PaulSoderlind avatar Jul 08 '22 19:07 PaulSoderlind

If it's using the JuMP's interface, we could include them in the JuMP's doc as well. @odow thoughts ?

blegat avatar Aug 02 '22 13:08 blegat

No, what I did was to port the matlab code, which means calling OSQP directly. See eg. https://osqp.org/docs/examples/huber.html.

PaulSoderlind avatar Aug 02 '22 14:08 PaulSoderlind

The code (which is brute force translation of the matlab applications) is in this github repository. Maybe this (or an improved version of it...) would be a useful addition to https://osqp.org/docs/examples/index.html#applications ?

PaulSoderlind avatar Aug 07 '22 12:08 PaulSoderlind