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 )

void add ( GRBQuadExpr qe )