The methods of the Cplex.NodeEvaluator class are listed below. For a complete list of Cplex.NodeEvaluator class members, see the Cplex.NodeEvaluator Members topic.
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() |
Cplex calls this method for every node controlled by the invoking evaluator in order to compute an evaluation value for the node. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Returns the node identifier of the current node. |
![]() | This method is called by Cplex right before the first time evaluate is called for a node and allows you to initialize the evaluator based on that node. |
![]() | Creates a shallow copy of the current Object. |
![]() | When choosing the next node to be processed, Cplex maintains a candidate node to pick. |