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

Pysat updates #508

Merged
merged 4 commits into from
Jul 18, 2024
Merged

Pysat updates #508

merged 4 commits into from
Jul 18, 2024

Conversation

Wout4
Copy link
Collaborator

@Wout4 Wout4 commented Jul 18, 2024

fix the cryptosat dependency

@@ -81,7 +81,7 @@ def solvernames():
from pysat.solvers import SolverNames
names = []
for name, attr in vars(SolverNames).items():
if not name.startswith('__') and isinstance(attr, tuple):
if not name.startswith('__') and isinstance(attr, tuple) and not 'crypto' in name:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add why you are blocking it? maybe also add its name in full?
are we sure this is not an upstream bug btw, maybe we should report it while also (temporarily?) blocking it here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linked the github issue

@Wout4 Wout4 merged commit 2096c57 into master Jul 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants