apalache-mc / apalache

APALACHE: symbolic model checker for TLA+ and Quint
https://apalache-mc.org/
Apache License 2.0
439 stars 40 forks source link

Flush SMT logs and SMT profiling logs before (check-sat) #2962

Closed thpani closed 2 months ago

thpani commented 2 months ago

Flush SMT logs and SMT profiling logs before (check-sat), to prevent truncation of the log file while the solver is checking.

I'm also slightly moving the existing flushLogs() in satOrTimeout() to mirror sat().