-
Notifications
You must be signed in to change notification settings - Fork 86
Add interrupts to RC2 #211
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
Add interrupts to RC2 #211
Conversation
|
Thanks for this, Henk. See the comments, there seems to be a bug. |
|
Fixed the CI! Where there other comments, or did you mean the CI output? |
|
Henk, I left three comments there for you. You can see them if you scroll up a little. The requested changes were:
|
|
Hi Alexey, Weirdly, I don't see your comments on GitHub on my side. I have no idea why. Perhaps you could use the Review feature? I've processed comments 1 and 3, I'm not sure I understand comment 2. Should I myself call Two further questions:
|
|
I obviously did that via the review functionality of GitHub, Henk. See the screenshot: As for your question, the answer is yes, |
|
I've now added asynchronous interruption in RC2 properly (it required some thought because of the incrementality). Should be available in 1.8.dev26 once it gets compiled (give GitHub a couple of hours to finish). |


Hi Alexey,
For our integration of RC2 with CPMpy (CPMpy/cpmpy#729), we're requiring timeouts, so I added in the interrupt feature as seen in the other PySAT solvers. I've gotten PySAT to compile locally, however, for some PYTHONPATH reason, I cannot run the tests, but I run my own Python files. The following works at least, perhaps it should be added as test:
Cheers,
Henk