GRBModel.GetRow()

Retrieve a list of variables that participate in a constraint, and the associated coefficients. The result is returned as a GRBLinExpr object.

GRBLinExpr GetRow ( GRBConstr constr )

    Arguments:

    constr: The constraint of interest.

    Return value:

    A GRBLinExpr object that captures the set of variables that participate in the constraint.