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