| 2281 | } |
| 2282 | |
| 2283 | expr expr::subst_var(const expr &repl) const { |
| 2284 | C(repl); |
| 2285 | auto r = repl(); |
| 2286 | return Z3_substitute_vars(ctx(), ast(), 1, &r); |
| 2287 | } |
| 2288 | |
| 2289 | expr expr::propagate(const AndExpr &constraints) const { |
| 2290 | C(); |
no outgoing calls
no test coverage detected