The Cplex..::..NodeEvaluator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Evaluate |
Executes the invoking node evaluator.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBranchVar |
Returns the variable that was branched upon
to create the current node.
| |
| GetDepth |
Returns the depth in the search tree of the current node.
| |
| GetEstimatedObjValue |
Returns the estimated objective value of the current node.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInfeasibilitySum |
Returns the sum of integer infeasibility of the current node.
| |
| GetLeftDepth |
Returns the left depth of the current node in the search tree.
| |
| GetNinfeasibilities |
Returns the number of integer infeasible variables for the current
node.
| |
| GetObjValue |
Returns the objective value of the current node.
| |
| GetRightDepth |
Returns the right depth of the current node in the search tree.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init |
Initializes a node evaluator.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Subsume |
Subsumes the invoking node evaluator.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |