3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 11:55:51 +00:00

hook up pdd_grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-12-26 17:24:31 -08:00
parent c6ea5c2263
commit b9f74db14c
6 changed files with 79 additions and 9 deletions

View file

@ -43,7 +43,7 @@ public:
m_dep_intervals.set_interval_for_scalar(k, p.val());
return k;
}
bool deps = (wd == w_dep::with_deps);
bool deps = wd == w_dep::with_deps;
interval a = m_var2interval(p.var(), deps);
interval hi = get_interval<wd>(p.hi());
interval la = get_interval<wd>(p.lo());