3
0
Fork 0
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:
Nikolaj Bjorner 2022-03-17 08:21:22 -07:00
parent 4e0a2f5968
commit 1fa373d6c2

View file

@ -993,7 +993,7 @@ namespace Microsoft.Z3
using (r) using (r)
return MkXor(r, t); return MkXor(r, t);
}) })
: MkTrue(); : MkFalse();
} }
/// <summary> /// <summary>