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 1695 of file soplex.h.

Constructor & Destructor Documentation

◆ RowViolationCompare()

constructor

Definition at line 1700 of file soplex.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1707 of file soplex.h.

References SoPlex::RowViolation::violation.

Member Data Documentation

◆ entry

const RowViolation* entry

Definition at line 1705 of file soplex.h.

Referenced by SoPlex::_updateDecompReducedProblem().