Skip to content

Commit

Permalink
fix #4643
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 17, 2020
1 parent e591b32 commit 33d96c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smt/smt_internalizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1415,6 +1415,7 @@ namespace smt {
m_stats.m_num_mk_bin_clause++;
return nullptr;
}
Z3_fallthrough;
default: {
m_stats.m_num_mk_clause++;
unsigned iscope_lvl = lemma ? get_max_iscope_lvl(num_lits, lits) : 0;
Expand Down

0 comments on commit 33d96c1

Please sign in to comment.