3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00
z3/src
Nikolaj Bjorner cf48eb5f72 mark also ast in parameters as GC roots. Issue #676
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-07-17 19:16:15 -04:00
..
ackermannization Adding translation to ackr_model_converter. 2016-06-06 18:06:45 +01:00
api mark also ast in parameters as GC roots. Issue #676 2016-07-17 19:16:15 -04:00
ast mark also ast in parameters as GC roots. Issue #676 2016-07-17 19:16:15 -04:00
cmd_context Merge branch 'master' of https://github.com/Z3Prover/z3 2016-07-09 12:36:22 -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 fix ubuntu build failure 2016-07-15 13:39:50 -07:00
model move arithmetical mbp functionality to model_based_opt 2016-06-26 16:12:14 -07:00
muz Fix spelling errors 2016-07-09 11:46:43 +02: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 fix rounding mode for pseudo-boolean constraint creation, Issue #683 2016-07-14 12:34:18 -07:00
parsers Merge branch 'master' of https://github.com/Z3Prover/z3 2016-06-14 08:10:21 -07:00
qe move arithmetical mbp functionality to model_based_opt 2016-06-26 16:12:14 -07:00
sat fix core extraction for QF_BV theory/inc_sat_solver based on regressions pointed out by Matthias Heizmann and Tjark Weber 2016-07-09 12:35:11 -07:00
shell add support to build with MSVC /Gr (fastcall mode for x86) 2016-03-24 15:39:18 +00:00
smt Merge branch 'master' of https://github.com/Z3Prover/z3 2016-07-13 20:32:24 -07:00
solver fix bug with model completion and remove spurious std::cout 2016-06-24 09:02:12 -07:00
tactic Merge branch 'master' of https://github.com/Z3Prover/z3 2016-07-13 20:32:24 -07:00
test move arithmetical mbp functionality to model_based_opt 2016-06-26 14:30:35 -07:00
util garbage collect all api::object references when calling del_context. Request issue #679 2016-07-13 22:26:21 -07:00