mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
commit
5c65f44957
1 changed files with 1 additions and 6 deletions
|
@ -171,11 +171,6 @@ impl Graph {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn is_acyclic(&self) -> bool {
|
fn is_acyclic(&self) -> bool {
|
||||||
for edges in self.out_edges.values() {
|
self.out_edges.values().all(|edge| edge.is_empty())
|
||||||
if !edges.is_empty() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue