mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 02:15:19 +00:00
revert relevancy override
This commit is contained in:
parent
3b2315d771
commit
78ce6c1c6c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue