Next:
GRBLinExpr::operator*=
Up:
GRBLinExpr
Previous:
GRBLinExpr::operator+=
GRBLinExpr::operator-=
Subtract an expression from the invoking expression.
void
operator-=
(
const GRBLinExpr&
expr )
Arguments:
expr
: Expression to subtract.
Next:
GRBLinExpr::operator*=
Up:
GRBLinExpr
Previous:
GRBLinExpr::operator+=