Set AllDataFiles

AllDataFiles

The predefined set AllDataFiles contains the references to all data files stored in the data manager file currently loaded within an AIMMS project.

Set AllDataFiles {
    Index      :  IndexDataFiles;
    Definition :  AllCases + AllDataSets;
}

Definition

The contents of the set AllDataFiles is the collection of (integer) references to all data files (i.e. cases and datasets) stored within the data manager file currently loaded within an AIMMS project.

Updatability

The contents of the set can only be modified by adding or deleting cases and dataset in the Data Manager or through the Data menu, or using various case and dataset interface functions.

Note

See also

The sets AllCases, AllDataSets.