ILOG CPLEX .NET Reference Manual

IMPModeler.AddMaximize Method

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

Overload List

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

IObjective AddMaximize();

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

IObjective AddMaximize(string);

See Also

IMPModeler Interface | ILOG.Concert Namespace