Package cplex :: Module callbacks :: Class SimplexCallback
 

Class SimplexCallback


Subclassable class for Cplex simplex callback classes.

This callback will be used during execution of the primal simplex, dual simplex, or quadratic simplex algorithms.

Instance Methods

Inherited from ContinuousCallback: get_dual_infeasibility, get_num_iterations, get_objective_value, get_primal_infeasibility, is_dual_feasible, is_primal_feasible

Inherited from OptimizationCallback: get_num_cols, get_num_quadratic_constraints, get_num_rows

Inherited from Callback: __call__, abort, get_dettime, get_end_dettime, get_end_time, get_start_dettime, get_start_time, get_time