|
|
Trees | Indices | Help |
|
|---|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Method Details |
Method to be overridden by user-defined callback class. See the Cplex.register_callback method. |
Terminates optimization.
|
Returns a time stamp for computing the time limit. Subtracting the return value of Callback.get_time() from the return value of this method yields the time remaining in seconds. The interpretation of this value as wall clock time or CPU time is controlled by the parameter clocktype. |
Returns a deterministic time stamp in ticks. Subtracting the return value of Callback.get_dettime() from the return value of this method yields the time remaining in deterministic ticks. |
Returns a time stamp specifying when the solving process started. To compute elapsed time in seconds, subtract the result of Callback.get_time() from the result of this method. This computation yields either wallclock time (also known as real time) or CPU time, depending on the clock set by the clocktype parameter. |
Returns a deterministic time stamp specifying when the solving process started. To compute elapsed deterministic time in ticks, subtract the result of Callback.get_dettime() from the result of this method. |
Returns a time stamp for the current time. Subtracting the return value of this method from the return value of Callback.get_end_time() yields the time remaining in seconds. The interpretation of this value as wall clock time or CPU time is controlled by the parameter clocktype. |
Returns a deterministic time stamp for the current time. Subtracting the return value of this method from the return value of Callback.get_end_dettime() yields the time remaining in deterministic ticks. |
|
|
Trees | Indices | Help |
|
|---|