The Cplex..::..Callback type exposes the following members.

Methods

  NameDescription
Protected methodAbort
Instructs CPLEX to stop the current optimization after the user-written callback finishes.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCplexTime
Returns a time stamp.
Public methodGetDetTime
This method returns a deterministic time stamp in ticks.
Protected methodGetEndDetTime
This method returns a deterministic time stamp specifying when the solving process terminates.
Protected methodGetEndTime
This method returns a time stamp specifying when solving process terminates.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetStartDetTime
This method returns a deterministic time stamp specifying when the solving process started.
Protected methodGetStartTime
This method returns a time stamp specifying when the solving process started.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMain
The method to be implemented by user callback classes.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also