The methods of the Cplex.MIPCallback class are listed below. For a complete list of Cplex.MIPCallback class members, see the Cplex.MIPCallback 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. |
![]() | The method to be implemented by user callback classes. |
![]() | Returns a String that represents the current Object. |
![]() | Instructs CPLEX to stop the current optimization after the user-written callback finishes. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Returns the branch direction for a variable. |
![]() | Returns the value of var for the current best integer solution. |
![]() | Overloaded. Returns the incumbent solution values for a set of variables. |
![]() | Returns the linear objective function coefficient for variable var in the model being solved. |
![]() | Overloaded. Returns the linear objective function coefficients for a set of variables in the model being solved. |
![]() | Returns the branch priority for variable var . |
![]() | Returns true if an incumbent solution has been found when the callback is called. |
![]() | Creates a shallow copy of the current Object. |