ILOG CPLEX .NET Reference Manual

Cplex.MIPCallback Methods

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.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Main (inherited from Callback) The method to be implemented by user callback classes.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Abort (inherited from Callback) Instructs CPLEX to stop the current optimization after the user-written callback finishes.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetDirection Returns the branch direction for a variable.
GetIncumbentValue Returns the value of var for the current best integer solution.
GetIncumbentValuesOverloaded. Returns the incumbent solution values for a set of variables.
GetObjCoef Returns the linear objective function coefficient for variable var in the model being solved.
GetObjCoefsOverloaded. Returns the linear objective function coefficients for a set of variables in the model being solved.
GetPriority Returns the branch priority for variable var.
HasIncumbent Returns true if an incumbent solution has been found when the callback is called.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Cplex.MIPCallback Class | ILOG.CPLEX Namespace