DyLP
1.10.4
|
Function operator. More...
#include <CoinSort.hpp>
Public Member Functions | |
bool | operator() (const CoinPair< S, T > &t1, const CoinPair< S, T > &t2) const |
CoinExternalVectorFirstGreater_2 (const V *v) | |
Private Member Functions | |
CoinExternalVectorFirstGreater_2 () | |
Private Attributes | |
const V * | vec_ |
Function operator.
Compare based on the entries of an external vector, i.e., returns true if vec[t1.first > vect2.first. Note that to use this comparison operator .first must be a data type automatically convertible to int.
Definition at line 136 of file CoinSort.hpp.
|
private |
|
inline |
Definition at line 149 of file CoinSort.hpp.
|
inline |
Definition at line 144 of file CoinSort.hpp.
|
private |
Definition at line 141 of file CoinSort.hpp.