3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
z3/src
Murphy Berzish f5e94af784 check that both simplified expressions are concats in simplify_concat_equality()
this seems to fix all the crashes but the solver takes forever to solve a really simple instance
with easy model generation, so I think something is still wrong
probably next I will go through and change std::map to obj_map, etc.
2015-12-02 22:15:04 -05:00
..
api Merge branch 'unstable' of https://github.com/Z3Prover/z3 into contrib 2015-04-28 15:19:08 +01:00
ast never ever ever reuse constants in mk_string(). this gets us MUCH farther 2015-12-02 22:03:12 -05:00
cmd_context set up theory of arithmetic correctly 2015-09-10 18:43:14 -04:00
duality re-indenting interp and duality 2015-04-15 12:22:50 -07:00
interp fixed interp api bug (github issue #47) 2015-04-20 12:30:15 -07:00
math fix race condition from cancellation exposed by build regression tests 2015-04-15 05:44:10 +01:00
model Bugfix in model translation (ast_manager mismatch after par-or). Thanks to stackoverflow user user297886 for reporting this issue. 2015-03-04 18:30:06 +00:00
muz re-indenting interp and duality 2015-04-15 12:22:50 -07:00
nlsat Removed unnecessary variables and added initialization to others to silence warnings. 2015-02-07 14:47:26 +00:00
parsers fix string constant representation in parser 2015-09-03 00:17:05 -04:00
qe Fixed integration issues 2015-01-21 15:34:21 +00:00
sat save memory in the sat solver to tentatively speed things up. 2015-03-02 09:50:35 +00:00
shell undid previous fix 2015-02-05 19:02:35 +00:00
smt check that both simplified expressions are concats in simplify_concat_equality() 2015-12-02 22:15:04 -05:00
solver Bugfix and new examples for implicit assumptions in Z3_solver_assert_and_track. Thanks to Amir Ebrahimi for reporting this issue! 2015-02-18 16:25:27 +00:00
tactic fix crash reported by Jojanovich, github issue 45' 2015-04-20 00:55:30 +02:00
test fix string constant representation in parser 2015-09-03 00:17:05 -04:00
util Bugfix for MPF unpacking 2015-04-25 14:26:18 +01:00