Searched refs:ReachableFrom (Results 1 – 1 of 1) sorted by relevance
294 struct ReachableFrom<'a> { struct300 impl<'a> MonotoneFramework for ReachableFrom<'a> { implementation305 fn new(graph: &'a Graph) -> ReachableFrom { in new() argument307 ReachableFrom { in new()366 impl<'a> From<ReachableFrom<'a>> for HashMap<Node, HashSet<Node>> {367 fn from(reachable: ReachableFrom<'a>) -> Self { in from()375 let reachable = analyze::<ReachableFrom>(&g); in monotone()