Enum VariableType

VariableType

Type of variables created by the engine.

To call an enum, you call its parent class, name, and property. For example, LinearOptimizationService.VariableType.INTEGER.

Properties

PropertyTypeDescription
INTEGEREnumType of variable that can only take integer values.
CONTINUOUSEnumType of variable that can take any real value.