Originally posted by: Nguyenducduy
Dear all,
I have a VRP problem and i tried to solve it in 2 ways:
Default Behaviour
Setting an initial solution
But the running time is not significantly difference between 2 methods.
when i saw engine log of both methods. 70% running time, Cplex tries to find the solution when MIP gap <5%. So that, Setting an initial solution method only help improve running time from MIP gap 100% to 5%.
Do you have any idea to improve my problem? Thank you very much.
#CPLEXOptimizers#DecisionOptimization