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

more aggressive term tightening

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-03-14 16:38:37 -10:00 committed by Lev Nachmanson
parent 50418fa170
commit 0a3c118701
3 changed files with 96 additions and 45 deletions

View file

@ -726,6 +726,7 @@ public:
return m_usage_in_terms[j];
}
std::string get_bounds_string(unsigned j) const;
void write_bound_lemma(unsigned j, bool is_low, const std::string & location, std::ostream & out) const;
std::function<void (const indexed_uint_set& columns_with_changed_bound)> m_find_monics_with_changed_bounds_func = nullptr;