3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/solver
2016-10-28 08:27:11 -07:00
..
check_sat_result.cpp old_params ==> front_end_params. Isolated abstract solver interface 2012-11-01 11:28:14 -07:00
check_sat_result.h tune consequence finding. Factor solver pretty-printing as SMT-LIB into top-level 2016-08-03 11:14:29 -07:00
combined_solver.cpp catch cancellation exceptions, return undef 2016-10-27 16:34:26 -07:00
combined_solver.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
combined_solver_params.pyg solver factories, cleanup solver API, simplified strategic solver, added combined solver 2012-12-11 17:47:27 -08:00
mus.cpp remove dead (and incorrect) code 2016-10-24 15:52:47 -07:00
mus.h extend constant folding for bit-vector overflow/underflow operators, #657 2016-06-24 07:43:05 -07:00
progress_callback.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
solver.cpp catch cancellation exceptions, return undef 2016-10-27 16:34:26 -07:00
solver.h add mutex pass 2016-10-04 14:45:23 -07:00
solver2tactic.cpp fix performance bottlnecks: gc of literals walk through potentially huge watch-lists, avoid user-push/pop around calls to solver2tactic 2016-10-28 08:27:11 -07:00
solver2tactic.h additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755 2016-10-25 20:32:13 -07:00
solver_na2as.cpp better encodings for at-most-1, #755 2016-10-10 23:46:03 -07:00
solver_na2as.h better encodings for at-most-1, #755 2016-10-10 23:46:03 -07:00
tactic2solver.cpp additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755 2016-10-25 20:32:13 -07:00
tactic2solver.h reworking cancellation 2015-12-11 16:21:24 -08:00