mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b3fa5d7978
commit
7b6f51941c
3 changed files with 10 additions and 19 deletions
|
@ -7453,7 +7453,7 @@ def WithParams(t, p):
|
|||
>>> x, y = Ints('x y')
|
||||
>>> p = ParamsRef()
|
||||
>>> p.set("som", True)
|
||||
>>> t = With(Tactic('simplify'), p)
|
||||
>>> t = WithParams(Tactic('simplify'), p)
|
||||
>>> t((x + 1)*(y + 2) == 0)
|
||||
[[2*x + y + x*y == -2]]
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue