3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-01 07:40:41 +00:00

sketch replace_all

This commit is contained in:
Nikolaj Bjorner 2022-01-01 17:39:37 -08:00
parent 5672f5cc34
commit 42219204ed
2 changed files with 74 additions and 0 deletions

View file

@ -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);