Originally posted by: rdumeur
Dear rourou,
I will assume that you using IBM ILOG CP Optimizer.
The number of branches corresponds to the number of alternative decisions explored by the solver and the number of nodes corresponds to the number of choice points. In depth search on integer variables, you'll find (#branches == 2 * #nodes) in the solver log. But for other search methods and more complex models (i.e. using scheduling constructs), this can be different.
I hope this helps.
Cheers,
#ConstraintProgramming-General#DecisionOptimization