SoPlex Documentation
Loading...
Searching...
No Matches
SPxPricer< R >::IdxCompare Struct Reference

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

#include <spxpricer.h>

Public Member Functions

 IdxCompare ()
 constructor
 
operator() (IdxElement a, IdxElement b) const
 

Public Attributes

const IdxElementelements
 

Detailed Description

template<class R>
struct soplex::SPxPricer< R >::IdxCompare

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

Definition at line 83 of file spxpricer.h.

Constructor & Destructor Documentation

◆ IdxCompare()

template<class R >
IdxCompare ( )

constructor

Definition at line 87 of file spxpricer.h.

Member Function Documentation

◆ operator()()

template<class R >
R operator() ( IdxElement a,
IdxElement b ) const

Definition at line 93 of file spxpricer.h.

References SPxPricer< R >::IdxElement::val.

Member Data Documentation

◆ elements

template<class R >
const IdxElement* elements

Definition at line 91 of file spxpricer.h.