3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +00:00

revert relevancy override

This commit is contained in:
Nikolaj Bjorner 2024-12-21 18:10:10 +01:00
parent 3b2315d771
commit 78ce6c1c6c

View file

@ -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;
}