pub unsafe extern "C" fn SCIPcreateDisjointset(
scip: *mut SCIP,
djset: *mut *mut SCIP_DISJOINTSET,
ncomponents: c_int,
) -> SCIP_RETCODEExpand description
creates a disjoint set (union find) structure \p djset for \p ncomponents many components (of size one)