mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 10:35:33 +00:00
parent
96a2c04026
commit
1434c7d394
2 changed files with 22 additions and 1 deletions
|
@ -8837,7 +8837,7 @@ def substitute_vars(t, *m):
|
|||
return _to_expr_ref(Z3_substitute_vars(t.ctx.ref(), t.as_ast(), num, _to), t.ctx)
|
||||
|
||||
def substitute_funs(t, *m):
|
||||
"""Apply subistitution m on t, m is a list of pairs of a function and expression (from, to)
|
||||
"""Apply substitution m on t, m is a list of pairs of a function and expression (from, to)
|
||||
Every occurrence in to of the function from is replaced with the expression to.
|
||||
The expression to can have free variables, that refer to the arguments of from.
|
||||
For examples, see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue