Cookie Settings

Try our new documentation site (beta).

Filter Content By
Version
Table of contents
Filter by Language
C API Details
C++ API Details
GRBModel +
Java API Details
GRBModel +
.NET API Details
GRBModel +
Python API Details
Model +
Attributes
Parameters
Parameter Descriptions +


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.