ILOG CPLEX .NET Reference Manual

IMPModeler.AddMinimize Method

Creates and returns an empty minimization objective function and adds it to the invoking model.

Overload List

Creates and returns an empty minimization objective function and adds it to the invoking model.

IObjective AddMinimize();

Creates and returns an empty minimization objective function with the specified name and adds the empty objective to the invoking model.

IObjective AddMinimize(string);

See Also

IMPModeler Interface | ILOG.Concert Namespace