- Set AllGeneratedMathematicalPrograms
AllGeneratedMathematicalPrograms
The predefined set AllGeneratedMathematicalPrograms
contains the
names of all generated mathematical programs associated with the
symbolic mathematical programs in an AIMMS model.
Set AllGeneratedMathematicalPrograms {
Index : IndexGeneratedMathematicalPrograms;
Parameter : CurrentGeneratedMathematicalProgram;
}
Definition
The contents of the set
AllGeneratedMathematicalPrograms
is the collection of all generated mathematical programs associated with symbolic mathematical programs in your model, and generated through theSOLVE
statement, or the functionsGMP::Instance::Generate
andGMP::Instance::CreateDual
.The element parameter
CurrentGeneratedMathematicalProgram
refers to the currently active generated mathematical program instance.
Updatability
The contents of the set can only be modified through the
SOLVE
statement, and the functionsGMP::Instance::Generate
,GMP::Instance::Copy
,GMP::Instance::Rename
,GMP::Instance::Delete
andGMP::Instance::CreateDual
.
See also
The function GMP::Instance::Generate
, GMP::Instance::Copy
, GMP::Instance::Rename
, GMP::Instance::Delete
and GMP::Instance::CreateDual
.