operator/

Overloaded operator to divide a variable or expression by a constant.

GRBLinExpr operator/ ( GRBVar x,
    double a )

Arguments:

x: Variable.

a: Constant divisor.

Return value:

Expression that represents the result of dividing the variable by a constant.

GRBLinExpr operator/ ( const GRBLinExpr& expr,
    double a )

Arguments:

expr: Expression.

a: Constant divisor.

Return value:

Expression that represents the result of dividing the expression by a constant.

GRBLinExpr operator/ ( const GRBQuadExpr& expr,
    double a )

Arguments:

expr: Expression.

a: Constant divisor.

Return value:

Expression that represents the result of dividing the expression by a constant.