Nikolaj Bjorner
|
f22abaa713
|
enable patterns on equality, add trace for variables for axiom profiling.
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-04-20 11:44:30 +03:00 |
|
Christoph M. Wintersteiger
|
dab8e49e22
|
Fixed corner-case in fp.to_ubv.
|
2018-04-16 18:28:13 +01:00 |
|
Murphy Berzish
|
47007d3f04
|
Merge remote-tracking branch 'upstream/master' into regex-develop
|
2018-04-12 12:13:30 -04:00 |
|
Nikolaj Bjorner
|
f77cfc1487
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2018-04-12 15:06:02 +08:00 |
|
Nikolaj Bjorner
|
aef3de5fca
|
escape ascii above 127, issue #1571
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-04-12 15:05:35 +08:00 |
|
Christoph M. Wintersteiger
|
2abc759d0e
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2018-04-08 21:58:39 +01:00 |
|
Christoph M. Wintersteiger
|
b373bf4252
|
Bugfixes for fpa2bv_converter. Fixes #1564.
|
2018-04-08 21:51:27 +01:00 |
|
Nikolaj Bjorner
|
2dc92e2b94
|
merge with pull request #1557
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-04-07 17:22:49 -07:00 |
|
Christoph M. Wintersteiger
|
be4edddd2b
|
Fixed bug in to_fp/to_fp_unsigned. Thanks to Florian Schanda for reporting this bug.
|
2018-04-06 17:08:29 +01:00 |
|
Christoph M. Wintersteiger
|
932ba15261
|
Merge branch 'master' of https://github.com/Z3Prover/z3
|
2018-04-05 20:29:01 +01:00 |
|
Christoph M. Wintersteiger
|
b0492659d6
|
Merge branch 'master' of https://github.com/wintersteiger/z3
|
2018-04-05 20:28:44 +01:00 |
|
Christoph M. Wintersteiger
|
02bf2530b5
|
Bugfix for fp.to_sbv. Thanks to Florian Schanda for reporting this bug.
|
2018-04-05 19:55:41 +01:00 |
|
Christoph M. Wintersteiger
|
724f86d43e
|
Bugfix for unspecified semantics of some fp.* operators.
|
2018-04-05 19:55:04 +01:00 |
|
Christoph M. Wintersteiger
|
bd00d98398
|
Fixed overflow bug in fp.to_ubv. Thanks to Florian Schanda for reporting this bug.
|
2018-04-05 17:21:17 +01:00 |
|
Christoph M. Wintersteiger
|
3de41e5179
|
Fixed model completion for unspecified cases of floating-point functions. Thanks to Florian Schanda for reporting this bug.
|
2018-04-05 15:27:02 +01:00 |
|
Christoph M. Wintersteiger
|
328ad248b6
|
Fixed overflow problem in fp.to_?bv. Thanks to Florian Schanda for reporting this bug.
|
2018-04-05 15:26:25 +01:00 |
|
Murphy Berzish
|
41703a4254
|
Merge branch 'develop' into regex-develop
|
2018-04-03 12:31:27 -04:00 |
|
Bruce Mitchener
|
2fa304d8de
|
Remove int64, uint64 typedefs in favor of int64_t / uint64_t.
|
2018-03-31 14:45:04 +07:00 |
|
Nikolaj Bjorner
|
18e75dc001
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2018-03-19 13:34:17 -07:00 |
|
Nikolaj Bjorner
|
ebc6ec2eb5
|
fix #1547 by rewriting legacy recognizers to SMT-LIB2.6 style recognizers which are assumed by theory_datatype
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-19 13:33:58 -07:00 |
|
Nikolaj Bjorner
|
5dd7e2c520
|
fix #1544
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-16 19:30:13 -07:00 |
|
Murphy Berzish
|
49b810e00f
|
Merge branch 'master' into regex-develop
|
2018-03-11 23:18:55 -04:00 |
|
Nikolaj Bjorner
|
6e87622c8a
|
remove references to deprecated uses of PROOF_MODE #1531
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-10 13:55:01 -05:00 |
|
Nikolaj Bjorner
|
fc835ba01e
|
Merge pull request #1518 from waywardmonkeys/const-proof-checker
Make proof_checker more const correct.
|
2018-03-09 05:22:49 -05:00 |
|
Bruce Mitchener
|
878a6ca14f
|
Fix typos.
|
2018-03-09 14:30:43 +07:00 |
|
Nikolaj Bjorner
|
246941f2d3
|
fix #1522
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-07 14:26:38 -08:00 |
|
Bruce Mitchener
|
4cc9362851
|
Make proof_checker more const correct.
|
2018-03-07 13:18:39 +07:00 |
|
Nikolaj Bjorner
|
a64fd7145c
|
remove buggy legacy code, rely on pull_cheap_ite option in rewriter, #1511
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-04 03:36:03 -08:00 |
|
Nikolaj Bjorner
|
8e09a78c26
|
fix #1510 by reintroducing automatic declaration of recognizers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-02 23:02:20 +09:00 |
|
Nikolaj Bjorner
|
b79d1a6956
|
fix #1488 for smtlib basic printer
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-02-28 09:22:20 +09:00 |
|
Nikolaj Bjorner
|
ce1b135ec3
|
address accessor inconsistencies between - and from #1506
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-02-26 14:57:17 +09:00 |
|
Nikolaj Bjorner
|
e9b6de0746
|
Merge pull request #1501 from mikhailramalho/master
Convert BVULT(X,Y) into !BVULE(Y,X)
|
2018-02-25 13:19:11 +09:00 |
|
Moritz Kiefer
|
5d0e33c9ad
|
Fix assignment of family ids
|
2018-02-23 20:22:07 +01:00 |
|
Mikhail Ramalho
|
c5336f8003
|
Convert BVULT(X,Y) into !BVULE(Y,X)
Signed-off-by: Mikhail Ramalho <mikhail.ramalho@gmail.com>
|
2018-02-23 17:17:02 +00:00 |
|
Nikolaj Bjorner
|
a4c58ec4c2
|
fix #1496
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-02-22 08:05:28 +09:00 |
|
Nikolaj Bjorner
|
a231ff3735
|
Merge branch 'master' of https://github.com/z3prover/z3
|
2018-02-14 21:47:25 -08:00 |
|
Nikolaj Bjorner
|
0bbdee810d
|
fix #1488
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-02-14 21:46:20 -08:00 |
|
Nikolaj Bjorner
|
1323b8f63f
|
Merge pull request #1485 from waywardmonkeys/modernize-redundant-void-arg
Remove redundant void arg.
|
2018-02-13 08:14:05 -08:00 |
|
Bruce Mitchener
|
971a5eddcb
|
Use bool literal false instead of 0 .
|
2018-02-13 19:23:47 +07:00 |
|
Bruce Mitchener
|
7bf80c66d0
|
Remove redundant void arg.
While this was needed in ANSI C, it isn't in C++ and triggers a warning
in clang-tidy when `modernize-redundant-void-arg` is enabled.
|
2018-02-13 18:51:52 +07:00 |
|
Murphy Berzish
|
54206e3674
|
Merge branch 'develop' into regex-develop
Conflicts:
src/smt/theory_str.h
|
2018-02-12 17:25:50 -05:00 |
|
Bruce Mitchener
|
76eb7b9ede
|
Use nullptr.
|
2018-02-12 14:05:55 +07:00 |
|
Bruce Mitchener
|
7167fda1dc
|
Use override rather than virtual.
|
2018-02-10 09:56:33 +07:00 |
|
Bruce Mitchener
|
b7d1753843
|
Use override rather than virtual.
|
2018-02-09 21:19:27 +07:00 |
|
Nikolaj Bjorner
|
2b847478a2
|
Merge pull request #1478 from waywardmonkeys/unnecessary-value-param-fixes
Remove unnecessary value parameter copies.
|
2018-02-09 02:20:47 -08:00 |
|
Bruce Mitchener
|
757b7c66ef
|
Remove unnecessary value parameter copies.
|
2018-02-09 16:35:34 +07:00 |
|
Bruce Mitchener
|
50f3e9c3c0
|
Fix typos.
|
2018-02-09 16:35:26 +07:00 |
|
Nikolaj Bjorner
|
3f7453f5c5
|
fixing build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-02-07 20:23:31 -08:00 |
|
Nikolaj Bjorner
|
61934d8106
|
align semantics of re.allchar with string proposal. #1475
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-02-07 20:08:15 -08:00 |
|
Nikolaj Bjorner
|
9d37257059
|
Merge pull request #1465 from waywardmonkeys/fix-typos
thanks
|
2018-02-05 18:31:09 -08:00 |
|