MINLP problem

It looks like you are missing the constraint between x[1] and xbin.

@constraint(model, x[1] <= up[1] * xbin)
1 Like