A tuple with the form (flag, list)
. If flag
is
False
, then a nonlinear term has been found, and
list
is None
. Otherwise, list
is a
list of tuples: (coef, value)
. If value
is
None
, then this represents a constant term with value
coef
. Otherwise, value
is a variable object,
and coef
is the numeric coefficient.