-
Notifications
You must be signed in to change notification settings - Fork 6
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
Turn on reduction for noodlification #107
Conversation
Maybe the simulation reduction will be too expensive. We could add option "trim" to do just the trimming. But we will see after the results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would not merge until the results show that there is no significant slowdown. If there is, I would go with the suggested trim instead and merge only the trim.
I suggest first to finish and merge the PR #104 and then try the effect of the noodle reduction. |
e46b502
to
fb9e188
Compare
fb9e188
to
feada45
Compare
Should I merge the PR? |
I would merge the PR. |
This PR fixes a bug where noodlification did not reduce (nor trim) automata in resulting nooodles.
Needs to be benchmarked, it is possible that simulation might slow it down, or that we should just turn on trimming.