GRBLinExpr.getCoeff()


GRBLinExpr.getCoeff()

Retrieve the coefficient from a single term of the expression.

double getCoeff( int i )

    Arguments:

    i: Index for coefficient of interest.

    Return value:

    Coefficient for the term at indexiin the expression.