Scippy

SoPlex

Sequential object-oriented simPlex

Pivot Ring. More...

#include <clufactor_rational.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 57 of file clufactor_rational.h.

Constructor & Destructor Documentation

Pring ( )

Definition at line 66 of file clufactor_rational.h.

References CLUFactorRational::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 64 of file clufactor_rational.h.

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

int pos

position of pivot column in row

Definition at line 63 of file clufactor_rational.h.

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