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 dead variables #1

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

Detect dead variables #1

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

Comments

@cbettinger
Copy link
Member

The modified DIMACS file format contains a list of dead variables. This is list presumed at the moment.

Dead variables can be detected by repeated SAT solving the problem p (containing variables v1-vn), considering an additional conjecture in each run: If p AND vx is UNSAT then vx is dead (given that p is SAT).

An additional mode should be implemented that detects and outputs a list of dead 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