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.