Loading...
Searching...
No Matches
spxautopr.h
Go to the documentation of this file.
45 This pricer switches between Devex and Steepest edge pricer based on the difficulty of the problem
void setSwitchIters(int iters) set max number of iterations before switching pricers virtual void entered4(SPxId id, int n) bool setActivePricer(typename SPxSolverBase< R >::Type type) switches active pricing method void setPricingTolerance(R tol) set tolerances of internal pricers virtual void setType(typename SPxSolverBase< R >::Type) set entering/leaving algorithm virtual void setRep(typename SPxSolverBase< R >::Representation) set row/column representation virtual void left4(int n, SPxId id) virtual int selectLeave() virtual SPxId selectEnter() Everything should be within this namespace. Devex pricer. Abstract pricer base class. Steepest edge pricer with exact initialization of weights. Steepest edge pricer.
|