-
Notifications
You must be signed in to change notification settings - Fork 3
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
0th subset disappearing problem when getting all solutions #86
Comments
looks like i opened a new issue that is similar to (or at least overlaps) this one ... |
one way to temporarily address this issue/bug is to add a dummy first row that is all zeros to the input ... it will never show up in the cover and one just has to adjust indexing from the returned results. it looks like the encoding of the results and the trunc step in _solutions_array_to_set in wrapper.py will have to be reconciled to fix this subtle issue/bug. |
@kmohanram Thanks for additional confirmation on this issue! :) |
looking at this |
Hello, while testing randomly generated test cases, I came across a strange test case that seems to be a bug.
The test case found is as follow:
Additional information:
get_exact_cover
method, but only for theget_all_solutions
method.Thanks for reading!
The text was updated successfully, but these errors were encountered: