Skip to content

Commit

Permalink
contains-partition
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 8, 2022
1 parent 6a1193e commit c584750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/top_sort.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}


Expand Down

0 comments on commit c584750

Please sign in to comment.