ILOG CPLEX .NET Reference Manual

IMPModeler.Minimize Method ()

Creates and returns an empty minimization objective function.

IObjective Minimize();

Return Value

The new zero minimization objective.

Remarks

This method creates and returns an IObjective object representing a minimization objective function with a zero expression. This method is typically used in an application that applies column-wise modeling to fill in the objective function while creating the variables.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.Minimize Overload List