SoPlex Documentation
Loading...
Searching...
No Matches
SoPlexBase< R >::RowViolationCompare Struct Reference

Public Member Functions

 RowViolationCompare ()
 
R operator() (RowViolation i, RowViolation j) const
 

Public Attributes

const RowViolationentry
 

Detailed Description

template<class R>
struct soplex::SoPlexBase< R >::RowViolationCompare

Compare class for row violations

Definition at line 1775 of file soplex.h.

Constructor & Destructor Documentation

◆ RowViolationCompare()

template<class R >
RowViolationCompare ( )

constructor

Definition at line 1780 of file soplex.h.

Member Function Documentation

◆ operator()()

template<class R >
R operator() ( RowViolation i,
RowViolation j ) const

Definition at line 1787 of file soplex.h.

References SoPlexBase< R >::RowViolation::violation.

Member Data Documentation

◆ entry

template<class R >
const RowViolation* entry

Definition at line 1785 of file soplex.h.