mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
prepare to hook up pdd_grobner
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
610a2837ea
commit
c6ea5c2263
8 changed files with 71 additions and 39 deletions
|
@ -41,6 +41,9 @@ public:
|
|||
m_explanation.push_back(std::make_pair(one_of_type<mpq>(), j));
|
||||
}
|
||||
|
||||
void push_back(constraint_index j) {
|
||||
push_justification(j);
|
||||
}
|
||||
|
||||
void add(const explanation& e) { for (auto j: e.m_set_of_ci) add(j); }
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue