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