Scippy

SoPlex

Sequential object-oriented simPlex

SPxPricer::IdxCompare Struct Reference

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 IdxElementelements
 

Detailed Description

Compare class to sort idx/val pairs, used for hypersparse pricing leaving.

Definition at line 74 of file spxpricer.h.

Constructor & Destructor Documentation

constructor

Definition at line 78 of file spxpricer.h.

Member Function Documentation

Real operator() ( IdxElement  a,
IdxElement  b 
) const

Definition at line 84 of file spxpricer.h.

References SPxPricer::IdxElement::val.

Member Data Documentation