Originally posted by: SystemAdmin
[chicoscience said:]
Hello,
In my Branch-and-Cut, I would like to execute, let's say, 20 passes of Fractional Gomory Cuts in the first node (first linear relaxation). However, in the subsequent nodes, I'd like to execute only 3 passes of Fractional Gomory Cuts per node.
I know the parameter IloCplex::FracPass lets me control the number of passes, however, it is used in both the first node and the subsequent nodes. Is there any way I can control this?
Thank you,
Chico Science
#CPLEXOptimizers#DecisionOptimization