3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 16:52:15 +00:00
z3/src/shell
Nuno Lopes fc558d3946 fix #5059: exit straight away on hard timeout
dont run atexit handlers as its not safe to do so with multiple threads
code might be inside malloc, for example, and glibc tries to cleanup its heap
state with an atexit handler
2021-03-01 14:34:41 +00:00
..
CMakeLists.txt running updates to bv_solver (#4674) 2020-09-07 20:35:32 -07:00
datalog_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
datalog_frontend.h booyah 2020-07-04 15:56:30 -07:00
dimacs_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
dimacs_frontend.h booyah 2020-07-04 15:56:30 -07:00
drat_frontend.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
drat_frontend.h running updates to bv_solver (#4674) 2020-09-07 20:35:32 -07:00
lp_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
lp_frontend.h missing file 2017-05-09 15:18:15 -07:00
main.cpp fix #4763: shell not finishing before hard timeout 2020-10-30 10:01:09 +00:00
opt_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
opt_frontend.h booyah 2020-07-04 15:56:30 -07:00
options.h added missing Copyright forms 2015-06-10 11:54:02 -07:00
smtlib_frontend.cpp fix #5059: exit straight away on hard timeout 2021-03-01 14:34:41 +00:00
smtlib_frontend.h add command-line help descriptions on tactics 2020-08-14 19:29:35 -07:00
z3_log_frontend.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
z3_log_frontend.h booyah 2020-07-04 15:56:30 -07:00