30 void rhs(
int row,
double lb,
double ub);
36 void addel(
int row,
double el);
38 void ub(
const int i,
const double x);
39 void lb(
const int i,
const double x);
void build_col(int row, double el)
void addel(int row, double el)
void rhs(int row, double lb, double ub)
void lb(const int i, const double x)
void init_bounds(const int n)
void ub(const int i, const double x)
void set_nrows(const int n)