mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
old bug: unit of xor is false
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4e0a2f5968
commit
1fa373d6c2
|
@ -993,7 +993,7 @@ namespace Microsoft.Z3
|
||||||
using (r)
|
using (r)
|
||||||
return MkXor(r, t);
|
return MkXor(r, t);
|
||||||
})
|
})
|
||||||
: MkTrue();
|
: MkFalse();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue