Scippy

SoPlex

Sequential object-oriented simPlex

SoPlex::RowViolationCompare Struct Reference

Public Member Functions

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

Public Attributes

const RowViolationentry
 

Detailed Description

Compare class for row violations

Definition at line 1678 of file soplex.h.

Constructor & Destructor Documentation

◆ RowViolationCompare()

constructor

Definition at line 1683 of file soplex.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1690 of file soplex.h.

References SoPlex::RowViolation::violation.

Member Data Documentation

◆ entry

const RowViolation* entry

Definition at line 1688 of file soplex.h.

Referenced by SoPlex::_updateDecompReducedProblem().