Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactor< R >::Temp Class Reference

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...
 
std::vector< R > s_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 R linked list More...
 
Pringpivot_colNZ
 lists for columns to number of nonzeros More...
 
Pringpivot_row
 row index handlers for R 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

template<class R>
class soplex::CLUFactor< R >::Temp

Temporary data structures.

Definition at line 106 of file clufactor.h.

Constructor & Destructor Documentation

◆ Temp() [1/2]

Temp ( )

constructor

◆ ~Temp()

~Temp ( )

destructor

◆ Temp() [2/2]

Temp ( const Temp )
private

blocked copy constructor

Member Function Documentation

◆ clear()

void clear ( )

clears the structure

◆ init()

void init ( int  p_dim)

initialization

◆ operator=()

Temp& operator= ( const Temp )
private

blocked assignment operator

Member Data Documentation

◆ pivot_col

Pring* pivot_col

column index handlers for R linked list

Definition at line 114 of file clufactor.h.

◆ pivot_colNZ

Pring* pivot_colNZ

lists for columns to number of nonzeros

Definition at line 115 of file clufactor.h.

◆ pivot_row

Pring* pivot_row

row index handlers for R linked list

Definition at line 116 of file clufactor.h.

◆ pivot_rowNZ

Pring* pivot_rowNZ

lists for rows to number of nonzeros

Definition at line 117 of file clufactor.h.

◆ pivots

Pring pivots

ring of selected pivot rows

Definition at line 113 of file clufactor.h.

◆ s_cact

int* s_cact

lengths of columns of active submatrix

Definition at line 111 of file clufactor.h.

◆ s_mark

int* s_mark

marker

Definition at line 109 of file clufactor.h.

◆ s_max

std::vector<R> s_max

maximum absolute value per row (or -1)

Definition at line 110 of file clufactor.h.

◆ stage

int stage

stage of the structure

Definition at line 112 of file clufactor.h.