The Cplex..::..SimplexCallback type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cplex..::..SimplexCallback |
Constructor for a user-written simplex callback.
|
Methods
| Name | Description | |
|---|---|---|
| Abort |
Instructs CPLEX to stop the current optimization after the
user-written callback finishes.
(Inherited from Cplex..::..Callback.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCplexTime |
Returns a time stamp.
(Inherited from Cplex..::..Callback.) | |
| GetDetTime |
This method returns a deterministic time stamp in ticks.
(Inherited from Cplex..::..Callback.) | |
| GetDualInfeasibility |
Returns a measure for the dual infeasibility of the current
solution.
(Inherited from Cplex..::..ContinuousCallback.) | |
| GetEndDetTime |
This method returns a deterministic time stamp specifying
when the solving process terminates.
(Inherited from Cplex..::..Callback.) | |
| GetEndTime |
This method returns a time stamp specifying when
solving process terminates.
(Inherited from Cplex..::..Callback.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInfeasibility |
Returns a measure for the primal infeasibility of the current
solution.
(Inherited from Cplex..::..ContinuousCallback.) | |
| GetModel |
Returns the model being solved when the invoking callback is called,
that is, the active model.
(Inherited from Cplex..::..OptimizationCallback.) | |
| GetNiterations |
Returns the number of iterations performed so far.
(Inherited from Cplex..::..ContinuousCallback.) | |
| GetNiterations64 |
Returns the number of iterations performed so far.
(Inherited from Cplex..::..ContinuousCallback.) | |
| GetObjValue |
Returns the current objective value.
(Inherited from Cplex..::..ContinuousCallback.) | |
| GetStartDetTime |
This method returns a deterministic time stamp specifying when
the solving process started.
(Inherited from Cplex..::..Callback.) | |
| GetStartTime |
This method returns a time stamp specifying when
the solving process started.
(Inherited from Cplex..::..Callback.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDualFeasible |
Returns a Boolean value reporting whether the current solution is dual
feasible.
(Inherited from Cplex..::..ContinuousCallback.) | |
| IsFeasible |
Returns a Boolean value reporting whether
the current solution is primal feasible.
(Inherited from Cplex..::..ContinuousCallback.) | |
| Main |
The method to be implemented by user callback classes.
(Inherited from Cplex..::..Callback.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Ncols |
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.) | |
| Nrows |
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.) |