Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactorRational::U::Row Struct Reference

#include <clufactor_rational.h>

Public Attributes

Dring list
 Double linked ringlist of vector indices in the order they appear in the row file.
 
Dringelem
 Array of ring elements.
 
int used
 used entries of arrays idx and val
 
DVectorRational val
 hold nonzero values
 
int * idx
 array of length val.dim() to hold column indices of nonzeros in val
 
int * start
 starting positions in val and idx
 
int * len
 used nonzeros per row vectors
 
int * max
 maximum available nonzeros per row: start[i] + max[i] == start[elem[i].next->idx] len[i] <= max[i].
 

Detailed Description

Definition at line 120 of file clufactor_rational.h.

Member Data Documentation