The QuadraticProgrammingProblem type exposes the following members.

Properties

  NameDescription
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

See Also