VarD4Item Property
Returns the variable at the (i,j,k,l)-th position.
Note that the indices can be any scalar (constant for the mathematical model) expression.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public Var this[
Sca i,
Sca j,
Sca k,
Sca l
] { get; }
- i Sca
- First index of the variable.
- j Sca
- Second index of the variable.
- k Sca
- Third index of the variable.
- l Sca
- Fourth index of the variable.
Var