Nikolaj Bjorner
|
8dde1bf86d
|
compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2020-04-28 16:02:32 -07:00 |
|
Nikolaj Bjorner
|
f9193809ea
|
add recfun rewriting, remove quantifier based recfun
|
2020-04-26 12:59:51 -07:00 |
|
Nikolaj Bjorner
|
44104a5cce
|
fix #3198
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2020-03-08 14:03:46 +01:00 |
|
Nikolaj Bjorner
|
559c3ca012
|
fix #3035
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2020-02-18 10:46:25 -10:00 |
|
Nikolaj Bjorner
|
2d59b81353
|
delay evaluation of model, throttle propagation, introduce LUT results into cutset
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2020-02-05 12:33:42 -08:00 |
|
Nuno Lopes
|
6a0c409b0f
|
move a few strings instead of copying
|
2019-02-28 10:53:27 +00:00 |
|
nilsbecker
|
6ee3941523
|
more cleanup
|
2019-02-23 12:08:08 +01:00 |
|
nilsbecker
|
ec76efedbe
|
synchronizing with main repository
|
2019-02-22 00:19:43 +01:00 |
|
nilsbecker
|
28c03ed1de
|
logging support for theory axioms
|
2019-02-21 19:29:35 +01:00 |
|
Nuno Lopes
|
904bc34139
|
remove some debug leftover
|
2019-02-05 10:02:58 +00:00 |
|
Nikolaj Bjorner
|
f2e636c598
|
record simplified input clauses as lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2019-01-16 16:37:21 -08:00 |
|
nilsbecker
|
bfb554c0b8
|
logging sorts of quantified variables
logging proof objects seperately form regular terms
renaming inst-possible -> inst-discovered
|
2019-01-14 21:28:06 +01:00 |
|
nilsbecker
|
3620dfee5e
|
logging names of quantified variables and updating inst-possible line
|
2019-01-08 22:09:32 +01:00 |
|
nilsbecker
|
58def55796
|
mbqi support
|
2019-01-05 14:44:06 +01:00 |
|
Nils Becker
|
0870760eb5
|
logging meaning of theory specific constants
|
2018-12-03 22:41:59 +01:00 |
|
nilsbecker
|
988e8afc2e
|
support for logging congruence closure equality explanations when commutativity is used
|
2018-12-03 13:50:48 +01:00 |
|
Nikolaj Bjorner
|
503bedbc7a
|
fix #1967:
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-11-26 21:12:47 -08:00 |
|
Nikolaj Bjorner
|
e026f96ed4
|
code review updates for #1963
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-11-25 14:30:30 -08:00 |
|
nilsbecker
|
b57a483a6c
|
using obj_hashtable instead of unordered_set as suggested by Nikolaj
|
2018-11-25 22:50:14 +01:00 |
|
nilsbecker
|
547fbd4764
|
avoid rechecking whether equality explanations are already logged
|
2018-10-09 16:42:10 +02:00 |
|
nilsbecker
|
820c14ed06
|
synchronize fork
|
2018-07-06 16:19:13 +02:00 |
|
nilsbecker
|
a405742037
|
Adding comments
|
2018-07-06 12:43:46 +02:00 |
|
Nikolaj Bjorner
|
520ce9a5ee
|
integrate lambda expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-06-26 07:23:04 -07:00 |
|
nilsbecker
|
3c464071f7
|
adding comments
|
2018-06-06 19:24:29 +02:00 |
|
nilsbecker
|
f3a627b026
|
making theory explantions easier to parse
|
2018-05-27 15:29:57 +02:00 |
|
nilsbecker
|
1aeffa2e01
|
fixing issue where argument equalities for congruence explanations were not updated
explaining equalities added by theories
|
2018-05-24 19:25:59 +02:00 |
|
nilsbecker
|
9bc7d5de0f
|
making sure equality explanations for bound terms are logged
|
2018-04-29 16:39:32 +02:00 |
|
nilsbecker
|
b3aed5987c
|
Merge branch 'master' of https://github.com/Nils-Becker/z3
|
2018-04-08 18:27:21 +02:00 |
|
Nils Becker
|
7585f28dec
|
Improved quantifier instantiation logging
|
2018-04-08 18:18:02 +02:00 |
|
Nikolaj Bjorner
|
b572639fcd
|
fix #1545
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2018-03-17 17:49:33 -07: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 |
|
Nikolaj Bjorner
|
357b4b20fd
|
fix #1365. Filter MBQI instantiations for as-array terms that lead the array theory to return unknown and therefore block further instantiations. as-array terms are at this point almost always created from internal model values so quantifier instantiations with these have little value, other than instantiations of other paraameters that may indepdendently help
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-11-23 11:17:41 -08:00 |
|
Nikolaj Bjorner
|
009e94d188
|
update to theory_seq following examples from PJLJ
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-08-30 14:00:01 -07:00 |
|
Nikolaj Bjorner
|
bcf229dcfd
|
removing dependencies on simplifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-08-26 11:23:41 -07:00 |
|
Nikolaj Bjorner
|
e2b46257d6
|
reducing dependencies on simplifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-08-22 15:09:34 -07:00 |
|
Nikolaj Bjorner
|
b19f94ae5b
|
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-07-31 13:24:11 -07:00 |
|
Christoph M. Wintersteiger
|
faa19117e4
|
Fixed inconsistent state upon solver interruption. Partially fixes #951.
|
2017-07-21 17:42:48 +01:00 |
|
Nikolaj Bjorner
|
ec29a03c8f
|
add facility to dispense with cancellation (not activated at this point). Address #961 by expanding recurisve function definitions that are not tautologies if the current model does not validate
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-04-07 21:22:38 -07:00 |
|
Nikolaj Bjorner
|
228111511c
|
fixing build break, addressing #935
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2017-03-11 18:41:36 +01:00 |
|
Nikolaj Bjorner
|
725e79e9eb
|
re-enable ematching on recursive function definitions, disabling ematching breaks regressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-11-20 06:24:47 -08:00 |
|
Nikolaj Bjorner
|
6a9b5ea3af
|
fix unsoundness reported in issue #777, disable ematching on recursive function definition axioms exposed in #793
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-11-19 15:29:43 -08:00 |
|
Christoph M. Wintersteiger
|
5ef7d38d72
|
Whitespace
|
2016-11-05 14:39:23 +00:00 |
|
Christoph M. Wintersteiger
|
3bea00efe3
|
added smt_params trace
|
2016-07-13 15:35:29 +01:00 |
|
Nikolaj Bjorner
|
7c6540e18f
|
recursive function definitions; combine model-building functionality
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-03-03 07:59:03 -08:00 |
|
Nikolaj Bjorner
|
a25336a899
|
fix test build, working on rec-functions and automata complementation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-03-01 22:31:44 -08:00 |
|
Nikolaj Bjorner
|
aec5a38b14
|
fix memory leak in SAT solver exposed by regression tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2016-01-06 11:44:55 -08:00 |
|
Nikolaj Bjorner
|
4e155887b2
|
consolidate cancellation to context check_cancel_flag instead of calling in set_cancel()
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2015-12-11 09:51:43 -08:00 |
|
Christoph M. Wintersteiger
|
b9e273800c
|
Made quantifier-related parts of smt::model_finder and smt::model_checker interruptable.
Fixes #178
|
2015-07-29 16:55:45 +01:00 |
|
Nuno Lopes
|
71d31c1267
|
minor optimization to reset() methods in smt::ketnel and smt::quantifier_manager
Signed-off-by: Nuno Lopes <a-nlopes@MSRC-4051274.europe.corp.microsoft.com>
|
2015-02-27 11:48:14 +00:00 |
|