XPRMVarType Enumeration
Defines type codes for values in Mosel
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.3.0
C#
public enum XPRMVarType
| Member name | Value | Description | |
|---|---|---|---|
| NOT | 0 | Untyped (ie void) | |
| INT | 1 | Integer | |
| REAL | 2 | Real (ie double) | |
| STRING | 3 | string | |
| BOOL | 4 | Boolean (ie true/false) | |
| MPVAR | 5 | Decision variable | |
| LINCTR | 6 | Linear constraint | |
| ARRAY | 7 | Array | |
| SET | 8 | Set | |
| EXTN | 4095 | External type |
