Murphy Berzish
|
d2ae94935e
|
Merge branch 'upstream-master' into develop
Conflicts:
src/ast/rewriter/seq_rewriter.cpp
src/ast/seq_decl_plugin.h
|
2017-04-28 13:43:14 -04:00 |
|
Murphy Berzish
|
05958193ab
|
revert change to String sort declaration
|
2017-04-27 22:30:02 -04:00 |
|
Murphy Berzish
|
12dd6d786b
|
remove redundant is_seq() check
|
2017-04-27 21:24:40 -04:00 |
|
Murphy Berzish
|
7811a91bad
|
fix is_string_term()
|
2017-04-27 13:59:02 -04:00 |
|
Murphy Berzish
|
334677a7eb
|
fix is_string_term()
|
2017-04-27 13:58:36 -04:00 |
|
Murphy Berzish
|
46ac718790
|
theory_str frontend changes
|
2017-04-26 17:24:05 -04:00 |
|
Murphy Berzish
|
54e28a4fe7
|
string/sequence static features test
|
2017-04-24 21:02:22 -04:00 |
|
Murphy Berzish
|
3fe49137d0
|
fix trace typos
|
2017-04-24 19:25:35 -04:00 |
|
Murphy Berzish
|
06cd07e3c2
|
Merge branch 'theory-assumptions' into develop
Conflicts:
src/smt/smt_context.cpp
src/smt/smt_context.h
src/smt/smt_theory.h
|
2017-04-22 13:31:43 -04:00 |
|
Nikolaj Bjorner
|
66e61b8a31
|
issues #963 #912
|
2017-04-17 03:06:38 -07:00 |
|
Nikolaj Bjorner
|
48638c6f1e
|
fix for #975, add mask to ensure character encoding is unique within range of bits used for encoding
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-04-15 09:34:13 +07:00 |
|
Nikolaj Bjorner
|
4140afa4cb
|
add regular expression membership for range of int.to.str functions. Issue #957
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-04-11 10:49:42 +08:00 |
|
Christoph M. Wintersteiger
|
b67c1c5501
|
Fixed valgrind warning. Fixes #972
|
2017-04-10 16:28:41 +01:00 |
|
Christoph M. Wintersteiger
|
27a1758857
|
Added rewriter.ignore_patterns_on_ground_qbody option to disable simplification of quantifiers that have their universals appear only in patterns, but otherwise have a ground body.
|
2017-04-07 21:19:20 +01:00 |
|
Murphy Berzish
|
eef2bbadad
|
remove obsolete PARAM_STRING from ast
|
2017-04-04 20:29:48 -04:00 |
|
Murphy Berzish
|
a8935e99bc
|
Merge branch 'upstream-master' into develop
|
2017-04-04 16:47:30 -04:00 |
|
Nikolaj Bjorner
|
582880346e
|
add index option to 'eval' command for box objectives. Issue #955
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-31 09:22:56 -07:00 |
|
Christoph M. Wintersteiger
|
0fb3161113
|
Updated declarations in decl_collector
|
2017-03-31 12:10:51 +01:00 |
|
Christoph M. Wintersteiger
|
ef3d340c85
|
Improved decl_collector for uninterpreted sorts in :print_benchmark output
|
2017-03-31 12:04:46 +01:00 |
|
Christoph M. Wintersteiger
|
041520f727
|
SMT2 compliancy fix; NRA includes conversion of Int numerals
|
2017-03-28 18:17:22 +01:00 |
|
Nikolaj Bjorner
|
0c4b792dac
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2017-03-25 19:32:17 +01:00 |
|
Nikolaj Bjorner
|
3a9857940e
|
add missing axioms for str.at. Issue #953
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-25 19:31:01 +01:00 |
|
Christoph M. Wintersteiger
|
d10dec2218
|
Removed unused variable
|
2017-03-24 14:31:06 +00:00 |
|
Murphy Berzish
|
82d472a227
|
Merge remote-tracking branch 'upstream/master' into develop
|
2017-03-23 13:35:58 -04:00 |
|
Nikolaj Bjorner
|
25d839ed10
|
fix bug in simplifier of bv2int over concatentations exposed by #948
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-22 10:55:55 -07:00 |
|
Nikolaj Bjorner
|
e342b87921
|
Merge pull request #942 from mtrberzi/str-extract-semantics
alternate str.extract semantics in seq_rewriter
|
2017-03-21 10:48:06 -07:00 |
|
Murphy Berzish
|
6804c88b66
|
make seq.extract rewrite type-generic
|
2017-03-21 12:54:06 -04:00 |
|
Nikolaj Bjorner
|
ca4ae171ea
|
remove unsound simplification in prefix #949
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-21 07:40:35 -06:00 |
|
Nikolaj Bjorner
|
d58018841e
|
remove code that causes infinite loop. Stackoverflow question from Dominik Wojtaszek
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-17 10:52:16 -07:00 |
|
Murphy Berzish
|
8021d63539
|
remove legacy str_decl_plugin and str_rewriter classes; these have been unified with sequence-compatible equivalents
|
2017-03-15 15:25:48 -04:00 |
|
Nikolaj Bjorner
|
05c267b8d8
|
make seq.at operations generic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-14 15:37:47 -07:00 |
|
Murphy Berzish
|
9659f08322
|
Merge branch 'str-extract-semantics' into develop
|
2017-03-14 14:14:53 -04:00 |
|
Murphy Berzish
|
34717a7b6e
|
str.extract semantics fix
|
2017-03-14 14:14:46 -04:00 |
|
Murphy Berzish
|
94d5f242b8
|
Merge branch 'str-at-semantics' into develop
|
2017-03-13 14:40:40 -04:00 |
|
Murphy Berzish
|
5c9d7538a0
|
add alternate str.at semantics check in seq_rewriter
this rewrites to empty string if the index is negative or beyond the length of the string,
which is consistent with CVC4's semantics for this term
|
2017-03-13 14:39:12 -04:00 |
|
Nikolaj Bjorner
|
338193548b
|
fixing build break, adding fixedpoint object to C++ API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-10 22:52:55 +01:00 |
|
Murphy Berzish
|
c198bc5863
|
fix re.range rewrite for theory_str
|
2017-03-10 13:13:45 -05:00 |
|
Nikolaj Bjorner
|
6f68355fbc
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2017-03-08 21:33:43 -08:00 |
|
Christoph M. Wintersteiger
|
b57764800c
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2017-03-07 18:10:31 +00:00 |
|
Christoph M. Wintersteiger
|
8f14cfadd2
|
Tabs, whitespace
|
2017-03-07 18:10:03 +00:00 |
|
Murphy Berzish
|
577cb19745
|
experimental rewrite of bitvector unit sequences to string constants
|
2017-03-06 13:58:03 -05:00 |
|
Murphy Berzish
|
82b1a61b25
|
fix string operator names
|
2017-03-04 16:30:36 -05:00 |
|
Murphy Berzish
|
ad0766898c
|
add boolean operators to zstring and fix ostream
|
2017-03-04 15:20:57 -05:00 |
|
Murphy Berzish
|
9f79015ee6
|
patches to theory_str for theory_seq compat
|
2017-03-01 22:18:18 -05:00 |
|
Murphy Berzish
|
d00723e7ea
|
add String name for string sort, SMTLIB2.5 compat
|
2017-03-01 18:23:48 -05:00 |
|
Murphy Berzish
|
ab71dea82d
|
theory_str refactoring
|
2017-02-28 17:47:55 -05:00 |
|
Murphy Berzish
|
9ac0d098ac
|
Merge remote-tracking branch 'upstream/master' into release-1.0
|
2017-02-28 12:45:04 -05:00 |
|
Nikolaj Bjorner
|
4792229c2b
|
Merge pull request #922 from mtrberzi/regex-unroll
add _re.unroll internal operator to seq_decl_plugin
|
2017-02-27 18:37:37 -08:00 |
|
Murphy Berzish
|
725352234d
|
refactoring theory_str
|
2017-02-27 13:22:56 -05:00 |
|
Nikolaj Bjorner
|
996c0f0666
|
fix type on exception message
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-02-25 16:14:50 -08:00 |
|