Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBQuadExpr.add()
Add an expression into a quadratic expression. Upon completion, the invoking quadratic expression will be equal to the sum of itself and the argument expression.
void | add ( | GRBLinExpr | le ) |
Add a linear expression.
Arguments:
le: Linear expression to add.
void | add ( | GRBQuadExpr | qe ) |
Add a quadratic expression.
Arguments:
qe: Quadratic expression to add.