Go to the source code of this file.
Functions | |
| int | cgalNNQPSolverWrapper (const Matrix &Q, const Matrix &Eq, const Matrix &b, const Matrix &InEq, const Matrix &ib, Matrix &sol) |
| int cgalNNQPSolverWrapper | ( | const Matrix & | Q, | |
| const Matrix & | Eq, | |||
| const Matrix & | b, | |||
| const Matrix & | InEq, | |||
| const Matrix & | ib, | |||
| Matrix & | sol | |||
| ) |
Wrapper for CGAL function to solve a non-negative quadratic program of the form: minimize solT * Q * sol subject to: Q symmetric and positive semidefinite sol >= 0 Eq * sol = b InEq * sol <= ib
Definition at line 34 of file cgal_qp.cpp.