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

Detect common variables #2

Open
cbettinger opened this issue Oct 11, 2018 · 0 comments
Open

Detect common variables #2

cbettinger opened this issue Oct 11, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cbettinger
Copy link
Member

Common variables can be detected in the same way as dead variables:

By repeated SAT solving the problem p (containing variables v1-vn), considering an additional conjecture in each run: If p AND NOT(vx) is UNSAT then vx is common (given that p is SAT).

An additional mode could be implemented that detects and outputs a list of common variables.

@cbettinger cbettinger added the enhancement New feature or request label Oct 11, 2018
@cbettinger cbettinger self-assigned this Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant