A problem with JuMP variable defined

You currently can’t do this. You need to use indexed definitions or set the bounds after creating the variable

https://github.com/jump-dev/JuMP.jl/issues/2944

1 Like