Scippy

SoPlex

Sequential object-oriented simPlex

Temporary data structures. More...

#include <clufactor.h>

Public Member Functions

 Temp ()
 constructor More...
 
 ~Temp ()
 destructor More...
 
void init (int p_dim)
 initialization More...
 
void clear ()
 clears the structure More...
 

Public Attributes

int * s_mark
 marker More...
 
Reals_max
 maximum absolute value per row (or -1) More...
 
int * s_cact
 lengths of columns of active submatrix More...
 
int stage
 stage of the structure More...
 
Pring pivots
 ring of selected pivot rows More...
 
Pringpivot_col
 column index handlers for Real linked list More...
 
Pringpivot_colNZ
 lists for columns to number of nonzeros More...
 
Pringpivot_row
 row index handlers for Real linked list More...
 
Pringpivot_rowNZ
 lists for rows to number of nonzeros More...
 

Private Member Functions

 Temp (const Temp &)
 blocked copy constructor More...
 
Tempoperator= (const Temp &)
 blocked assignment operator More...
 

Detailed Description

Temporary data structures.

Definition at line 83 of file clufactor.h.

Constructor & Destructor Documentation

Temp ( )

constructor

Definition at line 208 of file clufactor.cpp.

~Temp ( )

destructor

Definition at line 251 of file clufactor.cpp.

References CLUFactor::Temp::clear().

Temp ( const Temp )
private

blocked copy constructor

Member Function Documentation

void init ( int  p_dim)
Temp& operator= ( const Temp )
private

blocked assignment operator

Member Data Documentation

Pring pivots

ring of selected pivot rows

Definition at line 90 of file clufactor.h.

Referenced by CLUFactor::eliminateNucleus(), and CLUFactor::selectPivots().