GRBModel.GetQCRow()

Retrieve the left-hand side expression for a quadratic constraint. The result is returned as a GRBQuadExpr object.

GRBQuadExpr GetQCRow ( GRBQConstr qc )

    Arguments:

    qc: The quadratic constraint of interest.

    Return value:

    A GRBQuadExpr object that captures the left-hand side of the quadratic constraint.