netom / satispy

An interface to SAT solver tools (like minisat)
Other
58 stars 17 forks source link

Added timeout #17

Closed domduerr closed 1 year ago

domduerr commented 1 year ago

I added a timeout to the Minisat class which can be optionally provided to kill the SAT-solving process after a specified time. In this case, a subprocess.TimeoutExpired Exception is thrown by the subprocess class which can be caught by the user of the library.