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

Use the square-free factor instead of the full polynomial #6

Open
lvella opened this issue Nov 30, 2022 · 0 comments
Open

Use the square-free factor instead of the full polynomial #6

lvella opened this issue Nov 30, 2022 · 0 comments
Labels
enhancement New feature or request performance

Comments

@lvella
Copy link
Owner

lvella commented Nov 30, 2022

For satisfiability applications, maintaining the same ideal as the input is not important. What is important is to maintain the same associated variety.

Calculating the square-free factor of a polynomial over a finite prime field is cheap (by using a square-free decomposition algorithm), and such factor is potentially a much simpler polynomial to process. The variety won't change if we replace a polynomial by its square-free component, so it can be done if we are not interested in that particular ideal.

I don't know how many non-square-free polynomials we will encounter in real world problems, but pending issue #2, it might be a good preprocessing step to replace each input polynomial by its square-free component.

@lvella lvella added enhancement New feature or request performance labels Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant