mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
fix #5381
This commit is contained in:
parent
29c6d42380
commit
897cbf347b
3 changed files with 52 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue