Initializing help system before first use

XPRMVarType Enumeration

Defines type codes for values in Mosel

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public enum XPRMVarType
Members
  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
See Also

Reference