Scippy

SoPlex

Sequential object-oriented simPlex

CLUFactor< R >::Pring Class Reference

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

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

Pivot Ring.

Definition at line 78 of file clufactor.h.

Constructor & Destructor Documentation

◆ Pring() [1/2]

Pring ( )

Definition at line 87 of file clufactor.h.

◆ Pring() [2/2]

Pring ( const Pring )
private

blocked copy constructor

Member Function Documentation

◆ operator=()

Pring& operator= ( const Pring )
private

blocked assignment operator

Member Data Documentation

◆ idx

int idx

index of pivot row

Definition at line 83 of file clufactor.h.

◆ mkwtz

int mkwtz

markowitz number of pivot

Definition at line 85 of file clufactor.h.

◆ next

Pring* next

Definition at line 81 of file clufactor.h.

◆ pos

int pos

position of pivot column in row

Definition at line 84 of file clufactor.h.

◆ prev

Pring* prev

Definition at line 82 of file clufactor.h.