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

Fast CNF/DNF algorithm. #24

Closed
daemontus opened this issue Aug 30, 2021 · 1 comment
Closed

Fast CNF/DNF algorithm. #24

daemontus opened this issue Aug 30, 2021 · 1 comment

Comments

@daemontus
Copy link
Member

At the moment, we can create CNF/DNF using clauses, where creation of each clause is fast, but the creation of the formula can be slow. It is however possible to implement a faster algorithm based on #19. This could be an interesting addition to speed up serialisation/deserialisation.

@daemontus daemontus changed the title Fast CNF/DNF algorithm Fast CNF/DNF algorithm. Aug 30, 2021
@daemontus
Copy link
Member Author

This is now implemented in version 0.5.0.

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

No branches or pull requests

1 participant