The QuadraticProgrammingProblem type exposes the following members.
Properties
| 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 quadratic
programming problem.
| |
| H |
Gets and sets the matrix H in the objective
function
x'Hx + x'c |