Supported Types
 
  The local variables you specify in the initializations from block must have the same types as the entities in the external scenario.  
 
  These variables can be any of the types normally supported by 
 Xpress Insight, such as: 
 
 
- scalar, boolean, integer, string or real
- set of boolean, integer or string
- array of boolean, integer, string or real
Additionally, solution values (mpvar or linctr) can be read into local variables of type real. (Similarly, values from an array of mpvar or linctr can be read into an array of real.)
 
