ILOG CPLEX 11.0 Parameters Reference Manual > > Alphabetic List of Parameters > MIP node limit

C Name

CPX_PARAM_NODELIM

C++ Name

NodeLim

Java Name

NodeLim

.NET Name

NodeLim

InteractiveOptimizer

mip limits nodes

Identifier

2017

Description

Sets the maximum number of nodes solved before the algorithm terminates without reaching optimality. When this parameter is set to 0 (zero), CPLEX completes processing at the root; that is, it creates cuts and applies heuristics at the root. When this parameter is set to 1 (one), it allows branching from the root; that is, nodes are created but not solved.

Values

Any nonnegative integer; default: 2100000000.