#include <CglLandPTabRow.hpp>
Inheritance diagram for LAP::TabRow:
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. | |
double | rhs |
Row right-hand-side. | |
const CglLandPSimplex * | si_ |
Row of what? | |
bool | modularized_ |
Flag to say if row is modularized. |
Definition at line 17 of file CglLandPTabRow.hpp.
LAP::TabRow::TabRow | ( | ) | [inline] |
Definition at line 29 of file CglLandPTabRow.hpp.
LAP::TabRow::TabRow | ( | const CglLandPSimplex * | si | ) | [inline] |
Definition at line 32 of file CglLandPTabRow.hpp.
LAP::TabRow::TabRow | ( | const TabRow & | source | ) | [inline] |
Definition at line 35 of file CglLandPTabRow.hpp.
LAP::TabRow::~TabRow | ( | ) | [inline] |
Definition at line 53 of file CglLandPTabRow.hpp.
Definition at line 40 of file CglLandPTabRow.hpp.
References num, CoinIndexedVector::operator=(), rhs, LAP::CglLandPSimplex::si_, and si_.
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 | |||
) |
const double& LAP::TabRow::operator[] | ( | const int & | index | ) | const [inline] |
double& LAP::TabRow::operator[] | ( | const int & | index | ) | [inline] |
int LAP::TabRow::num |
double LAP::TabRow::rhs |
const CglLandPSimplex* LAP::TabRow::si_ |