The QuadraticProgrammingProblem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| QuadraticProgrammingProblem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| AddBounds | Overloaded. | |
| AddConstraint | Overloaded. | |
| AddEqualityConstraint | Overloaded. | |
| AddLowerBound | Overloaded. | |
| AddLowerBoundConstraint | Overloaded. | |
| AddUpperBound | Overloaded. | |
| AddUpperBoundConstraint | Overloaded. | |
| Clone |
Returns a deep copy of self.
| |
| Equals | (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
| 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 |