3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-23 04:38:53 +00:00

delete remove_fixed_vars_from_base() from

int_solver
This commit is contained in:
Lev Nachmanson 2023-08-05 09:31:55 -10:00 committed by Lev Nachmanson
parent c3a373e225
commit 0fbf8f92f5
3 changed files with 4 additions and 31 deletions

View file

@ -333,8 +333,9 @@ class lar_solver : public column_namer {
void add_column_rows_to_touched_rows(lpvar j);
template <typename T>
void propagate_bounds_for_touched_rows(lp_bound_propagator<T>& bp) {
remove_fixed_vars_from_base();
if (settings().propagate_eqs()) {
if (settings().random_next() % 10 == 0)
remove_fixed_vars_from_base();
bp.clear_for_eq();
for (unsigned i : m_touched_rows) {
unsigned offset_eqs = stats().m_offset_eqs;