3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-11-30 07:43:42 -08:00
parent 57318bab5b
commit dbfeeb8b1c

View file

@ -2160,7 +2160,7 @@ namespace sat {
if (is_undef(lit)) {
val = l_undef;
}
if (is_true(lit)) {
else if (is_true(lit)) {
val = l_true;
}
else {