GRBColumn::addTerms()

Add new terms into a column.

void addTerms ( const double* coeffs,
    const GRBConstr* constrs,
    int count )
    Add a list of terms into a column.

    Arguments:

    coeffs: Coefficients for new terms.

    constrs: Constraints for new terms.

    count: Number of terms to add to the column.