VariableBuilderKeyHasIndices(Set, Set, Set) Method

Adds indices information => leads to 3-dimensional variable VarD3.

Definition

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

Parameters

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

Return Value

VariableBuilderIndicesDimension3

See Also