3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

contains-partition

This commit is contained in:
Nikolaj Bjorner 2022-06-08 12:20:45 -07:00
parent 6a1193eebd
commit c5847504ff

View file

@ -44,7 +44,7 @@ class top_sort {
bool contains_partition(T* f) const {
return m_partition_id.get(f->get_small_id()) != UINT_MAX;
return m_partition_id.get(f->get_small_id(), UINT_MAX) != UINT_MAX;
}