Closed aaronbembenek closed 1 year ago
The SMT-LIB command push is subject to the same timeout as check-sat; however, if it times out, it leaves the solver in an unusable state. This PR resets the timeout to the max value before pushes. See https://github.com/Z3Prover/z3/issues/4713
push
check-sat
The SMT-LIB command
push
is subject to the same timeout ascheck-sat
; however, if it times out, it leaves the solver in an unusable state. This PR resets the timeout to the max value before pushes. See https://github.com/Z3Prover/z3/issues/4713