Oscar Dowson
Oscar Dowson
You should be able to do (I haven't tested though) ```Julia using Convex using LinearAlgebra using OSQP using MathOptInterface x = Variable(5) P = Diagonal(ones(5)) problem = minimize(quadform(x, P)) solve!(problem,...
For the original convex post, I now get ```julia julia> using Distributions julia> using LinearAlgebra julia> using Gurobi julia> import Convex # namespace conflicts with JuMP.Variable() julia> function gen_data(n) pos...
Thanks for the suggestion. I'll leave this issue open, but note that this is unlikely to happen due to: https://github.com/jump-dev/Convex.jl#please-read-convexjl-needs-a-new-maintainer
JuMP doesn't assume a lower bound of 0. What happens if you turn presolve off? On Fri, 27 May 2022, 6:36 PM Julian Hall, ***@***.***> wrote: > Oddly, HiGHS fails...
This broke the Julia builds: https://github.com/JuliaPackaging/Yggdrasil/pull/5713
Closing because this isn't a bug in SDDP.jl.
Closing as stale. I understand the reasoning for this, so if anyone has a benchmark where this makes a difference in practice, please post a comment and we can re-open...
Closing as stale and non-reproducible, and because this doesn't appear to be a bug in Gurobi.jl. If you can reproduce this from the `gurobi_cl`, please contact Gurobi support and they'll...
What's the status of this? Potentially close as stale? I think there's still appetite for exploring alternative representations, but the cost of transitioning is high.
> I do think there is a pain point in having to unpack inner structures into flat Yeah. One lesson I think we can learn from MOI is that vector-of-structs...