Dear all,
I have some difficulties in understanding the gurobi results. As obvious, the time it takes to find optimal solution(s) directly depends on my input size. For smaller input size it works fine but for larger, it stucks.
Now, I am interrupting the model after 3 hours. In some case, I get solutions and obj; in other I don't (sol cont is 0). Does this mean no solution has been reached in this duration?
What I am not sure about is, when solution count is 0, I am expecting obj to be 0 as well. However, I am getting solution count: 0 and obj: Obj: 1e+100 (in some cases). Can somebody clarify this please.
Asif