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

Optimize the rule removal step by filtering flipped versions #21

Closed
rikhuijzer opened this issue Jun 22, 2023 · 1 comment
Closed

Optimize the rule removal step by filtering flipped versions #21

rikhuijzer opened this issue Jun 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rikhuijzer
Copy link
Owner

rikhuijzer commented Jun 22, 2023

As described in the Supplementary PDF, identical rules (note: identical clauses and outputs) can be removed if they are flipped versions of each other. Finding these can probably be done more efficiently than finding linearly dependent rules.

So this is mostly a performance improvement. The linearly dependent filtering step should be able to handle these rules too.

@rikhuijzer rikhuijzer added the enhancement New feature or request label Jun 22, 2023
@rikhuijzer
Copy link
Owner Author

Fixed in #22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant