VariableBuilderDefinitionHasIndices(Set, Set, Set) Method
Adds indices information => leads to 3-dimensional variable
VarD3.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public VariableBuilderIndices<Dimension3> HasIndices(
Set i,
Set j,
Set k
)
- i Set
- First index of the variable.
- j Set
- Second index of the variable.
- k Set
- Third index of the variable.
VariableBuilderIndicesDimension3