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

Public Attributes

R violation
 
int idx
 

Detailed Description

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

row violation structure

Definition at line 1767 of file soplex.h.

Member Data Documentation

◆ idx

template<class R >
int idx

index of corresponding row

Definition at line 1770 of file soplex.h.

◆ violation

template<class R >
R violation

the violation of the row

Definition at line 1769 of file soplex.h.

Referenced by SoPlexBase< R >::RowViolationCompare::operator()().