MINIMIZE: Difference between revisions

From ASCEND
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{missing}}
The ''MINIMIZE'' keyword is used to define an objective function that should be minimized in an [[optimisation]] model. Normally only one MAXIMIZE statement should be present in a model.
 
See examples at {{srcdir|models/test/ipopt}}.
 
See also [[MAXIMIZE]].
 
[[Category:Syntax]]
[[Category:Syntax]]

Latest revision as of 02:19, 6 January 2011

The MINIMIZE keyword is used to define an objective function that should be minimized in an optimisation model. Normally only one MAXIMIZE statement should be present in a model.

See examples at models/test/ipopt.

See also MAXIMIZE.