Skip to content

Commit

Permalink
revert relevancy override
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 21, 2024
1 parent 3b2315d commit 78ce6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smt/smt_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ namespace smt {
// there are some other cases where relevancy propagation is harmful.
//
void setup::setup_relevancy(static_features& st) {
return;
if (st.m_has_bv && !st.m_has_fpa && st.m_num_quantifiers == 0)
m_params.m_relevancy_lvl = 0;
}
Expand Down

0 comments on commit 78ce6c1

Please sign in to comment.