Originally posted by: SystemAdmin
[sjtudai said:]
Here, I have a question about the Linear Programming Solver in Cplex.
For solving a Linear Programming iteratively, its constraints are the same at each iteration, but the objective function at iteration k is different from that at iteration k+1, so I want to know:
Is there an option for LP solver for "solve the current LP based on (starting from) the solution of the LP solved in last time"?
How to set it respectively by C (ILOG Callable Library) or C++ (ILOG Concert Technology) ?
I think Cplex may have such an option for its LP solver. Because In this way, the computation time for solving LP can be greatly reduced.
Thank you very much in advance.
#CPLEXOptimizers#DecisionOptimization