#include <CglLandPSimplex.hpp>
Public Member Functions | |
| TabRow () | |
| TabRow (const TabRow &source) | |
| void | size (int n) |
| ~TabRow () | |
| void | print (std::ostream &os, int width=9, const int *nonBasics=NULL, int m=0) |
Public Attributes | |
| int | num |
| double * | row |
| double | rhs |
| int | n_ |
Definition at line 56 of file CglLandPSimplex.hpp.
| LAP::CglLandPSimplex::TabRow::TabRow | ( | ) | [inline] |
Definition at line 58 of file CglLandPSimplex.hpp.
| LAP::CglLandPSimplex::TabRow::TabRow | ( | const TabRow & | source | ) | [inline] |
| LAP::CglLandPSimplex::TabRow::~TabRow | ( | ) | [inline] |
| void LAP::CglLandPSimplex::TabRow::size | ( | int | n | ) | [inline] |
| void LAP::CglLandPSimplex::TabRow::print | ( | std::ostream & | os, | |
| int | width = 9, |
|||
| const int * | nonBasics = NULL, |
|||
| int | m = 0 | |||
| ) | [inline] |
Definition at line 95 of file CglLandPSimplex.hpp.
Referenced by LAP::CglLandPSimplex::newRowCoefficient(), print(), size(), TabRow(), and ~TabRow().
1.4.7