NTU-ALComLab / ssatABC

Stochastic SAT solver within ABC
Other
5 stars 2 forks source link

Fix early termination of reSSAT #10

Closed nianzelee closed 3 years ago

nianzelee commented 3 years ago

Solver reSSAT starts to compute the upper and lower bounds after catching an interruption signal (e.g., timeout). However, the underlying model counter might take a long time to derive the bounds. An internal time limit for the model counter is desired.

nianzelee commented 3 years ago

The development is done in commit c243737.