mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
catch default case
This commit is contained in:
parent
5ffd00073a
commit
645f4620de
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue