ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > Row multiplier factor for cuts

C Name

CPX_PARAM_CUTSFACTOR

C++ Name

CutsFactor

Java Name

CutsFactor

.NET Name

CutsFactor

InteractiveOptimizer

mip limits cutsfactor

Identifier

2033

Description

Limits the number of cuts that can be added. The number of rows in the problem with cuts added is limited to CutsFactor times the original number of rows. If the problem is presolved, the original number of rows is that from the presolved problem.

A CutsFactor of 1.0 or less means that no cuts will be generated.

Because cuts can be added and removed during the course of optimization, CutsFactor may not correspond directly to the number of cuts seen in the node log or in the summary table at the end of optimization.

Values

Any nonnegative number; default: 4.0