The methods of the Cplex.ControlCallback class are listed below. For a complete list of Cplex.ControlCallback class members, see the Cplex.ControlCallback 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 pseudo cost for branching down on variable var . |
![]() | Overloaded. Queries whether the variables specified in array var are integer feasible, integer infeasible, or implied integer feasible in the current node solution. |
![]() | States whether the variable var is integer feasible, integer infeasible, or implied integer feasible in the current node solution. |
![]() | Returns the value of var for the current best integer solution. |
![]() | Overloaded. Returns the incumbent solution values for a set of variables. |
![]() | Returns the current lower bound for the variable var . |
![]() | Overloaded. Returns the current lower bounds 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 the slack value of a constraint for the solution of the continuous relaxation of the current node. |
![]() | Overloaded. Returns the slack values of a set of constraints for the solution of the current node. |
![]() | Overloaded. States whether the special ordered set of type 2 is integer feasible, integer infeasible, or implied integer feasible in the current node solution. |
![]() | Returns the current upper bound for variable var . |
![]() | Overloaded. Returns the current upper bounds for a set of variables. |
![]() | Returns the pseudo cost for branching up on variable var . |
![]() | Overloaded. Returns the value expr takes for the solution of the continuous relaxation of the current node. |
![]() | Overloaded. Returns the solution values for a set of variables at the current node. |
![]() | Returns true if an incumbent solution has been found when the callback is called. |
![]() | Creates a shallow copy of the current Object. |