GRBLinExpr.Add()

Add one linear expression into another. Upon completion, the invoking linear expression will be equal to the sum of itself and the argument expression.

void Add ( GRBLinExpr le )

Arguments:

le: Linear expression to add.