SoPlex
Loading...
Searching...
No Matches
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
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 ( )

Definition at line 87 of file clufactor.h.

References idx, mkwtz, next, pos, and prev.

Referenced by operator=(), and Pring().

◆ Pring() [2/2]

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

blocked copy constructor

References Pring().

Member Function Documentation

◆ operator=()

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

blocked assignment operator

References Pring().

Member Data Documentation

◆ idx

template<class R>
int idx

index of pivot row

Definition at line 83 of file clufactor.h.

Referenced by Pring().

◆ mkwtz

template<class R>
int mkwtz

markowitz number of pivot

Definition at line 85 of file clufactor.h.

Referenced by Pring().

◆ next

template<class R>
Pring* next

Definition at line 81 of file clufactor.h.

Referenced by Pring().

◆ pos

template<class R>
int pos

position of pivot column in row

Definition at line 84 of file clufactor.h.

Referenced by Pring().

◆ prev

template<class R>
Pring* prev

Definition at line 82 of file clufactor.h.

Referenced by Pring().