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

Consider fluid expansions through iteration not rewrites #42

Open
kayagokalp opened this issue May 20, 2024 · 0 comments
Open

Consider fluid expansions through iteration not rewrites #42

kayagokalp opened this issue May 20, 2024 · 0 comments
Labels
enhancement New feature or request optimization About execution speed and/or end result quailty

Comments

@kayagokalp
Copy link
Owner

Currently we are using rewrite rules to create new fluids out of existing ones. Basically we insert only the initial fluid after doing that we are rewriting it to insert new ones until. Equality saturation is running better once we have rules that are making things simpler, not expanding them as we can do acylic egraphs etc to speed up things. Also it is easier to reason about so it might make sense to initially insert all the possible fluid concentrations (with limited scope)

@kayagokalp kayagokalp changed the title Consider fluid expansions through iteration Consider fluid expansions through iteration not rewrites May 20, 2024
@kayagokalp kayagokalp added enhancement New feature or request optimization About execution speed and/or end result quailty labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization About execution speed and/or end result quailty
Projects
None yet
Development

No branches or pull requests

1 participant