GRBQuadExpr.getLinExpr ()


GRBQuadExpr.getLinExpr ()

A quadratic expression is represented as a linear expression, plus a list of quadratic terms. This method retrieves the linear expression associated with the quadratic expression.

GRBLinExpr getLinExpr( )

    Return value:

    Linear expression associated with the quadratic expression.