ILOG CPLEX .NET Reference Manual

Cplex.Cutoff Property

Gets the cutoff for the objective value when nodes are being solved during branch-and-cut search. This value is typically computed from the objective value of an incumbent solution and the optimality gap. In the case of a minimization problem, for example, if the objective value of a node exceeds the cutoff value, the node can be pruned without the need to solve the node to optimality.

public double Cutoff {get;}

See Also

Cplex Class | ILOG.CPLEX Namespace