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. A GRBConstr object, typically obtained from AddConstr or GetConstrs.

Return value:

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