Originally posted by: SystemAdmin
[ozkok said:]
Ok, thank you for the answer.
One way to overcome this problem may be as follows:
First I can solve the initial problem as an LP (instead of an IP) and get the solution. Then instead of using cutcallback routine to add cuts,
I can add cuts with my own routines (after the optimization) and reoptimize my LP by dual simplex. As dual simplex will use the information obtained from the optimization, I hope that this will not take much time. On the other hand, cutcallbacks might run faster since they are implemented by ILOG.
Do you have any idea about the performance of my proposed method (solving initial LP, add cuts and optimize again by dual simplex until I cannnot generate no more cuts) when compared to using callbacks?
Because, if the performance is not too bad, I could remove some of the cuts which are not active in the last few iterations.
Best regards
#CPLEXOptimizers#DecisionOptimization