Oscar Dowson
Oscar Dowson
Yeah, we still need to tag v1.7
SCS 3.0 supports the Box cone: https://www.cvxgrp.org/scs/api/cones.html#cones
What's the purpose of this? Do you have a benchmark where using a closure is a performance bottleneck?
I've updated this in https://github.com/jump-dev/Ipopt.jl/pull/322, and added some basic tests. I'd still like to see a benchmark where this makes a difference. You'd have to cache the old solutions, so...
Closing in favor of #322. I'm still not convinced, but we can continue to discuss it in that PR. I'd like to see a practical application where this makes a...
As discussed with @blegat, made `ConstraintFunction` optional.
Merging because I think this is reasonable. Once merged and tagged we can update SCS etc to support it.
I'd like to keep this issue open. We still need to document the hyper graphs and bellman-ford algorithm etc.
I've been making a bunch of improvements here: - #1889 - #1881 - #1880 - #1878 - #1877 - #1876 - #1875 - #1874 - #1872 - #1870 - #1868...
This is now in a much better state. Most of the bridge module is commented with docstrings. There is one glaring omission: * https://github.com/jump-dev/MathOptInterface.jl/blob/master/src/Bridges/bridge_optimizer.jl And in particular, the mechanism behind...