pub struct CoreDecomposition { /* private fields */ }Implementations§
Source§impl CoreDecomposition
impl CoreDecomposition
pub fn new( g: &Graph, normalized: bool, enforce_bucket_queue_algorithm: bool, store_node_order: bool, ) -> Self
pub fn get_cover(&self) -> Cover
pub fn get_partition(&self) -> Partition
pub fn get_node_order(&self) -> impl Iterator<Item = u64>
pub fn max_core_number(&self) -> u64
Trait Implementations§
Source§impl Algorithm for CoreDecomposition
impl Algorithm for CoreDecomposition
Auto Trait Implementations§
impl Freeze for CoreDecomposition
impl RefUnwindSafe for CoreDecomposition
impl !Send for CoreDecomposition
impl !Sync for CoreDecomposition
impl Unpin for CoreDecomposition
impl UnwindSafe for CoreDecomposition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more