Solve a quadratic programming problem.
double array containing the coefficients of the linear term of the objective function. double array containing the right-side of the equality constraints. It can be null if there are no equality constraints. double array containing the right-side of the inequality constraints. It can be null if there are no inequality constraints. | Exception Type | Condition |
|---|---|
| InconsistentSystemException | is thrown if the problem is inconsistent. |
QuadraticProgramming Class | Imsl.Math Namespace