Gromacs
2020.4
|
#include <algorithm>
#include <numeric>
#include <vector>
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/gmxassert.h"
Implements gmx::UnionFinder and gmx::MappedUnionFinder.
Classes | |
class | gmx::UnionFinder |
Union-find data structure for keeping track of disjoint sets. More... | |
class | gmx::MappedUnionFinder |
Extension of UnionFind that supports non-consecutive integer indices as items. More... | |