| BoundedVariableProblem Methods |
The BoundedVariableProblem type exposes the following members.
Methods | Name | Description |
---|
| AddBounds(Int32, Double, Double) |
Adds upper and lower bound constraints to a variable.
|
| AddBounds(Int32, Double, Double, Double) |
Adds upper and lower bound constraints to a variable.
|
| AddLowerBound(Int32, Double) |
Adds an lower bound constraint on the variable at the given index.
|
| AddLowerBound(Int32, Double, Double) |
Adds an lower bound constraint on the variable at the given index.
|
| AddUpperBound(Int32, Double) |
Adds an upper bound constraint on the variable at the given index.
|
| AddUpperBound(Int32, Double, Double) |
Adds an upper bound constraint on the variable at the given index.
|
| BoundsToConstraints |
Constructs a list of linear constraints representing the bounds in the
given VariableBounds instance.
|
| CheckVariableIndex |
Checks that the given variable index is valid.
|
| PointIsFeasible(DoubleVector) |
Function for determining the feasibility of a give point. A point
x is feasible if it satisfies all the constraints of the
problem.
|
| PointIsFeasible(DoubleVector, Double) |
Function for determining the feasibility of a give point. A point
x is feasible if it satisfies all the constraints of the
problem within a specified tolerance.
|
TopSee Also