|
UnionFind_Structure Struct Reference Detailed Descriptiona weighted-quick-union-path-compression union find structure Definition at line 42 of file misc_stp.h.
Field Documentation
number of components Definition at line 46 of file misc_stp.h. Referenced by SCIPunionfindInit(), and SCIPunionfindUnion().
parent[i] stores the parent of i Definition at line 44 of file misc_stp.h. Referenced by lca(), SCIPunionfindFind(), SCIPunionfindFree(), SCIPunionfindInit(), and SCIPunionfindUnion().
size[i] stores number of nodes in the tree rooted at i Definition at line 45 of file misc_stp.h. Referenced by SCIPunionfindFree(), SCIPunionfindInit(), and SCIPunionfindUnion(). |
||||||||||||||||||