Scippy

SoPlex

Sequential object-oriented simPlex

SoPlex::RowViolation Struct Reference

Public Attributes

Real violation
 
int idx
 

Detailed Description

row violation structure

Definition at line 1670 of file soplex.h.

Member Data Documentation

◆ idx

int idx

index of corresponding row

Definition at line 1673 of file soplex.h.

◆ violation

Real violation

the violation of the row

Definition at line 1672 of file soplex.h.

Referenced by SoPlex::RowViolationCompare::operator()().