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

Constructor & Destructor Documentation

◆ RowViolationCompare()

constructor

Definition at line 1721 of file soplex.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1728 of file soplex.h.

References SoPlex::RowViolation::violation.

Member Data Documentation

◆ entry

const RowViolation* entry

Definition at line 1726 of file soplex.h.

Referenced by SoPlex::_updateDecompReducedProblem().