Osi  0.108.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CoinFirstAbsGreater_3< S, T, U > Class Template Reference

Function operator. More...

#include <CoinSort.hpp>

Public Member Functions

bool operator() (const CoinTriple< S, T, U > &t1, const CoinTriple< S, T, U > &t2) const
 Compare function. More...
 

Detailed Description

template<class S, class T, class U>
class CoinFirstAbsGreater_3< S, T, U >

Function operator.

Returns true if abs(t1.first) > abs(t2.first) (i.e., decreasing).

Definition at line 575 of file CoinSort.hpp.

Member Function Documentation

template<class S , class T , class U >
bool CoinFirstAbsGreater_3< S, T, U >::operator() ( const CoinTriple< S, T, U > &  t1,
const CoinTriple< S, T, U > &  t2 
) const
inline

Compare function.

Definition at line 578 of file CoinSort.hpp.


The documentation for this class was generated from the following file: