Adi Shavit
Adi Shavit
The link to the paper requires a password. Can you provide an alternate? Is [this](https://web.stanford.edu/~boyd/papers/sw_aff_ctrl.html) the one?
Thanks! Could you make a PR :-) On Wed, Apr 22, 2020 at 1:17 PM Schaekermann wrote: > One of the first online Compilers i used was > codeboard.io >...
@SteveDiamond how would one go about implementing that (though not only in the objective would be much better!)
Relevant blog post: [**Quadratic Programming in Python**](https://scaron.info/blog/quadratic-programming-in-python.html).
Cc: @michael-123123 IIRC, he had done some work on cloning variables.
This sounds awesome. Most of my models have very very complex construction code - not something I can submit. I am wondering if, at the point where you (finally) create...
@akshayka wouldn't this formulation be true only if the linear functions are tangent to a convex curve? In that case they are essentially like half planes in normal LP. But...
FWIW, I did end up writing such a facility. It uses a bit/boolean vector to select which piece is currently ON and within that piece it enforces a linear relation....
I’m not sure how to make this into a proper PR in terms of library organization. I’ll write it up here for your review in a few days and we...
I'm pasting my code below. It has comments and references to more detailed explanations. A PLF is based on a SOS2 facility: a vector with at most two consecutive, non-zero,...