That looks like a bug in Xpress, not reflecting bounds on binary variables. Can you open an issue here? Issues · jump-dev/Xpress.jl · GitHub
Instead of Bin, I’d use:
@variable(model, 0 <= x <= 1, Int)
That looks like a bug in Xpress, not reflecting bounds on binary variables. Can you open an issue here? Issues · jump-dev/Xpress.jl · GitHub
Instead of Bin, I’d use:
@variable(model, 0 <= x <= 1, Int)