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:
parent
ae7e7333a6
commit
22e2ad6824
3 changed files with 53 additions and 57 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue