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

Constructors

  NameDescription
Protected methodCplex..::..CrossoverCallback
Constructor for user-written crossover callback.

Methods

  NameDescription
Protected methodAbort
Instructs CPLEX to stop the current optimization after the user-written callback finishes.
(Inherited from Cplex..::..Callback.)
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.
(Inherited from Cplex..::..Callback.)
Public methodGetDetTime
This method returns a deterministic time stamp in ticks.
(Inherited from Cplex..::..Callback.)
Protected methodGetEndDetTime
This method returns a deterministic time stamp specifying when the solving process terminates.
(Inherited from Cplex..::..Callback.)
Protected methodGetEndTime
This method returns a time stamp specifying when solving process terminates.
(Inherited from Cplex..::..Callback.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetModel
Returns the model being solved when the invoking callback is called, that is, the active model.
(Inherited from Cplex..::..OptimizationCallback.)
Protected methodGetNdualExchanges
Returns the number of dual exchange operations at the moment the callback is called.
Protected methodGetNdualExchanges64
Returns the number of dual exchange operations at the moment the callback is called.
Protected methodGetNdualPushes
Returns the number of dual push operations at the moment the callback is called.
Protected methodGetNdualPushes64
Returns the number of dual push operations at the moment the callback is called.
Protected methodGetNprimalExchanges
Returns the number of primal exchange operations at the moment the callback is called.
Protected methodGetNprimalExchanges64
Returns the number of primal exchange operations at the moment the callback is called.
Protected methodGetNprimalPushes
Returns the number of primal push operations at the moment the callback is called.
Protected methodGetNprimalPushes64
Returns the number of primal push operations at the moment the callback is called.
Protected methodGetNsuperbasics
Returns the number of super basics created at the moment the callback is called.
Protected methodGetStartDetTime
This method returns a deterministic time stamp specifying when the solving process started.
(Inherited from Cplex..::..Callback.)
Protected methodGetStartTime
This method returns a time stamp specifying when the solving process started.
(Inherited from Cplex..::..Callback.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMain
The method to be implemented by user callback classes.
(Inherited from Cplex..::..Callback.)
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.)

Properties

  NameDescription
Protected propertyNcols
Gets the number of columns of the matrix representation of the active model being solved when the invoking callback is called.
(Inherited from Cplex..::..OptimizationCallback.)
Protected propertyNrows
Gets the number of rows of the matrix representation of the active model being solved when the invoking callback is called.
(Inherited from Cplex..::..OptimizationCallback.)

See Also