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

Leverage mutable expressions in manipulation and proof systems #9

Open
ctrekker opened this issue Jan 6, 2022 · 0 comments
Open

Leverage mutable expressions in manipulation and proof systems #9

ctrekker opened this issue Jan 6, 2022 · 0 comments

Comments

@ctrekker
Copy link
Owner

ctrekker commented Jan 6, 2022

The algorithms for expression manipulation and prooving implications currently leverage none of the new mutability features implemented in #8. Build out new mutating functions (such as replace!) for their immutable counterparts, and use mutability to drastically improve the performance of prove_implication. The screenshot in #7 shows an example benchmark to compare against.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant