mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
remove Simplify rewrite resulting in flaky build breaks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
20feecc7b0
commit
2a1f05e7e8
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue