#include <kernel_union_find.hh>
Inheritance diagram for kernel_union_find:
Public Methods | |
kernel_union_find (equivalent_union_find &equi) | |
Constructor. | |
virtual | ~kernel_union_find () |
Destructor. | |
void | compute_kernel (combi_map_priv &) |
bool | continue_computation () |
|
Constructor.
|
|
Destructor.
|
|
Function to compute the kernel of the combinatorial map used in a do-compute_kernel while(continue_computation()) Implements kernel. |
|
Function to know if the compute_kernel function must be iterate an other time used in a do-compute_kernel while(continue_computation()) Implements kernel. |