Originally posted by: amindehghanian
Thanks for your answers!
@ Tobias:
Yes, I generate only a few lazy constraint in the root node.
1. Unfortunately, I cannot figure out ahead of time which constraints are important to add them in the root node.
2. "advanced start indicator" did not work either, however it seems reasonable to me. Actually, I have a class of important constraints which are locally valid, so I cannot use them. On the other hand, My global constraints are combinatorial valid inequalities ( e.g. \sum_{i \in I} x_i \geq 1 where x_i is binary ), and they barely remove a non-integer solutions.
3. It is worthy to mention that in my problem there are many integral solutions very close to the optimal. So, multiplicity might be an issue.
@ Paul:
Yes, I am doing Benders, and I am generating strongest optimality cuts now, so I cannot think of a way to improve them.
Thanks for your answers again!
#CPLEXOptimizers#DecisionOptimization