spot 2.13
|
This Union-Find data structure is a particular union-find, dedicated for emptiness checks below, see ec.hh. The key of this union-find is int. Moreover, we suppose that only consecutive int are inserted. This union-find includes most of the classical optimisations (IPC, LR, PC, MS). More...
#include <spot/mc/unionfind.hh>
Public Member Functions | |
void | makeset (int e) |
bool | unite (int e1, int e2) |
void | markdead (int e) |
bool | sameset (int e1, int e2) |
bool | isdead (int e) |
This Union-Find data structure is a particular union-find, dedicated for emptiness checks below, see ec.hh. The key of this union-find is int. Moreover, we suppose that only consecutive int are inserted. This union-find includes most of the classical optimisations (IPC, LR, PC, MS).