3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Commit graph

6446 commits

Author SHA1 Message Date
Christoph M. Wintersteiger
58728bb7b3 Merge pull request #789 from wintersteiger/gh570-att-2
Gh570 att 2
2016-11-15 20:13:24 +00:00
Christoph M. Wintersteiger
dcf643f711 Merge branch 'master' of https://github.com/Z3Prover/z3 into gh570-att-2 2016-11-15 19:59:54 +00:00
Christoph M. Wintersteiger
c7787feebb Assertion fix for theory_fpa. Relates to #570. 2016-11-15 19:59:22 +00:00
Christoph M. Wintersteiger
ee60ba824f Bugfix for rewriter exceptions in theory_fpa. Relates to #570. 2016-11-15 19:59:08 +00:00
Christoph M. Wintersteiger
3a6ce8f8a1 Merge branch 'master' of https://github.com/Z3Prover/z3 2016-11-15 08:59:47 -08:00
Christoph M. Wintersteiger
014815a640 Fixed Windows distribution script. 2016-11-15 08:59:18 -08:00
Nikolaj Bjorner
e65d80dedd make semantics of extract/substr deterministic. Issue #781
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-11-15 18:29:51 +02:00
Nikolaj Bjorner
fa8427258a Merge branch 'master' of https://github.com/Z3Prover/z3 2016-11-15 15:07:15 +02:00
Nikolaj Bjorner
e21bd8dacc fix lexicographic combinations for wmax: pb constrsaints were not interpreted in Boolean benchmarks. #782
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-11-15 15:07:05 +02:00
Christoph M. Wintersteiger
bf2ceacd82 Merge branch 'gh570-att-2' of https://github.com/wintersteiger/z3 into gh570-att-2 2016-11-14 18:33:17 +00:00
Christoph M. Wintersteiger
bfaa9ddf63 Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570. 2016-11-14 17:42:21 +00:00
Christoph M. Wintersteiger
520e868add Fixed interruption cleanup bug in sat_solver. Relates to #570. 2016-11-14 17:42:20 +00:00
Christoph M. Wintersteiger
d099e26342 Fixed compiler warning 2016-11-14 17:42:20 +00:00
Christoph M. Wintersteiger
890142ef96 Fix cleanup/initialization of sat::simplifier. Relates to #570. 2016-11-14 17:42:20 +00:00
Christoph M. Wintersteiger
6204f67d38 Fixed problems with aborted rewriters in theory_fpa. Relates to #570. 2016-11-14 17:40:09 +00:00
Murphy Berzish
df6b461117 enhanced backpropagation in theory_str final_check for var=concat terms
fixes kaluza sat/big/709.smt2
2016-11-14 12:33:23 -05:00
Nikolaj Bjorner
fc7a217cd0 Merge branch 'master' of https://github.com/Z3Prover/z3 2016-11-12 08:58:09 -08:00
Nikolaj Bjorner
e0613b6737 fix crash reported in #784
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-11-12 08:58:03 -08:00
Christoph M. Wintersteiger
2df5a4e3f9 typo 2016-11-12 15:01:54 +00:00
Murphy Berzish
02aacab04e add z3str2-style free variable check to theory_str 2016-11-11 17:52:18 -05:00
Murphy Berzish
fbaee080b2 fix performance regression introduced with theory_str str.from-int
more investigation is required to understand why this works.
2016-11-11 00:32:50 -05:00
Christoph M. Wintersteiger
d66530a112 Fixed potential SAT solver cleanup problem. Renamed functions for consistency. Relates to #570. 2016-11-10 21:34:55 +00:00
Christoph M. Wintersteiger
40d90a951c Fixed interruption cleanup bug in sat_solver. Relates to #570. 2016-11-10 21:34:55 +00:00
Christoph M. Wintersteiger
22c9b9a797 Fixed compiler warning 2016-11-10 21:34:55 +00:00
Christoph M. Wintersteiger
44d05e5375 Fix cleanup/initialization of sat::simplifier. Relates to #570. 2016-11-10 21:34:55 +00:00
Christoph M. Wintersteiger
ca81e803cb Bugfix for Z3_fpa_get_numeral_sign. Relates to #570. 2016-11-10 21:33:42 +00:00
Christoph M. Wintersteiger
b47c67dee3 Bugfix for Z3_fpa_get_numeral_*_uint64. Relates to #570. 2016-11-10 21:16:05 +00:00
Murphy Berzish
5635016205 theory_str str.from-int very WIP 2016-11-09 18:06:02 -05:00
Murphy Berzish
fff1fadf3b add str.from-int in theory_str rewriter 2016-11-09 15:54:22 -05:00
Murphy Berzish
4aa2d965b3 Merge branch 'develop' of github.com:mtrberzi/z3 into develop 2016-11-09 14:05:38 -05:00
Nikolaj Bjorner
865c0c0109 Merge branch 'master' of https://github.com/Z3Prover/z3 2016-11-09 09:49:48 -08:00
Murphy Berzish
61d1d5e8b0 add cache for length terms to theory_str, but it seems to slow things down so I disabled it 2016-11-08 15:20:47 -05:00
Murphy Berzish
521e0e175b refresh reused split vars in theory_str
this fixes kaluza/unsat/big/7907, now SAT in ~30s
2016-11-08 14:23:10 -05:00
Christoph M. Wintersteiger
1188e6df47 Typo 2016-11-08 15:28:20 +00:00
Christoph M. Wintersteiger
e22a67c12c Whitespace 2016-11-08 15:27:46 +00:00
Christoph M. Wintersteiger
e0066df6a9 Merge branch 'master' of https://github.com/Z3Prover/z3 2016-11-08 15:12:08 +00:00
Christoph M. Wintersteiger
a3e4629996 fixed hard-coded version number in setup.py 2016-11-08 15:12:04 +00:00
Christoph M. Wintersteiger
7c308ca8c6 Merge pull request #779 from ddcc/master
Standardize on __uint64 instead of unsigned __int64
2016-11-08 12:21:34 +00:00
Nikolaj Bjorner
7a6984cc4d Merge pull request #780 from delcypher/cmake_bump_4.5.1.0
[CMake] Bump the version number in the CMake build.
2016-11-08 10:47:20 +01:00
Dan Liew
18e7b2d28e [CMake] Bump the version number in the CMake build. 2016-11-08 08:29:38 +00:00
Christoph M. Wintersteiger
889e5e9388 Bumped version number. 2016-11-07 23:19:59 +00:00
Dominic Chen
00ada5305f Standardize on __uint64 instead of unsigned __int64 2016-11-07 17:42:44 -05:00
Christoph M. Wintersteiger
d57a2a6dce Bumped version to 4.5.0 2016-11-07 22:02:30 +00:00
Christoph M. Wintersteiger
7f923c6a33 Include Python API files in distributions. 2016-11-07 22:00:28 +00:00
Nikolaj Bjorner
ef9230d8f8 detect quantifiers in model expressions to quiet down failing model validation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2016-11-07 06:56:36 -08:00
Christoph M. Wintersteiger
75cfd14e5a bugfix for macro finder 2016-11-07 14:14:45 +00:00
Christoph M. Wintersteiger
80e136f090 build fix 2016-11-07 13:51:09 +00:00
Christoph M. Wintersteiger
4e7077db70 Bugfix for denormal numeral exponents 2016-11-07 12:38:12 +00:00
Christoph M. Wintersteiger
758a6d98fb FPA API clarification 2016-11-07 12:35:48 +00:00
Christoph M. Wintersteiger
9ebea09d05 added is_numeral_negative to ML API. 2016-11-07 10:28:39 +00:00