pub unsafe extern "C" fn SCIPdisjointsetGetComponentCount(
djset: *mut SCIP_DISJOINTSET,
) -> c_intExpand description
returns the number of independent components in this disjoint set (union find) data structure
pub unsafe extern "C" fn SCIPdisjointsetGetComponentCount(
djset: *mut SCIP_DISJOINTSET,
) -> c_intreturns the number of independent components in this disjoint set (union find) data structure