Dear all,
I am solving this MIP model with gurobi-python interface. I had a binary-continuous multiplication, so I linearized it and in result, I have a big M in my model that is upper bound for the continuous variable. Although I found a reasonable upper bound for big M ( that is less than 1) and it sounds that everything is working, when I try with much larger values (like 100 and 1000), to make sure that everything else is right, the model crashes and the final solution is fractional for binary variables. Now my question is, how is it possible? Because even if there is a problem, it should happen for smaller value not larger value. do you think this problem is coming from formulation side or gurobi side?
I really appreciate your help.
Cheers,
Babak.