ILOG CPLEX .NET Reference Manual

IMPModeler.AddObjective Method

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

Overload List

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

IObjective AddObjective(ObjectiveSense);

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

IObjective AddObjective(ObjectiveSense,string);

See Also

IMPModeler Interface | ILOG.Concert Namespace