Exemple #1
0
 /** \brief Equivalent buckets have the same parts
  */
 bool in_same_partition( const Bucket& b ) const {
   return first_bucket_in_partition() == b.first_bucket_in_partition();
 }