Click or drag to resize

QuadraticProgrammingProblem Properties

The QuadraticProgrammingProblem type exposes the following members.

Properties
 NameDescription
Public propertyc Gets and sets the vector c in the objective function x'Hx + x'c
Public propertyConstraints Gets and sets the linear constraints for the problem.
(Inherited from LinearConstrainedProblem)
Public propertyH Gets and sets the matrix H in the objective function x'Hx + x'c
Public propertyNumVariables Gets the number of variables in the problem.
(Overrides BoundedVariableProblemNumVariables)
Public propertyVariableBounds Gets and sets variable bounds for the problem.
(Inherited from BoundedVariableProblem)
Top
See Also