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:
parent
53ce18ef34
commit
c9d298e57f
2 changed files with 38 additions and 31 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue