mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 03:46:17 +00:00
contains-partition
This commit is contained in:
parent
6a1193eebd
commit
c5847504ff
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class top_sort {
|
||||||
|
|
||||||
|
|
||||||
bool contains_partition(T* f) const {
|
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…
Add table
Add a link
Reference in a new issue