ILOG CPLEX .NET Reference Manual

Cplex.NodeEvaluator Properties

The properties of the Cplex.NodeEvaluator class are listed below. For a complete list of Cplex.NodeEvaluator class members, see the Cplex.NodeEvaluator Members topic.

Protected Instance Properties

BranchVar Gets the variable that was branched upon to create the current node. If a more complex branch was used to create the current node
null
is returned instead.
Depth Gets the depth in the search tree of the current node.
EstimatedObjValue Gets the estimated objective value of the current node.
InfeasibilitySum Gets the sum of integer infeasibility of the current node.
LeftDepth Gets the left depth of the current node in the search tree.
Ninfeasibilities Gets the number of integer infeasible variables for the current node.
ObjValue Gets the objective value of the current node.
RightDepth Gets the right depth of the current node in the search tree.

See Also

Cplex.NodeEvaluator Class | ILOG.CPLEX Namespace