GRBModel::addConstrs()

Add new linear constraints to a model.

GRBConstr* addConstrs ( int count )

GRBConstr* addConstrs ( const GRBLinExpr* lhsExprs,
    const char* senses,
    const double* rhsVals,
    const string* names,
    int count )