Skip to content

Commit

Permalink
remove Simplify rewrite resulting in flaky build breaks
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Sep 25, 2019
1 parent 20feecc commit 2a1f05e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/python/z3/z3.py
Expand Up @@ -1624,8 +1624,6 @@ def Implies(a, b, ctx=None):
>>> p, q = Bools('p q')
>>> Implies(p, q)
Implies(p, q)
>>> simplify(Implies(p, q))
Or(q, Not(p))
"""
ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx))
s = BoolSort(ctx)
Expand Down

0 comments on commit 2a1f05e

Please sign in to comment.