3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00
z3/src
Nikolaj Bjorner 4bd83724dd remove conflict on false disequality, introduced regression
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-10-26 19:15:05 -07:00
..
ackermannization Adding translation to ackr_model_converter. 2016-06-06 18:06:45 +01:00
api Marked .NET Z3Exception as serializable 2016-10-26 15:12:10 +01:00
ast fix unit tests for pb 2016-10-25 20:47:48 -07:00
cmd_context Replaced antiquated header with modern equivalent. 2016-10-24 13:29:17 +01: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 Added unregister_decl to model_core 2016-10-15 18:35:39 +02:00
muz add option to bypass compression of unbound tails, issue #738 2016-09-16 14:56:10 -07: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 add bounded-int and pb2bv solvers to fd_solver, use sorting networks for pb2bv rewriter when applicable, hoist to pb2bv_rewriter module and remove it from the pb2bv_tactic 2016-10-23 20:31:59 -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 remove conflict on false disequality, introduced regression 2016-10-26 19:15:05 -07:00
shell guard verbose output by verbosity level for datalog command-line tool 2016-09-16 15:36:40 -07:00
smt remove conflict on false disequality, introduced regression 2016-10-26 19:15:05 -07:00
solver remove conflict on false disequality, introduced regression 2016-10-26 19:15:05 -07:00
tactic additional robustness check for incremental sat solver core when it recieves interpreted constants, added PB equality to interface and special handling of equalities to adddress performance gap documented in #755 2016-10-25 20:32:13 -07:00
test fixed unhandled case warning in test/qe_arith.cpp 2016-10-25 14:34:00 +01:00
util remove conflict on false disequality, introduced regression 2016-10-26 19:15:05 -07:00