FST
openfst-1.8.4
OpenFst Library
|
#include <union-find.h>
Public Member Functions | |
UnionFind (T max, T fail) | |
T | FindSet (T item) |
void | Union (T x, T y) |
T | MakeSet (T item) |
void | MakeAllSet (T max) |
const T & | Parent (const T &x) const |
Definition at line 30 of file union-find.h.
|
inline |
Definition at line 35 of file union-find.h.
|
inline |
Definition at line 39 of file union-find.h.
|
inline |
Definition at line 72 of file union-find.h.
|
inline |
Definition at line 60 of file union-find.h.
|
inline |
Definition at line 78 of file union-find.h.
|
inline |
Definition at line 56 of file union-find.h.