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

Fix issue with minimization of partial DFAs #183

Closed
wants to merge 4 commits into from

Conversation

eliotwrobson
Copy link
Collaborator

See title, resolves #182. I think this was caused by issues related to running the minimization algorithm on partial DFAs. This changes the API slightly, but should resolve those issues. Still a draft because docs changes are needed. Slight decrease in efficiency but I think this isn't going to affect very many people. We should be able to change things back somewhat once #161 gets merged and we have an algorithm specifically written for partial DFAs.

cc @martinec

@coveralls
Copy link

coveralls commented Nov 4, 2023

Coverage Status

coverage: 99.638% (-0.001%) from 99.639%
when pulling 3a5f069 on eliotwrobson:partial_fix
into ef0e02c on caleb531:develop.

@eliotwrobson
Copy link
Collaborator Author

Closing to remake later. Nothing wrong with the approach here, but I think that there's a way of doing this that handles edge cases more cleanly.

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

Successfully merging this pull request may close these issues.

None yet

2 participants