mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
update expected
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6202cd5394
commit
33985ebcf5
1 changed files with 1 additions and 1 deletions
|
@ -1771,7 +1771,7 @@ def Xor(a, b, ctx=None):
|
|||
>>> Xor(p, q)
|
||||
Xor(p, q)
|
||||
>>> simplify(Xor(p, q))
|
||||
Not(p) == q
|
||||
Not(p == q)
|
||||
"""
|
||||
ctx = _get_ctx(_ctx_from_ast_arg_list([a, b], ctx))
|
||||
s = BoolSort(ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue