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

Methods

  Name Description
Protected method Abort
Aborts current optimization.
(Inherited from Cplex..::..Callback.)
Public method Clone (Inherited from Cplex..::..Callback.)
Protected method createCppimpl (Overrides Cplex..::..ContinuousCallback..::..createCppimpl(Cplex).)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetCplexTime
This method returns a time stamp, useful in measuring elapsed time in seconds. To measure time spent between a starting point and ending point of an operation, take the result of this method at the starting point; take the result of this method at the end point; subtract the starting time stamp from the ending time stamp; the subtraction yields elapsed time in seconds.
(Inherited from Cplex..::..Callback.)
Public method getCppImpl (Inherited from Cplex..::..Callback.)
Protected method GetDetTime
This method returns a deterministic time stamp in ticks. To measure elapsed deterministic time in ticks between a starting point and ending point of an operation, take the deterministic time stamp at the starting point; take the deterministic time stamp at the ending point; subtract the starting deterministic time stamp from the ending deterministic time stamp. The absolute value of the deterministic time stamp is not meaningful.
(Inherited from Cplex..::..Callback.)
Protected method GetDualInfeasibility
Returns a measure for the dual infeasibility of the current solution.
(Inherited from Cplex..::..ContinuousCallback.)
Public method GetDualObjValue
Returns the current dual objective value.
Protected method GetEndDetTime (Inherited from Cplex..::..Callback.)
Protected method GetEndTime
This method returns a time stamp specifying when the time limit will occur. To compute remaining time in seconds, subtract the result of
CopyC#
GetCplexTime
from the result of this method. This computation yields either wall clock time (also known as real time) or CPU time, depending on the clock type set by the parameter
CopyC#
ClockType
. The absolute value of the time stamp is not meaningful.
(Inherited from Cplex..::..Callback.)
Protected method getEnvImpl (Inherited from Cplex..::..Callback.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetInfeasibility
Returns a measure for the primal infeasibility of the current solution.
(Inherited from Cplex..::..ContinuousCallback.)
Protected method GetModel
Returns the model being solved when the invoking callback is called, that is the active model.
(Inherited from Cplex..::..Callback.)
Protected method GetNcols
Returns the number of columns of the matrix representation of the active model being solved when the invoking callback is called.
(Inherited from Cplex..::..Callback.)
Protected method GetNiterations
Returns the number of iterations performed so far.
(Inherited from Cplex..::..ContinuousCallback.)
Protected method GetNQCs
Returns the number of quadratic constraints in the active model being solved when the invoking callback is called.
(Inherited from Cplex..::..Callback.)
Protected method GetNrows
Returns the number of rows of the matrix representation of the active model being solved when the invoking callback is called.
(Inherited from Cplex..::..Callback.)
Protected method GetObjValue
Returns the current objective value.
(Inherited from Cplex..::..ContinuousCallback.)
Protected method GetStartDetTime (Inherited from Cplex..::..Callback.)
Protected method GetStartTime
This method returns a time stamp specifying when the solving process was started. To compute elapsed time in seconds, subtract the result of
CopyC#
GetCplexTime
from the result of this method. This computation yields either wall clock time (also known as real time) or CPU time, depending on the clock type set by the parameter
CopyC#
ClockType
. The absolute value of the time stamp is not meaningful.
(Inherited from Cplex..::..Callback.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Protected method IsDualFeasible
Returns a Boolean value indicating whether the current solution is dual feasible.
(Inherited from Cplex..::..ContinuousCallback.)
Protected method IsFeasible
Returns a Boolean value indicating whether the current solution is primal feasible.
(Inherited from Cplex..::..ContinuousCallback.)
Protected method Main
The method to be implemented by user callback classes.
(Inherited from Cplex..::..Callback.)
Protected method makeClone (Inherited from Cplex..::..Callback.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method removeCppimpl (Inherited from Cplex..::..Callback.)
Public method ToString (Inherited from Cplex..::..Callback.)

See Also