MathProgExtensionsIsNonnegative Method

Overload List

IsNonnegative(VariableBuilderTypeDimension0) Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.

The resulting variable is nonnegative; i.e., in [0, infinity).

IsNonnegative(VariableBuilderTypeDimension1) Finalizes the variable builder and returns the resulting 1-dimensional variable VarD1.

The resulting variable is nonnegative; i.e., in [0, infinity).

IsNonnegative(VariableBuilderTypeDimension2) Finalizes the variable builder and returns the resulting 2-dimensional variable VarD2.

The resulting variable is nonnegative; i.e., in [0, infinity).

IsNonnegative(VariableBuilderTypeDimension3) Finalizes the variable builder and returns the resulting 3-dimensional variable VarD3.

The resulting variable is nonnegative; i.e., in [0, infinity).

IsNonnegative(VariableBuilderTypeDimension4) Finalizes the variable builder and returns the resulting 4-dimensional variable VarD4.

The resulting variable is nonnegative; i.e., in [0, infinity).

See Also