SoPlex
|
Pivot Ring. More...
#include <clufactor.h>
Public Member Functions | |
Pring () |
Public Attributes | |
Pring * | next |
Pring * | prev |
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 | |
Pring & | operator= (const Pring &) |
blocked assignment operator |
Pivot Ring.
Definition at line 78 of file clufactor.h.
Pring | ( | ) |
Definition at line 87 of file clufactor.h.
References idx, mkwtz, next, pos, and prev.
Referenced by operator=(), and Pring().
blocked assignment operator
References Pring().
int idx |
int mkwtz |
Pring* next |
Definition at line 81 of file clufactor.h.
Referenced by Pring().
int pos |
Pring* prev |
Definition at line 82 of file clufactor.h.
Referenced by Pring().