Supported Mosel Types
![]() |
Note: Entities declared locally within a procedure or function are not visible to
Xpress Insight.
|
Mosel type | Insight entity type |
boolean | BOOLEAN |
integer | INTEGER |
real | REAL |
string | STRING |
linctr | CONSTRAINT |
mpvar | DECISION_VARIABLE |
set of boolean, integer, real, string | SET |
array of boolean, integer, real, string, mpvar, linctr | ARRAY |
array (set of boolean, integer, string) | ARRAY |
array (set of real) | Unsupported |
dynamic or hashmap array) | ARRAY |
record | Unsupported |
constants | Various |
User-defined types (including nested types) | Unsupported |
parameter | ARRAY (parameters) |
Types defined in modules | Unsupported |
mmproblem type |
Unsupported |
Anonymous constraints | Unsupported |
Xpress Insight does not support nested types. Where a type is otherwise unsupported (such as nlctr
), it can still be used in a model; unsupported types are ignored by Xpress Insight and are not captured as input or results data.
![]() |
Note: Custom types defined by a module can be supported by Insight if the implementation of the type meets some pre-requisites. For more, see
Marshalling Module Types.
|
© 2001-2023 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.