Set MaximizingMinimizing

MaximizingMinimizing

The predefined set MaximizingMinimizing defines the set of possible optimization directions of mathematical programs.

Set MaximizingMinimizing {
    SubsetOf   :  AllValueKeywords;
    Index      :  IndexMaximizingMinimizing;
    Definition :  data { maximize, minimize };
}

Definition

The predefined set MaximizingMinimizing defines the set of possible optimization directions that can be entered in the Direction attribute of mathematical programs.

Updatability

The contents of the set cannot be modified.

Note

Element parameters into the set MaximizingMinimizing can be entered in the Direction attribute of mathematical programs to allow dynamic choices of the optimization direction.

See also

The set AllValueKeywords. Mathematical programs are discussed in more detail in MathematicalProgram Declaration and Attributes of the Language Reference.