SoPlex Documentation
Loading...
Searching...
No Matches

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

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

Pivot Ring.

Definition at line 78 of file clufactor.h.

Constructor & Destructor Documentation

◆ Pring() [1/2]

template<class R >
Pring ( )

◆ Pring() [2/2]

template<class R >
Pring ( const Pring & )
private

blocked copy constructor

Member Function Documentation

◆ operator=()

template<class R >
Pring & operator= ( const Pring & )
private

blocked assignment operator

Member Data Documentation

◆ idx

template<class R >
int idx

index of pivot row

Definition at line 83 of file clufactor.h.

Referenced by CLUFactor< R >::Pring::Pring().

◆ mkwtz

template<class R >
int mkwtz

markowitz number of pivot

Definition at line 85 of file clufactor.h.

Referenced by CLUFactor< R >::Pring::Pring().

◆ next

template<class R >
Pring* next

Definition at line 81 of file clufactor.h.

◆ pos

template<class R >
int pos

position of pivot column in row

Definition at line 84 of file clufactor.h.

Referenced by CLUFactor< R >::Pring::Pring().

◆ prev

template<class R >
Pring* prev

Definition at line 82 of file clufactor.h.