GRBLinExpr::addTerms()

Add new terms into a linear expression.

void addTerms ( const double* coeffs,
    const GRBVar* vars,
    int count )

Arguments:

coeffs: Coefficients for new terms.

vars: Variables for new terms.

count: Number of terms to add to the expression.