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.