Positive graph dot and graphml formatting functions
This commit is contained in:
@ -704,4 +704,8 @@ impl PositiveSet {
|
||||
.collect::<PositiveSet>()
|
||||
.union(self)
|
||||
}
|
||||
|
||||
pub fn elements(&self) -> Set {
|
||||
self.iter().map(|el| *el.0).collect::<Vec<_>>().into()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user