The NonlinearProgrammingProblem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddBounds |
Adds upper and lower bound constraints to a variable.
| |
| AddConstraint | Overloaded. | |
| AddEqualityConstraint | Overloaded. | |
| AddLinearConstraint |
Adds a linear inequality constraint of the form
lowerBound <= coefficients'x < upperBound
| |
| AddLinearEqualityConstraint |
Adds an equality constraint of the form
coefficients'x = rightHandSide
| |
| AddLinearLowerBoundConstraint |
Adds a linear inequality constraint of the form
coefficients'x >= lowerBound
| |
| AddLinearUpperBoundConstraint |
Adds a linear inequality constraint of the form
coefficients'x <= upperBound
| |
| AddLowerBound |
Adds an lower bound constraint on the variable at the given index.
| |
| AddLowerBoundConstraint | Overloaded. | |
| AddUpperBound |
Adds an upper bound constraint on the variable at the given index.
| |
| AddUpperBoundConstraint | Overloaded. | |
| 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.) | |
| IsFeasiblePoint |
Function for determining the feasibility of a give point. A point
x is feasible if it satisfies all the constraints of the
problem.
| |
| ToString | (Inherited from Object.) |