|
| ||
| Algorithm 2 Verify whether it is possible to merge a leaf cluster to . | ||
|
| ||
| 1: | MergeCluster( , , Oi) | |
| 2: | if CollidingClusters( , , Oi) == FALSE then | |
| 3: | return FALSE. | |
| 4: |
if
|
|
| 5: | return FALSE. // BVs overlap | |
| 6: | return TRUE. | |
|
| ||
|
| ||
| Algorithm 2 Verify whether it is possible to merge a leaf cluster to . | ||
|
| ||
| 1: | MergeCluster( , , Oi) | |
| 2: | if CollidingClusters( , , Oi) == FALSE then | |
| 3: | return FALSE. | |
| 4: |
if
|
|
| 5: | return FALSE. // BVs overlap | |
| 6: | return TRUE. | |
|
| ||