3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 07:15:26 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-07 16:51:06 +02:00
parent 29c6d42380
commit 897cbf347b
3 changed files with 52 additions and 3 deletions

View file

@ -566,6 +566,8 @@ namespace smt {
void add_int_string(expr* e);
bool check_int_string();
bool check_int_string(expr* e);
bool branch_itos();
bool branch_itos(expr* e);
expr_ref add_elim_string_axiom(expr* n);
void add_in_re_axiom(expr* n);