Closed
Description
Should we combine these into a single sum (which is expensive)? Or store them in a list?
Right now, the Sum() function doesn't recognize that:
1 + x + y
is a linear expression, because it starts with a constant and we're very conservative assuming that more than one constant term is a problem.