Scippy

SoPlex

Sequential object-oriented simPlex

Pivot Ring. More...

#include <clufactor.h>

Public Member Functions

 Pring ()
 

Public Attributes

Pringnext
 
Pringprev
 
int idx
 index of pivot row
 
int pos
 position of pivot column in row
 
int mkwtz
 markowitz number of pivot
 

Private Member Functions

 Pring (const Pring &)
 blocked copy constructor
 
Pringoperator= (const Pring &)
 blocked assignment operator
 

Detailed Description

Pivot Ring.

Definition at line 55 of file clufactor.h.

Constructor & Destructor Documentation

Pring ( )

Definition at line 64 of file clufactor.h.

References CLUFactor::Pring::idx, CLUFactor::Pring::mkwtz, and CLUFactor::Pring::pos.

Pring ( const Pring )
private

blocked copy constructor

Member Function Documentation

Pring& operator= ( const Pring )
private

blocked assignment operator

Member Data Documentation

int mkwtz

markowitz number of pivot

Definition at line 62 of file clufactor.h.

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

int pos

position of pivot column in row

Definition at line 61 of file clufactor.h.

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