mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
implement order lemma
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
979593e2f1
commit
b948091665
2 changed files with 232 additions and 54 deletions
|
@ -27,8 +27,8 @@ template <typename C>
|
|||
void print_vector(const C & t, std::ostream & out) {
|
||||
for (const auto & p : t)
|
||||
out << p << " ";
|
||||
out << std::endl;
|
||||
}
|
||||
|
||||
template <typename C, typename D>
|
||||
bool contains(const C & collection, const D & key) {
|
||||
return collection.find(key) != collection.end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue