Go to the source code of this file.
Functions | |
int | QPOASESSolverWrapperLP (const Matrix &Q, const Matrix &Eq, const Matrix &b, const Matrix &InEq, const Matrix &ib, const Matrix &lowerBounds, const Matrix &upperBounds, Matrix &sol, double *objVal) |
int | QPOASESSolverWrapperQP (const Matrix &Q, const Matrix &Eq, const Matrix &b, const Matrix &InEq, const Matrix &ib, const Matrix &lowerBounds, const Matrix &upperBounds, Matrix &sol, double *objVal) |
A wrapper for using the QPOASES solver from within GraspIt!
Definition in file qpoases.h.
int QPOASESSolverWrapperLP | ( | const Matrix & | Q, | |
const Matrix & | Eq, | |||
const Matrix & | b, | |||
const Matrix & | InEq, | |||
const Matrix & | ib, | |||
const Matrix & | lowerBounds, | |||
const Matrix & | upperBounds, | |||
Matrix & | sol, | |||
double * | objVal | |||
) |
Definition at line 171 of file qpoases.cpp.