Regression from JuMP 0.18 to 0.21

Hello,

I am updating some functions I coded on JuMP 0.18. There I made used of the next:

solve(model, relaxation = true)

In JuMP 0.21, I could not find a way to implement it using optimize!(model).

Is there any generic way to do it?

1 Like

Please see the workarounds at Feature request: solve relaxation · Issue #1611 · jump-dev/JuMP.jl · GitHub.