mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +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)
|
||||
return MkXor(r, t);
|
||||
})
|
||||
: MkTrue();
|
||||
: MkFalse();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue