First time here? Check out the FAQ!
answered 2015-08-14 10:22:10 +0100
As explained in the doc of the new_variable method, you should use the nonnegative option:
new_variable
nonnegative
milp.new_variable(real=True, nonnegative=False)