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

Draft: Add Equality.Saturation.Debug module for tracing eqsat #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alt-romes
Copy link
Owner

Closes #15

Adds variants of equality saturation with trace (outputs to stderr).

I think we can add more traces for debugging, and I'm still wondering whether this duplication of code is any good -- and what would be a better way to have these alternatives (perhaps CPP?)

@alt-romes
Copy link
Owner Author

An idea I'm entertaining is adding the trace to the implementation of the scheduler. It would be much more precise.

@alt-romes alt-romes added the good first issue Good for newcomers label Sep 24, 2022
@alt-romes alt-romes force-pushed the master branch 2 times, most recently from eb291c6 to d2862ab Compare June 28, 2023 18:29
@alt-romes alt-romes changed the title Add Equality.Saturation.Debug module for tracing eqsat Draft: Add Equality.Saturation.Debug module for tracing eqsat Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to write a equalitySaturationWithTrace?
1 participant