38   void rhs(
int row, 
double lb, 
double ub);
 
   44   void addel(
int row, 
double el);
 
   46   void ub(
const int i, 
const double x);
 
   47   void lb(
const int i, 
const double x);
 
void set_nrows(const int n)
void ub(const int i, const double x)
void init_bounds(const int n)
void addel(int row, double el)
void build_col(int row, double el)
void lb(const int i, const double x)
void rhs(int row, double lb, double ub)