Skip to content

Commit 2a1f05e

Browse files
remove Simplify rewrite resulting in flaky build breaks
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 20feecc commit 2a1f05e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/api/python/z3/z3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,8 +1624,6 @@ def Implies(a, b, ctx=None):
16241624
>>> p, q = Bools('p q')
16251625
>>> Implies(p, q)
16261626
Implies(p, q)
1627-
>>> simplify(Implies(p, q))
1628-
Or(q, Not(p))
16291627
"""
16301628
ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx))
16311629
s = BoolSort(ctx)

0 commit comments

Comments
 (0)