(function from pyomo.core.expr.visitor)
pyomo.core.expr.visitor
A generator that yields a sequence of variables in an expression tree.
expr – The root node of an expression tree.
include_fixed (bool) – If True, then this generator will yield variables whose value is fixed. Defaults to True.
True
Each variable that is found.