GRBModel.AddConstrs()

Add new linear constraints to a model.

GRBConstr[] AddConstrs ( int count )

GRBConstr[] AddConstrs ( GRBLinExpr[] lhsExprs,
    char[] senses,
    double[] rhsVals,
    string[] names )

GRBConstr[] AddConstrs ( GRBLinExpr[] lhsExprs,
    char[] senses,
    GRBLinExpr[] rhsExprs,
    int start,
    int len,
    string[] names )