Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactor::U::Col Struct Reference

#include <clufactor.h>

Public Attributes

Dring list
 Double linked ringlist of vector indices in the order they appear in the column file.
 
Dringelem
 Array of ring elements.
 
int size
 size of array idx
 
int used
 used entries of array idx
 
int * idx
 hold row indices of nonzeros
 
Realval
 hold nonzero values: this is only initialized in the end of the factorization with DEFAULT updates.
 
int * start
 starting positions in val and idx
 
int * len
 used nonzeros per column vector
 
int * max
 maximum available nonzeros per colunn: start[i] + max[i] == start[elem[i].next->idx] len[i] <= max[i].
 

Detailed Description

Definition at line 135 of file clufactor.h.

Member Data Documentation

Dring list

Double linked ringlist of vector indices in the order they appear in the column file.

Definition at line 137 of file clufactor.h.

Referenced by SLUFactor::assign(), CLUFactor::forestPackColumns(), CLUFactor::forestReMaxCol(), CLUFactor::initFactorMatrix(), CLUFactor::isConsistent(), SLUFactor::load(), CLUFactor::packColumns(), CLUFactor::remaxCol(), and SLUFactor::SLUFactor().