Christoph M. Wintersteiger
|
0169417c64
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2017-10-16 16:40:39 +01:00 |
|
Nuno Lopes
|
82b25a0608
|
add move constructor to watch_list
|
2017-10-16 00:54:31 +01:00 |
|
Nuno Lopes
|
9b54b4e784
|
fix vector<> to support non-POD types
adjust code to std::move and avoid unnecessary/illegal
|
2017-10-16 00:54:29 +01:00 |
|
Nikolaj Bjorner
|
4d1acadabb
|
fix leaks reported in #1309
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-10-15 09:56:21 -07:00 |
|
Murphy Berzish
|
7b536e910e
|
take shortcuts during binary search length testing when length is known from integer theory
|
2017-10-13 11:39:33 -04:00 |
|
Nikolaj Bjorner
|
cae414e575
|
fixes for #1296, removing COMPILE_TIME_ASSERT
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-10-09 13:59:44 -07:00 |
|
Christoph M. Wintersteiger
|
800fa3d246
|
Added bv_sort_ac=true to asserted_formulas::m_rewriter
|
2017-10-09 19:18:41 +01:00 |
|
Christoph M. Wintersteiger
|
5819e38606
|
whitespace
|
2017-10-09 19:17:44 +01:00 |
|
Nikolaj Bjorner
|
6df628edc7
|
pin elements in expr2depth
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-10-06 11:45:29 +01:00 |
|
Nikolaj Bjorner
|
eac659f748
|
deal with empty set of post-orders
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-10-06 11:34:14 +01:00 |
|
Nikolaj Bjorner
|
e0e2397566
|
missing setup datatypes for QF_DT
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-10-01 19:40:30 -07:00 |
|
Nikolaj Bjorner
|
05428314be
|
fix #1276 related crashes for re-sumption after cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-10-01 15:13:43 -07:00 |
|
Nikolaj Bjorner
|
8ff8c6433b
|
fix #1277 fix #1278
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-30 10:15:27 -07:00 |
|
Murphy Berzish
|
ec7ea8a763
|
redo length testing with concrete length, linear search only
|
2017-09-25 15:21:59 -04:00 |
|
Nikolaj Bjorner
|
7a15de374a
|
fix #1266 by bypassing topological ordering on theory symbols
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-24 09:19:51 -07:00 |
|
Nikolaj Bjorner
|
2751cbc270
|
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-23 22:36:36 -05:00 |
|
Murphy Berzish
|
317e2b1898
|
take shortcuts during length testing when length is known from integer theory
|
2017-09-22 12:32:13 -04:00 |
|
Murphy Berzish
|
b2af690c6d
|
enable binary search for theory_str
|
2017-09-22 12:31:46 -04:00 |
|
Nikolaj Bjorner
|
f5db69529a
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2017-09-20 13:30:58 -07:00 |
|
Nikolaj Bjorner
|
320105c714
|
removing iterators
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-20 13:30:31 -07:00 |
|
Christoph M. Wintersteiger
|
cc9f67267d
|
Eliminated the remaining operator kinds for partially unspecified FP operators.
|
2017-09-20 20:16:09 +01:00 |
|
Nikolaj Bjorner
|
936c22a00b
|
add pattern match validation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-20 09:44:38 -07:00 |
|
Nikolaj Bjorner
|
2ec3b4090e
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2017-09-19 19:44:22 -07:00 |
|
Nikolaj Bjorner
|
93e08d9499
|
fix #1261
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-19 19:43:23 -07:00 |
|
Nikolaj Bjorner
|
caa02c3c02
|
add match expression construct to SMT-LIB2.6 frontend
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-19 19:39:02 -07:00 |
|
Nikolaj Bjorner
|
6ddc549557
|
fix #1258
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-18 12:21:01 -07:00 |
|
Nikolaj Bjorner
|
8b506375e4
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2017-09-17 15:11:27 -07:00 |
|
Nikolaj Bjorner
|
cf86e46229
|
check for datatype selectors when model validation fails
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-17 15:10:50 -07:00 |
|
Christoph M. Wintersteiger
|
b9494fe3c0
|
Tabs, whitespace
|
2017-09-17 18:10:06 +01:00 |
|
Christoph M. Wintersteiger
|
d61b722b68
|
Partial cleanup of util/lp/*
|
2017-09-17 16:00:06 +01:00 |
|
Christoph M. Wintersteiger
|
00651f8f21
|
Tabs, formatting.
|
2017-09-17 14:54:09 +01:00 |
|
Nikolaj Bjorner
|
da72911062
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2017-09-17 01:39:44 +02:00 |
|
Nikolaj Bjorner
|
8ff1e070be
|
add QF_DT
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-17 01:39:39 +02:00 |
|
Christoph M. Wintersteiger
|
31cfca0444
|
Eliminated unspecified operators for fp.to_*bv, fp.to_real. Also fixes #1191.
|
2017-09-12 19:43:45 +01:00 |
|
Christoph M. Wintersteiger
|
4ceef09156
|
Renamed FPA-internal functions now that they are exposed.
|
2017-09-11 15:04:53 +01:00 |
|
Nikolaj Bjorner
|
04e57e08ba
|
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-09 08:37:17 +03:00 |
|
Nikolaj Bjorner
|
ed6e23f153
|
iterator -> for
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-09 05:40:12 +03:00 |
|
Nikolaj Bjorner
|
0c9711aad7
|
copy declarations
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-08 21:20:54 +03:00 |
|
Murphy Berzish
|
1ce68b3794
|
rewrite theory_str replace instances
|
2017-09-07 14:53:34 -04:00 |
|
Murphy Berzish
|
4e4c72580b
|
don't rewrite on every axiom in theory_str
|
2017-09-07 14:06:37 -04:00 |
|
Nikolaj Bjorner
|
19fa5f8cb3
|
expand select/store in pre-processor
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-07 06:23:01 -07:00 |
|
Nikolaj Bjorner
|
2ea9bfaa41
|
remove unstable sequence interpolant from doc test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-06 13:34:41 -07:00 |
|
Nikolaj Bjorner
|
fe02a5f87b
|
fix parse/print of ADTs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-06 02:16:00 -07:00 |
|
Nikolaj Bjorner
|
a1cc21d77b
|
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-05 16:03:46 -07:00 |
|
Nikolaj Bjorner
|
06087c17be
|
support for legacy datatype test
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-05 10:28:11 -07:00 |
|
Nikolaj Bjorner
|
d47b2bae4d
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2017-09-05 07:35:46 -07:00 |
|
Nikolaj Bjorner
|
a4cf2726fd
|
fix seg-fault from #1244
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-05 07:35:37 -07:00 |
|
Nikolaj Bjorner
|
5d17e28667
|
support for smtlib2.6 datatype parsing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-04 21:12:43 -07:00 |
|
Nikolaj Bjorner
|
5492d0e135
|
re-introduce eq2ineq name for rewriting parameter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-04 11:03:57 -07:00 |
|
Nikolaj Bjorner
|
a3dba5b2f9
|
hide new datatype plugin
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-09-03 20:01:59 -07:00 |
|