Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
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.