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:
parent
4651eb7042
commit
71c3a09f4a
4 changed files with 44 additions and 11 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue