QPGetBox

Get the box constraints.

Synopsis

PetscErrorCode QPGetBox(QP qp, IS *is, Vec *lb, Vec *ub)
Not Collective

Input Parameter

qp - the QP

Output Parameter

is - index set of constrained variables; NULL means all unknowns are constrained
lb - lower bound
ub - upper bound

See Also

QPSetBox(), QPGetOperator(), QPGetRhs(), QPGetEq(), QPGetIneq(), QPGetSolutionVector()

Level

advanced

Location

src/qp/interface/qp.c
Index of all QP routines
Table of Contents for all manual pages
Index of all manual pages