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:
parent
70612fb109
commit
89c2ecbace
3 changed files with 31 additions and 9 deletions
|
@ -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();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue