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:
parent
237adbf40c
commit
883c5df109
2 changed files with 165 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue