Quadratic |
The QuadraticProgrammingProblem type exposes the following members.
| Name | Description | |
|---|---|---|
| c | Gets and sets the vector c in the objective function x'Hx + x'c | |
| Constraints |
Gets and sets the linear constraints for the problem.
(Inherited from LinearConstrainedProblem) | |
| H | Gets and sets the matrix H in the objective function x'Hx + x'c | |
| NumVariables |
Gets the number of variables in the problem.
(Overrides BoundedVariableProblemNumVariables) | |
| VariableBounds |
Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem) |