3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-20 23:56:37 +00:00
z3/src
Alberto Griggio 8e772b428b use a base iz3_exception class for exceptions raised during interpolation
Using a base exception class, derived from z3_exception, makes it possible to
recover gracefully if something goes wrong during the computation of
interpolants.
2015-04-16 19:14:34 +02:00
..
api re-indenting interp and duality 2015-04-15 12:22:50 -07:00
ast scope precedence of ||, github issue 24 2015-04-03 12:06:31 -07:00
cmd_context re-indenting interp and duality 2015-04-15 12:22:50 -07:00
duality re-indenting interp and duality 2015-04-15 12:22:50 -07:00
interp use a base iz3_exception class for exceptions raised during interpolation 2015-04-16 19:14:34 +02: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 parse also bit-vector constants with set-info. Reported by David Cok 2014-03-19 20:30:58 -07: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 simplify with caching, but without expanding number of asserted formulas. Bug reported by Heizmann, codeplex issue 197 2015-04-02 10:28:30 -07: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 Bugfix for BV-SLS initialization 2015-03-20 17:07:32 +00:00
test test case for non-termination of substitution/rewriting 2013-09-24 05:33:16 +03:00
util Bugfix for mpf is_normal. 2015-03-30 08:02:57 +01:00