3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

use regien to allocate and delete interval dependencies

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-08-09 11:00:01 -07:00
parent ae7e7333a6
commit 22e2ad6824
3 changed files with 53 additions and 57 deletions

View file

@ -28,13 +28,10 @@ class core;
class horner : common {
intervals *m_intervals;
intervals m_intervals;
public:
typedef nla_expr<rational> nex;
typedef intervals::interval interv;
void set_intervals( intervals * i) {
m_intervals = i;
}
horner(core *core);
void horner_lemmas();
template <typename T> // T has an iterator of (coeff(), var())