5

Lately, I have been reading a lot of papers where the constraints have been tightened to include better formulations leading to decrease in optimiality gaps and also the time for solving the optimisation problem. I was wondering if there is a book or paper which folks would be aware about introducing constraint tightening in MIPs? I don't imagine it to be hit and trial approach, there definitely seems to be some good theory behind it.

Ishaan
  • 139
  • 6

1 Answers1

4

The cutting plan algorithm is really a strange method to solve integer programming. In some cases, it works very well, and in some cases, it works vice versa. I think besides the theoretical overview of this method many trials and errors should be applied to understand how it works well on a specific problem. In this case, some resources that might be useful are:

A.Omidi
  • 8,832
  • 2
  • 13
  • 49