You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as there is a small wait before an asynchronous solve operation is canceled things work fine. But when the search operation is canceled immediately, the above program consistently hangs. (The program will not be solved in the lifetime of our solar system.) The python wait and cancel calls directly map to clasp API calls in ClaspFacade::SolveHandle.
The text was updated successfully, but these errors were encountered:
I have been experimenting with the following program:
As long as there is a small wait before an asynchronous solve operation is canceled things work fine. But when the search operation is canceled immediately, the above program consistently hangs. (The program will not be solved in the lifetime of our solar system.) The python
wait
andcancel
calls directly map to clasp API calls inClaspFacade::SolveHandle
.The text was updated successfully, but these errors were encountered: