QPGetIneq

Get the inequality constraints.

Synopsis

PetscErrorCode QPGetIneq(QP qp, Mat *Bineq, Vec *cineq)
Not Collective

Input Parameter

qp -the QP

Output Parameter

Bineq - boolean matrix representing the inequality constraints placement
cineq - vector prescribing inequality constraints

See Also

QPSetIneq(), QPGetOperator(), QPGetRhs(), QPSetEq(), QPAddEq(), QPSetBox(), QPSetInitialVector()

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