mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fixing the bugs
This commit is contained in:
parent
c43b99daae
commit
c050af922f
6 changed files with 39 additions and 25 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue