insight_minimize, insight_maximize
insight_minimize, insight_maximize |
Purpose
Solves the optimization problem defined by the Mosel model. Replaced with
insightminimize/
insightmaximize
Synopsis
procedure insight_maximize(alg:integer, obj:linctr)
procedure insight_maximize(obj:linctr)
procedure insight_minimize(alg:integer, obj:linctr)
procedure insight_minimize(obj:linctr)
Arguments
alg
|
The solver algorithm choices, as defined by mmxprs.maximize
|
obj
|
The objective function constraint
|
Related topics