Originally posted by: SystemAdmin
[shaon said:]
Dear all,
I use CPLEX to develop B&C where the cutcallback is used. For my considered instances, the total computation time is very expensive (say, 2000 seconds). But my separation routine works well with a success ratio of about 80%. Further the separation procedure only accounted for a very small percent of the total computation time (say. 2%). It seems that solving LP subproblems is very time-consuming.
Is there any way to reduce the computation time for my instances? I have tried some strategies, e.g., changing the algorithm for solving each subproblem, and root problem, etc. But all these failed.
Shaon
#CPLEXOptimizers#DecisionOptimization