Sometimes I see messages in the log file of a MIP solver that are quite worrying. Here is one from GAMS/Cplex:
Proven optimal solution. MIP Solution: 15.353413 (10612 iterations, 238 nodes) |
The final solve is a extra LP GAMS wants to solve after fixing all integer variables (the reason is they want to report marginals i.e. duals and reduced cost). Obviously the two objectives should be (almost) the same. Here we see a large difference, indicating we are probably in deep trouble.
No comments:
Post a Comment