The Cplex..::..NodeEvaluator type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodEvaluate
Executes the invoking node evaluator.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetBranchVar
Returns the variable that was branched upon to create the current node.
Protected methodGetDepth
Returns the depth in the search tree of the current node.
Protected methodGetEstimatedObjValue
Returns the estimated objective value of the current node.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetInfeasibilitySum
Returns the sum of integer infeasibility of the current node.
Protected methodGetLeftDepth
Returns the left depth of the current node in the search tree.
Protected methodGetNinfeasibilities
Returns the number of integer infeasible variables for the current node.
Protected methodGetObjValue
Returns the objective value of the current node.
Protected methodGetRightDepth
Returns the right depth of the current node in the search tree.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit
Initializes a node evaluator.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSubsume
Subsumes the invoking node evaluator.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also