Cgl
0.60.7
|
#include <CglLandPTabRow.hpp>
Public Member Functions | |
TabRow () | |
TabRow (const CglLandPSimplex *si) | |
TabRow (const TabRow &source) | |
TabRow & | operator= (const TabRow &r) |
bool | operator== (const TabRow &r) const |
~TabRow () | |
void | modularize (const bool *integerVar) |
void | print (std::ostream &os, int width=9, const int *nonBasics=NULL, int m=0) |
const double & | operator[] (const int &index) const |
double & | operator[] (const int &index) |
Public Attributes | |
int | num |
Row number. More... | |
double | rhs |
Row right-hand-side. More... | |
const CglLandPSimplex * | si_ |
Row of what? More... | |
bool | modularized_ |
Flag to say if row is modularized. More... | |
Definition at line 21 of file CglLandPTabRow.hpp.
|
inline |
Definition at line 33 of file CglLandPTabRow.hpp.
|
inline |
Definition at line 36 of file CglLandPTabRow.hpp.
|
inline |
Definition at line 39 of file CglLandPTabRow.hpp.
|
inline |
Definition at line 57 of file CglLandPTabRow.hpp.
Definition at line 44 of file CglLandPTabRow.hpp.
bool LAP::TabRow::operator== | ( | const TabRow & | r | ) | const |
void LAP::TabRow::modularize | ( | const bool * | integerVar | ) |
void LAP::TabRow::print | ( | std::ostream & | os, |
int | width = 9 , |
||
const int * | nonBasics = NULL , |
||
int | m = 0 |
||
) |
|
inline |
Definition at line 66 of file CglLandPTabRow.hpp.
|
inline |
Definition at line 72 of file CglLandPTabRow.hpp.
int LAP::TabRow::num |
Row number.
Definition at line 24 of file CglLandPTabRow.hpp.
double LAP::TabRow::rhs |
Row right-hand-side.
Definition at line 26 of file CglLandPTabRow.hpp.
const CglLandPSimplex* LAP::TabRow::si_ |
Row of what?
Definition at line 28 of file CglLandPTabRow.hpp.
bool LAP::TabRow::modularized_ |
Flag to say if row is modularized.
Definition at line 31 of file CglLandPTabRow.hpp.