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:
parent
c3a373e225
commit
0fbf8f92f5
3 changed files with 4 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue