The QuadraticProgrammingProblem type exposes the following members.

Constructors

  NameDescription
QuadraticProgrammingProblemOverloaded.

Methods

  NameDescription
AddBoundsOverloaded.
AddConstraintOverloaded.
AddEqualityConstraintOverloaded.
AddLowerBoundOverloaded.
AddLowerBoundConstraintOverloaded.
AddUpperBoundOverloaded.
AddUpperBoundConstraintOverloaded.
Clone
Returns a deep copy of self.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluateConstraints
Evalutes each of the constraints at the specified point and returns the results.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
PointIsFeasible
Function for determining the feasibility of a give point. A point x is feasible if it satisfies all the constraints of the problem.
ToString
Creates a string representation of the problem.
(Overrides Object..::.ToString()()().)

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