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

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

Syntax

C#
void Add(
	IQuadIntExpr qexpr
)
Visual Basic
Sub Add ( _
	qexpr As IQuadIntExpr _
)

Parameters

qexpr
Type: ILOG.Concert..::..IQuadIntExpr

Implements

IQuadIntExpr..::..Add(IQuadIntExpr)

See Also