This question is mainly geared toward Operations Research field.
I have a large Mixed Integer Program (MIP). I found a set of facet and valid inequalities which supposedly should make the LP relaxation tighter.
The problem I ran into is that my original MIP obtains the optimal solution in less computational time compared with MIP+ valid inequalities formulation. I did many experiments. I am speaking of large instances.
My guess is that adding these valid inequalities and facets make solving the LP more time consuming. Hence, it's defeating the purpose because MIP + valid inequalities now takes more time.
These inequalities have interesting theoretical properties and I don't want to give up due to their poor performance computationally.
I think my question is how I can get around it and make MIP + valid inequalities faster or justify them?