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:
parent
5c949d74d8
commit
bddda1674d
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue