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