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.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public Var this[
	Sca i,
	Sca j,
	Sca k,
	Sca l
] { get; }

Parameters

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.

Return Value

Var

See Also