Create an equality constraint
| GRBTempConstr | operator== ( | GRBQuadExpr | lhsExpr, |
| GRBQuadExpr | rhsExpr ) |
lhsExpr: Left-hand side of equality constraint.
rhsExpr: Right-hand side of equality constraint.
Return value:
A constraint of type GRBTempConstr. The result is typically immediately passed to GRBModel::addConstr.