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

Obvious variable substitution preprocessor. #5

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

Obvious variable substitution preprocessor. #5

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 number of variables is not important as long as the problem is equivalent. In such case, reducing the number of variables might increase the execution speed of the solver.

Pending issue #2, as a preprocessing step, it might help to perform the trivial variable substitution in the cases where ax + by = 0, where a and b are constants and y is a variable or a constant, so that every x can be rewritten by -by/a, thus eliminating x from the problem.

@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