I need to solve a hard scheduling problem. For that purpose, I get an initial feasible solution using a greedy heuristic. This heuristic gives me the starting time of every job in every machine.
How can I initialize CP Optimizer with this initial solution? ("warmstart")
Thanks in advance
With opl Cplex CPo you May See an example in
https://github.com/AlexFleischerParis/zooopl/blob/master/zoowarmstartapicpo.mod
//we saw how to warm start in CPLEX. Let s see how we can do the same with CPO in CPLEX:
and with scheduling