MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / subst_var

Method subst_var

smt/expr.cpp:2283–2287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2281}
2282
2283expr 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
2289expr expr::propagate(const AndExpr &constraints) const {
2290 C();

Callers 2

print_arrayMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected