- Set AllMathematicalPrograms
AllMathematicalPrograms
The predefined set AllMathematicalprograms
contains the names of all
mathematical programs within an AIMMS model.
Set AllMathematicalPrograms {
SubsetOf : AllIdentifiers;
Index : IndexMathematicalPrograms;
}
Definition
The contents of the set
AllMathematicalPrograms
is the collection of all symbolic mathematical programs defined within a particular model.
Updatability
The contents of the set can only be modified by adding or deleting mathematical in the Model Explorer.
See also
Mathematical programs in MathematicalProgram Declaration and Attributes of the Language Reference.
The functions
GMP::Instance::Generate
,GMP::Instance::GenerateStochasticProgram
, andGMP::Instance::GetSymbolicMathematicalProgram
.