mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Disable collect_equivs_of_fixed_vars() that led to long explanations
This commit is contained in:
parent
5c949d74d8
commit
bddda1674d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue