mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
contains-partition
This commit is contained in:
parent
6a1193eebd
commit
c5847504ff
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue