Originally posted by: SystemAdmin
The examples you mentioned are not among the ones that ship with CPLEX, and I don't know where you can find them.
What I think you want, however, if different from the thread you cite, where the user was specifically trying to hot start the barrier solver with a heuristically-generated solution (if I read the thread correctly). What you want (I think) is a standard hot start -- solve an LP, make some changes, and try to use the final basis of the previous problem as a starting point for a basis for the new problem. CPLEX does this automatically as long as the advanced start switch (parameter AdvInd) is set to a value of 1 or 2, and 1 is the default. So unless you deliberately turn it off, CPLEX will try to hot start each LP from the previous solution.
/Paul
Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
#CPLEXOptimizers#DecisionOptimization