GRBColumn.addTerm()

Add a single term into a column.

void addTerm ( double coeff,
    GRBConstr constr )

Arguments:

coeff: Coefficient for new term.

constr: Constraint for new term.