Scippy

SoPlex

Sequential object-oriented simPlex

SoPlexBase< R >::RowViolation Struct Reference

Public Attributes

violation
 
int idx
 

Detailed Description

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

row violation structure

Definition at line 1758 of file soplex.h.

Member Data Documentation

◆ idx

int idx

index of corresponding row

Definition at line 1761 of file soplex.h.

◆ violation

R violation

the violation of the row

Definition at line 1760 of file soplex.h.

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