8 #ifndef CglLandPTabRow_H
9 #define CglLandPTabRow_H
11 #include "CoinIndexedVector.hpp"
15 class CglLandPSimplex;
16 struct TabRow:
public CoinIndexedVector {
26 CoinIndexedVector(),
num(-1),
rhs(0),
si_(si) {}
33 void print(std::ostream & os,
int width = 9,
const int * nonBasics = NULL,
37 return denseVector()[index];
42 return denseVector()[index];
void print(std::ostream &os, int width=9, const int *nonBasics=NULL, int m=0)
const CglLandPSimplex * si_
Row of what?
const double & operator[](const int &index) const
double & operator[](const int &index)
double rhs
Row right-hand-side.
TabRow(const TabRow &source)
TabRow(const CglLandPSimplex *si)