Sorry, I found the problem, as always is the dot in the constrait that is missing
@constraint(m, [i = 1:6], Cons1[i,1,1] .- 1 .<= 0)
With this it works just fine.
1 Like
Sorry, I found the problem, as always is the dot in the constrait that is missing
@constraint(m, [i = 1:6], Cons1[i,1,1] .- 1 .<= 0)
With this it works just fine.