Scippy

SoPlex

Sequential object-oriented simPlex

SoPlexBase< R >::RowViolationCompare Struct Reference

Public Member Functions

 RowViolationCompare ()
 
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 1766 of file soplex.h.

Constructor & Destructor Documentation

◆ RowViolationCompare()

constructor

Definition at line 1771 of file soplex.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1778 of file soplex.h.

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

Member Data Documentation

◆ entry

const RowViolation* entry

Definition at line 1776 of file soplex.h.