mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
update expected
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6202cd5394
commit
33985ebcf5
|
@ -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…
Reference in a new issue