-
Set
Integers
¶
Integers¶
The predefined set Integers
defines the range of allowed integer set
elements in AIMMS.
Set Integers {
Index : IndexIntegers;
Definition : {
{ (-2^30+5) .. (2^30+2) }
}
}
Definition¶
The set
Integers
defines the range of integers that can possibly serve as integer set elements in AIMMS.
Updatability¶
The contents of the set cannot be modified.
Note
Subsets of the sets Integers
are frequently used to enumerate
objects within a model. Datafiles (i.e. cases and datasets) in AIMMS are
enumerated as subsets of the set Integers
.
See also
The sets AllDataFiles
, AllCases
, AllDataSets
. Integer sets are discussed in
Integer Sets of the Language Reference.