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

Formula "normalization" #1

Closed
mauro-milella opened this issue Oct 4, 2022 · 2 comments
Closed

Formula "normalization" #1

mauro-milella opened this issue Oct 4, 2022 · 2 comments

Comments

@mauro-milella
Copy link
Collaborator

Currently, fnormalize! is not always capable of collapsing two or more formulas into one unique representation.
E.g "(b∧a)∨(d∧c)" and "(d∧c)∨(a∧b)" are rearranged into, respectively, "(a∧b)∨(c∧d)" and "(c∧d)∨(a∧b)"; instead, both should collapse to the former string representation.

@giopaglia
Copy link
Collaborator

Is this done?

@mauro-milella
Copy link
Collaborator Author

Yep, but now it is renamed to normalize.
I already added the test proposed in the initial comment, this can be closed.

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

2 participants