mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
use dep_intervals inside of nla_intervals
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ee255ef8b3
commit
22bec010ba
10 changed files with 260 additions and 667 deletions
|
@ -32,7 +32,6 @@ class core;
|
|||
class horner : common {
|
||||
nex_creator::sum_factory m_row_sum;
|
||||
unsigned m_row_index;
|
||||
bool m_fixed_as_scalars;
|
||||
public:
|
||||
typedef intervals::interval interv;
|
||||
horner(core *core, intervals*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue