Originally posted by: GiovanniP
Assume a counter is incremented every time the method
add(IloRange cut);
is called (in LaxyConstraints callback calls).
Can the number returned by
ilocplex.getNcuts(IloCplex.CutType.User);
be smaller than the number of times add() was called? If so, in what circumstances?
#CPLEXOptimizers#DecisionOptimization