Add new terms into a column.
void | AddTerms ( | double[] | coeffs, |
GRBConstr[] | constrs ) |
Arguments:
coeffs: Coefficients for added constraints.
constrs: Constraints to add to column.
void | AddTerms ( | double[] | coeffs, |
GRBConstr[] | constrs, | ||
int | start, | ||
int | len ) |
start
and len
arguments
allow you to specify which terms to add.
Arguments:
coeffs: Coefficients for added constraints.
constrs: Constraints to add to column.
start: The first term in the list to add.
len: The number of terms to add.