Originally posted by: DavidGravot
Hi
in the CPO Javadoc (12.6.1 for instance), there is an undocumented API for IloCP
setSearchPhases(IloSearchPhase[] phases)
If we use this API, does it mean cp will be notified of these search phases during the search, or shall we still pass the array of IloSearchPhase when invoking the search, using
void IloCP.solve(IloSearchPhase[] phases);//or
void IloCP.startNewSearch(IloSearchPhase[] phases);
thanks
David
#CPOptimizer#DecisionOptimization