- 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
AllGeneratedMathematicalProgramsis the collection of all generated mathematical programs associated with symbolic mathematical programs in your model, and generated through theSOLVEstatement, or the functionsGMP::Instance::GenerateandGMP::Instance::CreateDual.The element parameter
CurrentGeneratedMathematicalProgramrefers to the currently active generated mathematical program instance.
Updatability
The contents of the set can only be modified through the
SOLVEstatement, and the functionsGMP::Instance::Generate,GMP::Instance::Copy,GMP::Instance::Rename,GMP::Instance::DeleteandGMP::Instance::CreateDual.
See also
The function GMP::Instance::Generate, GMP::Instance::Copy, GMP::Instance::Rename, GMP::Instance::Delete and GMP::Instance::CreateDual.