3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 22:59:02 +00:00
z3/src
2016-09-06 18:32:41 -05:00
..
ackermannization Adding translation to ackr_model_converter. 2016-06-06 18:06:45 +01:00
api Fix omission of Z3_model_has_interp in z3++.h 2016-09-06 18:32:41 -05:00
ast fix crash during shutdown. Issue #719 2016-08-31 09:57:46 +08:00
cmd_context Merge branch 'master' of https://github.com/Z3Prover/z3 2016-08-20 03:53:55 -07:00
duality fix warnings for unused variables 2016-05-17 13:54:22 -07:00
interp fix build failures under linux 2016-07-09 13:28:39 -07:00
math remove repeated default argument, remove tabs 2016-07-28 21:13:12 -07:00
model move arithmetical mbp functionality to model_based_opt 2016-06-26 16:12:14 -07:00
muz fix to #717. The bottom-up COI filter can only use positive facts for filtering 2016-08-23 12:26:38 -03:00
nlsat fix bugs exposed in #677. to_int(x) has the semantics that to_int(x) <= x, and to_int(x) is the largest integer satisfying this inequality. The encoding in purify_arith had it the other way x <= to_int(x) contrary to how to_int(x) is handled elsewhere. Another bug in theory_arith for mixed-integer linear case was also exposed. Fractional bounds on expressions of the form to_int(x), and more generally on integer rows were not rounded prior to internalization 2016-07-13 20:32:18 -07:00
opt tune consequence finding. Factor solver pretty-printing as SMT-LIB into top-level 2016-08-03 11:14:29 -07:00
parsers fixed memory leaks 2016-08-20 17:57:00 -04:00
qe move arithmetical mbp functionality to model_based_opt 2016-06-26 16:12:14 -07:00
sat add option for prettier proof printing, Issue #706 2016-08-20 03:52:45 -07:00
shell Added 32/64 bit indication and githash to output of -version. 2016-07-26 19:21:50 +01:00
smt tuning by using get_consequences2 2016-09-06 14:29:40 +08:00
solver Added debug traces. 2016-08-09 16:36:49 +01:00
tactic fix dt2bv transformation to only work with constants, issue #725 2016-08-30 11:42:14 +08:00
test adding hash/eq to uint_set 2016-07-27 13:41:41 -07:00
util Merge branch 'master' of https://github.com/Z3Prover/z3 2016-07-28 18:07:48 +01:00