MINIMIZE: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Created page with '{{missing}} Category:Documentation'
 
No edit summary
 
(One intermediate revision by the same user not shown)
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.
[[Category:Documentation]]
 
See examples at {{srcdir|models/test/ipopt}}.
 
See also [[MAXIMIZE]].
 
[[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.