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

port Grobner

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-10-30 19:12:11 -07:00
parent 4651eb7042
commit 71c3a09f4a
4 changed files with 44 additions and 11 deletions

View file

@ -212,7 +212,7 @@ public:
a.m_upper_dep = b.m_upper_dep;
}
void set(interval& a, const interval& b, int fooo) const {
void set_with_no_deps(interval& a, const interval& b) const {
m_imanager.set(a, b);
}