Trait StaticDegreeSequenceGenerator

Source
pub trait StaticDegreeSequenceGenerator: StaticGraphGenerator {
    // Required methods
    fn is_realizable(&mut self) -> bool;
    fn get_realizable(&self) -> bool;
}

Required Methods§

Source

fn is_realizable(&mut self) -> bool

Source

fn get_realizable(&self) -> bool

Implementors§