Oscar Dowson
Oscar Dowson
> IIRC, the last time we talked about it, it was on the phone and the plan was to not support deletion of this bridge and to add the constraint...
> Users don't want to have to write different models for different solvers. No, but if they use a particular solver and want better efficiency they do. I think we...
An alternative is to remove SOC support in favor of `MOI.Bridges.Constraint.SOCtoNonConvexQuadBridge`.
A potential route forward for this is to use `IpoptMKL_jll`, https://github.com/JuliaPackaging/Yggdrasil/pull/1031, but it's still a WIP.
Yes, I think that's sufficient for now.
Is there any reason this needs to happen in MOI directly? My near-term goal is https://github.com/jump-dev/JuMP.jl/issues/2564, so I'm wary of adding lots of new functionality before we get 1.0 finished....
Yeah keep adding things to ConstraintProgrammingExtensions for now. Want to [give a talk at JuMP-dev](https://jump.dev/meetings/juliacon2021/) about ConstraintProgrammingExtensions? It would be good to generate some wider discussion.
We've made no progress on this, and I don't think we're going to anytime soon. To some extent, we have support for complex numbers, but it still requires adding two...
Another missing one is square to triangular PSD matrices: https://github.com/jump-dev/MathOptInterface.jl/issues/1730
Updated list | Bridge | Constraint Primal | Constraint Dual | | ------ | ----------------- | --------------- | | GreaterToIntervalBridge | x | x | | LessToIntervalBridge | x |...