Originally posted by: ChrisBr
Hello Victor,
In the definition
IloCP::Quiet < IloCP::Terse < IloCP::Normal < IloCP::Verbose
Actually, the current use is
PropagationLog = IloCP::Quiet
Don't display anything
PropagationLog >= IloCP::Normal
Display propagation information (according to the specified LogPeriod)
This is true for the more recent version (12.5) and can change in another version (as mentioned in the documentation).
I hope this clarifies,
Chris.
#CPOptimizer#DecisionOptimization