3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 05:18:44 +00:00
z3/src
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
..
ackermannization Adding translation to ackr_model_converter. 2016-06-06 18:06:45 +01:00
api add missing string/re operations #977 and adding Pseudo-Boolean operations to Java API 2017-04-15 09:09:30 +07:00
ast fix for #975, add mask to ensure character encoding is unique within range of bits used for encoding 2017-04-15 09:34:13 +07:00
cmd_context 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
duality 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
interp fix build failures under linux 2016-07-09 13:28:39 -07:00
math remove polynomial factorization as suggested by issue #852 2017-01-09 21:30:54 -08:00
model ensure evaluation of array equalities is enabled for external facing evaluator. Issue #917 2017-03-09 05:29:56 +01:00
muz 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
nlsat fixing unsat core extraction for tactics 2016-11-02 14:14:55 +00:00
opt return box model based on index. Issue #955 2017-03-31 08:12:53 -07:00
parsers Added filenames to error messages for when we have more than one file. 2017-01-16 15:43:13 +00:00
qe 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
sat 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 2017-04-07 21:22:38 -07:00
shell fix bug in lexicographic handling in maxres: previous assumptions were not committed in corner cases 2017-02-02 10:19:11 -08:00
smt add regular expression membership for range of int.to.str functions. Issue #957 2017-04-11 10:49:42 +08:00
solver include recursive functions to models. Issue #898 2017-03-08 21:41:24 -08:00
tactic fix detection of bounds under conjunctions. Issue #971 2017-04-11 07:40:09 +08:00
test Removed polynomial factorization test cases. Relates to #852 and fixes #865. 2017-01-10 14:02:59 +00:00
util Non-windows build fix 2017-03-24 15:25:18 +00:00