mirror of
https://github.com/Z3Prover/z3
synced 2025-09-01 07:40:41 +00:00
sketch replace_all
This commit is contained in:
parent
5672f5cc34
commit
42219204ed
2 changed files with 74 additions and 0 deletions
|
@ -107,6 +107,8 @@ namespace seq {
|
|||
void length_axiom(expr* n);
|
||||
void unroll_not_contains(expr* e);
|
||||
void replace_re_axiom(expr* e);
|
||||
void replace_all_axiom(expr* e);
|
||||
void replace_re_all_axiom(expr* e);
|
||||
|
||||
expr_ref length_limit(expr* s, unsigned k);
|
||||
expr_ref is_digit(expr* ch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue