VariableBuilderDefinitionHasIndices(Set, Set, Set, Set) Method

Adds indices information => leads to 4-dimensional variable VarD4.

Definition

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

Parameters

i  Set
First index of the variable.
j  Set
Second index of the variable.
k  Set
Third index of the variable.
l  Set
Fourth index of the variable.

Return Value

VariableBuilderIndicesDimension4

See Also