3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 06:53:58 +00:00

add simplify_parent()

This commit is contained in:
Murphy Berzish 2016-05-09 18:12:21 -04:00
parent bcaad06061
commit f9e1ed4496
4 changed files with 368 additions and 2 deletions

View file

@ -195,6 +195,7 @@ namespace smt {
expr * getMostLeftNodeInConcat(expr * node);
expr * getMostRightNodeInConcat(expr * node);
void get_var_in_eqc(expr * n, std::set<expr*> & varSet);
expr * eval_concat(expr * n1, expr * n2);
// strRegex