- Set CurrentCaseSelection
CurrentCaseSelection
The predefined set CurrentCaseSelection contains the current
multiple case selection within an AIMMS project.
Set CurrentCaseSelection {
SubsetOf : AllCases;
Index : IndexCurrentCaseSelection;
}
Definition
The contents of the set
CurrentCaseSelectionis the collection of (integer) case references (as elements ofAllCases) that is currently part of the multiple case selection.
Updatability
The contents of the set can be modified through the Data-Multiple Cases menu, by calling the function
CaseSelectMultiple, or programmatically through a direct assignment within the model.
See also
The set AllCases. Working with multiple cases is discussed in full
detail in Managing multiple case selections.