3
0
Fork 0
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:
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)
return MkXor(r, t);
})
: MkTrue();
: MkFalse();
}
/// <summary>