3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 06:00:53 +00:00

enable propagate-linear-equations and extend to monomials

This commit is contained in:
Nikolaj Bjorner 2023-10-21 19:57:41 -07:00
parent 53ce18ef34
commit c9d298e57f
2 changed files with 38 additions and 31 deletions

View file

@ -26,6 +26,7 @@ namespace nla {
unsigned m_quota = 0;
unsigned m_delay_base = 0;
unsigned m_delay = 0;
std::unordered_map<unsigned_vector, lpvar, hash_svector> m_mon2var;
lp::lp_settings& lp_settings();