3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

Disable collect_equivs_of_fixed_vars() that led to long explanations

This commit is contained in:
Lev Nachmanson 2019-04-09 16:54:30 -07:00
parent 5c949d74d8
commit bddda1674d

View file

@ -1856,7 +1856,7 @@ struct solver::imp {
add_equivalence_maybe(s.terms()[i], s.get_column_upper_bound_witness(j), s.get_column_lower_bound_witness(j));
}
}
collect_equivs_of_fixed_vars();
// collect_equivs_of_fixed_vars();
}
void collect_equivs_of_fixed_vars() {