#include <equivalent_union_find.hh>
Inheritance diagram for equivalent_union_find:
Public Methods | |
equivalent_union_find (const vertex_data &v) | |
Constructor. | |
virtual | ~equivalent_union_find () |
Virtual destructor. | |
virtual bool | lambda (int, vertex, vertex, dart, dart)=0 |
Pure virtual function to know if the two vertices must be merged. |
|
Constructor.
|
|
Virtual destructor.
|
|
Pure virtual function to know if the two vertices must be merged.
Implements equivalent. Implemented in equivalent_uniform. |