Hi all,
I am using JuMP v0.18. I want to locally add lazy constraints but when I setting localcut
to true
I get the following error
MethodError: no method matching cbaddlazylocal!(::Gurobi.GurobiCallbackData, ::Array{Int32,1}, ::Array{Float64,1}, ::Char, ::Float64)
Is there any method to fix this?
Thanks so much