pub type SCIP_DISJOINTSET = SCIP_DisjointSet;Expand description
disjoint set (disjoint set (union find)) data structure for querying and updating connectedness of a graph with integer vertices 0,…,n - 1
- \ref DisjointSet “List of available methods”
Aliased Type§
pub struct SCIP_DISJOINTSET { /* private fields */ }