Adds all terms found in the specified linear expression to the invoking object.

Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
void Add(
	ILinearIntExpr lexpr
)
Visual Basic
Sub Add ( _
	lexpr As ILinearIntExpr _
)

Implements

ILinearIntExpr..::..Add(ILinearIntExpr)

See Also