Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconsider performance of expressions with many constants #324

Closed
whart222 opened this issue Jan 28, 2018 · 2 comments
Closed

Reconsider performance of expressions with many constants #324

whart222 opened this issue Jan 28, 2018 · 2 comments

Comments

@whart222
Copy link
Member

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.

@carldlaird
Copy link
Member

carldlaird commented Jan 29, 2018 via email

@jsiirola
Copy link
Member

jsiirola commented May 8, 2020

Archived on the master Performance Proposals Issue (#1430). Closing this performance proposal until active development has begun.

@jsiirola jsiirola closed this as completed May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants