-
Notifications
You must be signed in to change notification settings - Fork 71
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
cryptosat solver is listed, but can't be used #176
Comments
That's weird. Can you access the solver directly from the |
The same code works with any other solver, what do you mean with accessing the solver directly? |
Of course other solvers work - they are shipped with the toolkit. CryptoMiniSat is different in this regard because it is a part of another package. I meant whether or not the solver is actually installed and runnable from its package directly. |
I see, it seems to be an issue with their latest release (5.11.22, called 5.11.23 on pypi), will open an issue with pycryptosat. Thank you |
No worries! |
On linux, when looking up the available solvers with
we find the solver 'cryptosat', but the program crashes when trying to use this solver:
Even when we installed pycryptosat (pip install pycyptosat) or pip install python-sat[cryptosat]
The text was updated successfully, but these errors were encountered: