3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 10:50:24 +00:00

z3str3: refactor app* to app_ref

This commit is contained in:
Murphy Berzish 2019-11-22 17:08:58 -05:00 committed by Nikolaj Bjorner
parent b2c3025e21
commit 415260b93d
2 changed files with 6 additions and 7 deletions

View file

@ -515,7 +515,7 @@ protected:
void track_variable_scope(expr * var);
app * mk_str_var(std::string name);
app * mk_int_var(std::string name);
app * mk_nonempty_str_var();
app_ref mk_nonempty_str_var();
app * mk_internal_xor_var();
expr * mk_internal_valTest_var(expr * node, int len, int vTries);
app * mk_regex_rep_var();