static void join_uf(std::vector< Cluster > &)
This method uses the union-find algorithm to create union-find groups in agreement with the Cluster m...
Definition: merge_class.cpp:5
static void rearrange_clusters(std::vector< Galaxy > &, std::vector< Cluster > &)
This method creates Cluster instances following the UnionFind data in each Galaxy.
Definition: merge_class.cpp:12