Hi Professor,
I am studying some robust economic dispatch problem. The original min problem has been transformed to max problem based on dual theory, and an MILP can be obtained with big-M constraints. The simplified codes are attached.
I tried to solve the problem with gurobi solver, and the output information is :Model is unbounded. I have tried to find the reason with the steps in " Debugging unbounded models", and the problem is that one part of the objective function is unbounded: 'obj4' in line 73. However, when I tried to solve the problem with only obj4 in the objective, I found that one important constraint (line 97) is not active which may cause the problem. I don't know why. Could you help me with it? Thank you very much.
Best regards,
Frank Shi