Camargue
|
Handle for data during a non-degenerate pivot callback. More...
#include <lp_interface.hpp>
Public Member Functions | |
NDpivotHandle (Relaxation &_rel, double ub, int bfreq) | |
Public Attributes | |
Relaxation & | rel |
Basis | tour_base |
A new basis for the tour to be set by the callback. | |
double | upper_bound |
Value of best primal feasible solution. | |
int | basis_freq |
How often to copy a basis. More... | |
int | pfeas_itcount = 0 |
Number of pivots since becoming primal feasible. | |
Handle for data during a non-degenerate pivot callback.
int CMR::LP::NDpivotHandle::basis_freq |
How often to copy a basis.
Zero for only the first primal feasible basis. One for every new primal feasible basis. n > 1
for only when pfeas_itcount % n == 0