mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
parent
e591b321bb
commit
33d96c1a37
1 changed files with 1 additions and 0 deletions
|
@ -1415,6 +1415,7 @@ namespace smt {
|
||||||
m_stats.m_num_mk_bin_clause++;
|
m_stats.m_num_mk_bin_clause++;
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
Z3_fallthrough;
|
||||||
default: {
|
default: {
|
||||||
m_stats.m_num_mk_clause++;
|
m_stats.m_num_mk_clause++;
|
||||||
unsigned iscope_lvl = lemma ? get_max_iscope_lvl(num_lits, lits) : 0;
|
unsigned iscope_lvl = lemma ? get_max_iscope_lvl(num_lits, lits) : 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue