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:
parent
c6ea5c2263
commit
b9f74db14c
6 changed files with 79 additions and 9 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
m_dep_intervals(lim),
|
||||
m_core(c)
|
||||
{}
|
||||
dep_intervals& get_dep_intervals() { return m_dep_intervals; }
|
||||
u_dependency* mk_join(u_dependency* a, u_dependency* b) { return m_dep_intervals.mk_join(a, b); }
|
||||
u_dependency* mk_leaf(lp::constraint_index ci) { return m_dep_intervals.mk_leaf(ci); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue