3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
z3/src
Nikolaj Bjorner d6d301c5eb fix for mising handling of quantifiers in tactic. Bug #324
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2015-11-17 18:38:37 -08:00
..
api pass the correct context into And() when doing Tactic.as_expr() 2015-11-16 15:41:12 -08:00
ast fix for unsound results reported in #313 2015-11-16 22:59:07 -08:00
cmd_context Added checks for uint parameter values in context_params 2015-11-14 17:25:18 +00:00
duality better recovery from incompleteness and interp failure in duality 2015-10-09 14:21:05 -07:00
interp fix merge conflicts 2015-10-28 16:09:46 -07:00
math Make Groebner basis computation interruptable. Exponsed in issue #269 2015-10-28 11:39:59 -07:00
model fix rewriter for model validation 2015-11-03 07:45:42 -08:00
muz fix for unsound results reported in #313 2015-11-16 22:59:07 -08:00
nlsat include rlimit in nlsat, include dedicated error message, for issue #216 2015-09-29 09:16:46 -07:00
opt fix uninitialized variable 2015-11-14 10:35:06 -08:00
parsers Fixed typo in warning message. 2015-11-14 15:47:47 +01:00
qe fix unintialized memory read exposed by nightly build 2015-09-06 14:15:08 -07:00
sat add translate facility to inc_sat_solver. Limit lemma copying to unit lemmas 2015-11-07 10:00:14 -08:00
shell Trailing whitespace removed. 2015-11-03 12:28:10 +00:00
smt Fix for #322: PDR engine cannot falls back on fixed size arithmetic for difference logic. It would eventually overflow and cause incorrect model construction. Enable only fixed-size arithmetic when configuration allows it 2015-11-17 09:00:16 -08:00
solver working on Forking/Serializing a z3 Solver #209 2015-11-06 17:29:24 -08:00
tactic fix for mising handling of quantifiers in tactic. Bug #324 2015-11-17 18:38:37 -08:00
test Fixed #include of <hash_set> which is deprecated in VS2015 and will be removed. 2015-10-27 17:11:40 +00:00
util fix for #291. The root issue is that the set of antecedents is recycled as a fixed object between routines. Antecedents that were already allocated for a Gomory cut got reset by the internalizer. This causes unsound bounds axioms to be created 2015-11-05 15:08:42 -08:00