Go to the first, previous, next, last section, table of contents.

Linear Constraints

: {}LinConst (void)
: {}LinConst (int nclin, int nx)
: {}LinConst (int nclin_eq, int nclin_ineq, int nx)
: {}LinConst (const ColumnVector &lb, const Matrix &A, const ColumnVector &ub)
: {}LinConst (const Matrix &A_eq, const ColumnVector &b_eq, const Matrix &A_ineq, const ColumnVector &b_ineq)
: {}LinConst (const LinConst &a)

: LinConst& operator = (const LinConst &a)

: LinConst& resize (int nclin, int n)

: Matrix constraint_matrix (void) const;

: LinConst& set_constraint_matrix (const Matrix &A)

: Matrix eq_constraint_matrix (void) const;
: Matrix ineq_constraint_matrix (void) const;

: ColumnVector eq_constraint_vector (void) const;
: ColumnVector ineq_constraint_vector (void) const;

: friend ostream& operator << (ostream &os, const LinConst &b)


Go to the first, previous, next, last section, table of contents.