3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00

z3str3: regex automata in bitvector model construction

This commit is contained in:
Murphy Berzish 2020-01-24 15:48:58 -05:00 committed by Nikolaj Bjorner
parent 237adbf40c
commit 883c5df109
2 changed files with 165 additions and 7 deletions

View file

@ -854,6 +854,7 @@ protected:
bool fixed_length_reduce_negative_prefix(smt::kernel & subsolver, expr_ref f, expr_ref & cex);
bool fixed_length_reduce_suffix(smt::kernel & subsolver, expr_ref f, expr_ref & cex);
bool fixed_length_reduce_negative_suffix(smt::kernel & subsolver, expr_ref f, expr_ref & cex);
bool fixed_length_reduce_regex_membership(smt::kernel & subsolver, expr_ref f, expr_ref & cex, bool polarity);
// strRegex