Click or drag to resize

BoundedVariableProblem Methods

The BoundedVariableProblem type exposes the following members.

Methods
 NameDescription
Public methodAddBounds(Int32, Double, Double) Adds upper and lower bound constraints to a variable.
Public methodAddBounds(Int32, Double, Double, Double) Adds upper and lower bound constraints to a variable.
Public methodAddLowerBound(Int32, Double) Adds an lower bound constraint on the variable at the given index.
Public methodAddLowerBound(Int32, Double, Double) Adds an lower bound constraint on the variable at the given index.
Public methodAddUpperBound(Int32, Double) Adds an upper bound constraint on the variable at the given index.
Public methodAddUpperBound(Int32, Double, Double) Adds an upper bound constraint on the variable at the given index.
Public methodStatic memberBoundsToConstraints Constructs a list of linear constraints representing the bounds in the given VariableBounds instance.
Protected methodCheckVariableIndex Checks that the given variable index is valid.
Public methodPointIsFeasible(DoubleVector) Function for determining the feasibility of a give point. A point x is feasible if it satisfies all the constraints of the problem.
Public methodPointIsFeasible(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.
Top
See Also