3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

catch default case

This commit is contained in:
Jakob Rath 2023-02-23 10:56:12 +01:00
parent 5ffd00073a
commit 645f4620de

View file

@ -388,6 +388,9 @@ namespace bv {
ctx.add_antecedent(probing, c.a, c.c);
break;
}
default:
UNREACHABLE();
break;
}
if (!probing && ctx.use_drat())
log_drat(c);