SoPlex Doxygen Documentation

Compare class for row weights, used for sorting. More...

Public Member Functions

 Compare ()
 constructor
 
Real operator() (int i1, int i2) const
 compares the weights
 

Public Attributes

const Realweight
 the weights to compare
 

Detailed Description

Compare class for row weights, used for sorting.

Definition at line 135 of file spxweightst.cpp.

Constructor & Destructor Documentation

Compare ( )

constructor

Definition at line 139 of file spxweightst.cpp.

Member Function Documentation

Real operator() ( int  i1,
int  i2 
) const

compares the weights

Definition at line 144 of file spxweightst.cpp.

References Compare::weight.

Member Data Documentation

const Real* weight

the weights to compare

Definition at line 141 of file spxweightst.cpp.

Referenced by soplex::initPrefs(), and Compare::operator()().