Creates and returns an empty maximization objective function and adds it to the invoking model.
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);