VariableBuilderDefinitionHasIndices(Set, Set) Method

Adds indices information => leads to 2-dimensional variable VarD2.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public VariableBuilderIndices<Dimension2> HasIndices(
	Set i,
	Set j
)

Parameters

i  Set
First index of the variable.
j  Set
Second index of the variable.

Return Value

VariableBuilderIndicesDimension2

See Also