3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00
z3/src
Nikolaj Bjorner 0094b36636 fix bounds check to fix segfault reported in issue #565
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-04-16 12:25:29 -07:00
..
ackermannization Bugfix for ackermann helper 2016-04-08 17:20:09 +01:00
api move to std::vector in replayer 2016-04-16 10:08:29 -07:00
ast Bugfixes for bv_trailing. 2016-04-07 13:08:17 +01:00
cmd_context Fixes #564: use std::vector on std::strings 2016-04-16 09:26:13 -07:00
duality Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
interp Move CMakeLists.txt files (other than the one in the repository root) 2016-03-04 15:26:09 +00:00
math merge useful utilities from qsat 2016-03-19 12:01:44 -07:00
model remove labels from evaluation result 2016-04-12 13:17:10 -07:00
muz move vector<std::string to std::vector<std::string 2016-04-16 09:34:27 -07:00
nlsat remove nnf conversion which breaks NRA property 2016-03-20 16:34:04 -07:00
opt fix bounds check to fix segfault reported in issue #565 2016-04-16 12:25:29 -07:00
parsers move vector<std::string to std::vector<std::string 2016-04-16 09:34:27 -07:00
qe fix handing of ite conditions that have to be included in projection, thanks to bug report by Zak 2016-04-10 01:48:35 +02:00
sat check that a clause was not removed to fix issue #551 2016-04-04 20:15:49 +02:00
shell add support to build with MSVC /Gr (fastcall mode for x86) 2016-03-24 15:39:18 +00:00
smt special case branching 2016-04-05 11:57:49 +02:00
solver fix performance for model construction, recognize concats of values as a value for pre-processing 2016-03-23 17:23:57 -07:00
tactic fix optimization pre-processing reported by Gereon Kremer 2016-04-09 20:58:57 -07:00
test moving remaining qsat functionality over 2016-03-19 15:35:26 -07:00
util add support to build with MSVC /Gr (fastcall mode for x86) 2016-03-24 15:39:18 +00:00