In JuMP 0.18 we could do solve(model, relaxation=true)
.
There isn't this option in !optimize
, so how can I get a relaxed solution?
In JuMP 0.18 we could do solve(model, relaxation=true)
.
There isn't this option in !optimize
, so how can I get a relaxed solution?