| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

This class implements an iterator capable of traversing quadratic terms in a linear expression.
| Method Summary | |
|---|---|
public IloNum | getCoef() const |
public IloNumVar | getVar1() const |
public IloNumVar | getVar2() const |
public IloBool | ok() const |
public void | operator++() |
| Method Detail |
|---|
This member function returns the coefficient of the current term.
This member function returns the first variable of the current term.
This member function returns the second variable of the current term.
This member function returns IloTrue if there is a current
element and the iterator points to it. Otherwise, it returns
IloFalse.
This operator advances the iterator to point to the next term of the linear part of the expression.