Skip to content

Commit

Permalink
hash update
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Sep 25, 2019
1 parent d0fc463 commit 1b910c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/z3/z3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ def Implies(a, b, ctx=None):
>>> Implies(p, q)
Implies(p, q)
>>> simplify(Implies(p, q))
Or(q, Not(p))
Or(Not(p), q)
"""
ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx))
s = BoolSort(ctx)
Expand Down

0 comments on commit 1b910c4

Please sign in to comment.