mirror of
https://github.com/Z3Prover/z3
synced 2025-06-07 06:33:23 +00:00
revert relevancy override
This commit is contained in:
parent
3b2315d771
commit
78ce6c1c6c
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ namespace smt {
|
||||||
// there are some other cases where relevancy propagation is harmful.
|
// there are some other cases where relevancy propagation is harmful.
|
||||||
//
|
//
|
||||||
void setup::setup_relevancy(static_features& st) {
|
void setup::setup_relevancy(static_features& st) {
|
||||||
|
return;
|
||||||
if (st.m_has_bv && !st.m_has_fpa && st.m_num_quantifiers == 0)
|
if (st.m_has_bv && !st.m_has_fpa && st.m_num_quantifiers == 0)
|
||||||
m_params.m_relevancy_lvl = 0;
|
m_params.m_relevancy_lvl = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue