GRBQuadExpr.Add()

Add an expression into a quadratic expression. Upon completion, the invoking quadratic expression will be equal to the sum of itself and the argument expression.

void Add ( GRBLinExpr le )

Add a linear expression.

Arguments:

le: Linear expression to add.

void Add ( GRBQuadExpr qe )

Add a quadratic expression.

Arguments:

qe: Quadratic expression to add.