- Set AllMathematicalProgrammingTypes
AllMathematicalProgrammingTypes
The predefined set AllMathematicalProgrammingTypes
contains the list
of mathematical programming types supported by AIMMS.
Set AllMathematicalProgrammingTypes {
SubsetOf : AllValueKeywords;
Index : IndexMathematicalProgrammingTypes;
}
Definition
The set
AllMathematicalProgrammingTypes
contains the list of mathematical programming types supported by AIMMS.
Updatability
The contents of the set
AllMathematicalProgrammingTypes
is completely under the control of AIMMS, and cannot be modified.
Note
Element parameters into the set AllMathematicalProgrammingTypes
can
be used in the declaration of mathematical programs or as part of the
SOLVE
statement to dynamically modify the type of a mathematical
program. The predefined identifier CurrentSolver
defines the active solver
for each mathematical programming type.
See also
The set AllValueKeywords
, CurrentSolver
. Mathematical programs are discussed in
full detail in MathematicalProgram Declaration and Attributes of the Language Reference, the SOLVE
statement in The SOLVE Statement