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 More...
 
int pos
 position of pivot column in row More...
 
int mkwtz
 markowitz number of pivot More...
 

Private Member Functions

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

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::operator=().

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(), and CLUFactor::selectPivots().

int pos

position of pivot column in row

Definition at line 61 of file clufactor.h.

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