MathProgExtensionsWithBounds Method

Overload List

WithBounds(VariableBuilderTypeDimension0, Double, Double) Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension0, Double, FuncDouble) Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension0, FuncDouble, Double) Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension0, FuncDouble, FuncDouble) Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension1, FunVec1Double, FunVec1Double) Finalizes the variable builder and returns the resulting 1-dimensional variable VarD1.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension1, FunVec1Double, Double) Finalizes the variable builder and returns the resulting 1-dimensional variable VarD1.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension1, Double, FunVec1Double) Finalizes the variable builder and returns the resulting 1-dimensional variable VarD1.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension1, Double, Double) Finalizes the variable builder and returns the resulting 1-dimensional variable VarD1.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension2, FunVec2Double, FunVec2Double) Finalizes the variable builder and returns the resulting 2-dimensional variable VarD2.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension2, FunVec2Double, Double) Finalizes the variable builder and returns the resulting 2-dimensional variable VarD2.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension2, Double, FunVec2Double) Finalizes the variable builder and returns the resulting 2-dimensional variable VarD2.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension2, Double, Double) Finalizes the variable builder and returns the resulting 2-dimensional variable VarD2.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension3, FunVec3Double, FunVec3Double) Finalizes the variable builder and returns the resulting 3-dimensional variable VarD3.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension3, FunVec3Double, Double) Finalizes the variable builder and returns the resulting 3-dimensional variable VarD3.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension3, Double, FunVec3Double) Finalizes the variable builder and returns the resulting 3-dimensional variable VarD3.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension3, Double, Double) Finalizes the variable builder and returns the resulting 3-dimensional variable VarD3.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension4, FunVec4Double, FunVec4Double) Finalizes the variable builder and returns the resulting 4-dimensional variable VarD4.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension4, FunVec4Double, Double) Finalizes the variable builder and returns the resulting 4-dimensional variable VarD4.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension4, Double, FunVec4Double) Finalizes the variable builder and returns the resulting 4-dimensional variable VarD4.

The resulting variable has the given lower and upper bounds.

WithBounds(VariableBuilderTypeDimension4, Double, Double) Finalizes the variable builder and returns the resulting 4-dimensional variable VarD4.

The resulting variable has the given lower and upper bounds.

See Also