ILOG CPLEX .NET Reference Manual

IMPModeler.AddToExpr Method (IObjective, INumExpr)

Adds a term (which may be an expression itself) to the expression of the specified IObjective object.

void AddToExpr(
   IObjective obj,
   INumExpr expr
);

Parameters

obj
The objective to modify.
expr
The new expression to add.

See Also

IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.AddToExpr Overload List