Originally posted by: DavidGravot
Hi
I would like to read from a given IloSolution and pass it as initial starting point to CP, but this solution would not be in-memory.
Is there some export format for a given IloSolution in CPO (the equivalent of write(myfile.sol) from CPLEX) ?
This way, I would be able to parse this solution file and rebuilt my own IloSolution
Thanks
David
#CPOptimizer#DecisionOptimization