mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
track variables used by nla_solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
31937f0b91
commit
0b785cc942
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
m_dep_intervals.mul(hi, a, t);
|
||||
m_dep_intervals.add(t, lo, ret);
|
||||
}
|
||||
m().del(a);
|
||||
}
|
||||
// f meant to be called when the separation happens
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue