3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

add a test with equivalent variales for order lemma

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-12-09 11:15:12 -10:00 committed by Lev Nachmanson
parent 70612fb109
commit 89c2ecbace
3 changed files with 31 additions and 9 deletions

View file

@ -36,5 +36,8 @@ public:
}
template <typename A> void add(const A& a) { for (constraint_index j : a) push_justification(j); }
bool empty() const {
return m_explanation.empty();
}
};
}