The EqualityConstrainedQPProblem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EqualityConstrainedQPProblem |
Constructs an empty equality constrained QP problem.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Makes a deep copy of self.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| A |
Gets and sets the constraints matrix.
| |
| b |
Gets and sets the right hand side vector for the linear equality
constraints.
| |
| c |
Gets and the vector of coefficients for the linear terms in the objective
function. Sometimes called the gradient.
| |
| H |
Gets and sets the matrix of coefficients for the quadratic terms in the
objective function. Sometimes called the Hessian.
|