Enum VariableType
Type of a Variable.
Namespace: OPTANO.Modeling.Optimization.Enums
Assembly: Optimization.dll
Syntax
[DataContract]
public enum VariableType : byte
Fields
| Name | Description |
|---|---|
| Binary | A binary number.
I.e. a Integer bounds in |
| Continuous | Continuous number (floating point). |
| Integer | Whole number (no floating point). |