Originally posted by: SystemAdmin
Unfortunately, you omitted three key pieces of information: whether you are using the interactive optimizer or an API (and, if the latter, which API); whether you want to load the starting solution via code or read it from a file; and the type of problem (LP, IP, QP).
Assuming you are using one of the higher-level APIs and will read the solution fromm a file, look for the readSolution and readMIPStarts methods for your API. If you are using the interactive optimizer, the 'read' command is used to read the relevant file. Check the documentation on file formats for .sol and .mst files.
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