mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 06:53:58 +00:00
add simplify_parent()
This commit is contained in:
parent
bcaad06061
commit
f9e1ed4496
4 changed files with 368 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue