Try our new documentation site (beta).
Filter Content By
Version
Text Search
Table of contents
Filter by Language
C API Details
C++ API Details
Java API Details
.NET API Details
Python API Details
Attributes
GRBQuadExpr.Remove()
Remove a quadratic term from a quadratic expression.
void | Remove ( | int | i ) |
Remove the quadratic term stored at index i of the expression.
Arguments:
i: The index of the quadratic term to be removed.
boolean | Remove ( | GRBVar | var ) |
Remove all quadratic terms associated with variable var from the expression.
Arguments:
var: The variable whose quadratic term should be removed.
Return value:
Returns true if the variable appeared in the quadratic expression (and was removed).








