MathProgExtensionsIsBinary Method

Overload List

IsBinary(VariableBuilderIndicesDimension0) Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.

The resulting variable is binary (0/1) which can take either value 0 or 1.

IsBinary(VariableBuilderIndicesDimension1) Finalizes the variable builder and returns the resulting 1-dimensional variable VarD1.

The resulting variable is binary (0/1) which can take either value 0 or 1.

IsBinary(VariableBuilderIndicesDimension2) Finalizes the variable builder and returns the resulting 2-dimensional variable VarD2.

The resulting variable is binary (0/1) which can take either value 0 or 1.

IsBinary(VariableBuilderIndicesDimension3) Finalizes the variable builder and returns the resulting 3-dimensional variable VarD3.

The resulting variable is binary (0/1) which can take either value 0 or 1.

IsBinary(VariableBuilderIndicesDimension4) Finalizes the variable builder and returns the resulting 4-dimensional variable VarD4.

The resulting variable is binary (0/1) which can take either value 0 or 1.

See Also