Originally posted by: SystemAdmin
I would expect that just changing the objective function and resolving the problem is the fastest way to do what you want. As John said, CPLEX can re-use the solutions from previous runs as initial integer feasible solutions. This should usually be faster than starting from scratch.
However, in very rare cases, starting from scratch is faster than starting with the old solutions as initial feasible solution. If you want to try that you have to disable CPX_PARAM_ADVIND.
#CPLEXOptimizers#DecisionOptimization