We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the input CNF contains a trivial contradiction (say clauses 1 and -1), sharpSAT does not calculate the number of models as 0.
1
-1
See a provided test case integration/unsat-most-trivial in bbbd0b5 for reproducibility.
integration/unsat-most-trivial
What I've noticed:
integration/unsat-trivial-redundant
integration/unsat-by-unit-propagation
integration/unsat-exhaustive-binary
The text was updated successfully, but these errors were encountered:
This causes the problem:
sharpSAT/include/sharpSAT/instance.h
Line 267 in 3a48aba
At least, this should be turned into an exception, so that rhe release mode does not (silently) produce wrong results.
Sorry, something went wrong.
No branches or pull requests
If the input CNF contains a trivial contradiction (say clauses
1
and-1
), sharpSAT does not calculate the number of models as 0.See a provided test case
integration/unsat-most-trivial
in bbbd0b5 for reproducibility.What I've noticed:
integration/unsat-trivial-redundant
).integration/unsat-by-unit-propagation
).integration/unsat-exhaustive-binary
).The text was updated successfully, but these errors were encountered: