VarD4 Class

A 4-dimensional variable symbol, having three indices.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public class VarD4
Inheritance
Object    VarD4

Properties

BoundsType Bounds type of the variable.
Definition Definition of the variable.
Dimension Dimension of the variable symbol.
Item 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.
Key Key of the variable.
VariableType Type of the variable: Continuous, Binary or Integer.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetIndices Returns an immutable collection of the variables indices.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

Bounds Bounds of the variable.

See Also