3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

fixing the bugs

This commit is contained in:
Lev Nachmanson 2023-09-07 15:59:20 -07:00
parent c43b99daae
commit c050af922f
6 changed files with 39 additions and 25 deletions

View file

@ -670,6 +670,7 @@ class lar_solver : public column_namer {
return 0;
return m_usage_in_terms[j];
}
std::function<void (const indexed_uint_set& columns_with_changed_bound)> m_find_monics_with_changed_bounds_func = nullptr;
friend int_solver;
friend int_branch;
};