3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00
z3/src
Nuno Lopes 0997d0d2b5 add new C API function: Z3_finalize_memory()
Useful to debug memory leaks in Z3 and in client applications

Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
2015-06-07 14:55:15 +01:00
..
api add new C API function: Z3_finalize_memory() 2015-06-07 14:55:15 +01:00
ast optimize expr_safe_replace for when a subexpression has no substitutions 2015-06-03 17:21:01 +01:00
cmd_context Merge branch 'unstable' of https://github.com/Z3Prover/z3 into unstable 2015-05-29 08:55:53 -07:00
duality tabs 2015-05-19 11:01:15 +01:00
interp fix for issue #109 2015-05-27 16:05:40 -07:00
math fix by anomaly detection, issue #118 2015-06-02 10:42:03 -07:00
model pull unstable 2015-04-01 14:57:11 -07:00
muz Fixed non-deterministic behaviour in relation_map 2015-06-02 14:58:31 +01:00
nlsat Removed unnecessary variables and added initialization to others to silence warnings. 2015-02-07 14:47:26 +00:00
opt remove ite terms from objectives to synchronize values in tableau with objective value. Fixes part of (three repros) from issue #120 2015-06-02 10:38:22 -07:00
parsers parse also bit-vector constants with set-info. Reported by David Cok 2014-03-19 20:30:58 -07:00
qe remove old files 2015-06-02 09:15:08 -07:00
sat fix debian amd64 warnings 2015-05-18 15:17:21 -07:00
shell Added missing input format option "-dl" 2015-06-02 09:49:08 +01:00
smt disable throttle on unbounded objectives in shared theories. It may violate an interface equality, to fix issue #120 2015-06-02 11:14:59 -07:00
solver pull unstable 2015-04-01 14:57:11 -07:00
tactic remove unused var 2015-06-05 09:30:44 +01:00
test fix unaligned load in hash_string() 2015-05-23 12:13:39 +01:00
util fix another UB in bit_vector 2015-06-07 12:07:24 +01:00