Compare class to sort idx/val pairs, used for hypersparse pricing leaving. More...
#include <spxpricer.h>
Public Member Functions | |
IdxCompare () | |
constructor More... | |
Real | operator() (IdxElement a, IdxElement b) const |
Public Attributes | |
const IdxElement * | elements |
Compare class to sort idx/val pairs, used for hypersparse pricing leaving.
Definition at line 69 of file spxpricer.h.
IdxCompare | ( | ) |
constructor
Definition at line 73 of file spxpricer.h.
Real operator() | ( | IdxElement | a, |
IdxElement | b | ||
) | const |
Definition at line 79 of file spxpricer.h.
References SPxPricer::IdxElement::val.
const IdxElement* elements |
Definition at line 77 of file spxpricer.h.
Referenced by SPxDevexPR::buildBestPriceVectorEnterCoDim(), SPxSteepPR::buildBestPriceVectorEnterCoDim(), SPxDevexPR::buildBestPriceVectorEnterDim(), SPxSteepPR::buildBestPriceVectorEnterDim(), SPxDevexPR::buildBestPriceVectorLeave(), and SPxSteepPR::buildBestPriceVectorLeave().