Home
last modified time | relevance | path

Searched refs:Depth_First_Search (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dglib-graphs.adb572 function Depth_First_Search (G : Graph) return Depth_Vertices_Array is subprogram
575 return Depth_First_Search (G, Acyclic'Access); argument
576 end Depth_First_Search;
582 function Depth_First_Search subprogram
668 end Depth_First_Search; argument
744 return Strongly_Connected_Components (G, Depth_First_Search (G));
H A Dglib-graphs.ads204 function Depth_First_Search (G : Graph) return Depth_Vertices_Array; subprogspec
207 function Depth_First_Search subprogspec
H A Dglib-graphs-layouts.adb287 Sorted : constant Depth_Vertices_Array := Depth_First_Search
755 Nodes : constant Depth_Vertices_Array := Depth_First_Search (G);
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dglib-graphs.adb564 function Depth_First_Search (G : Graph) return Depth_Vertices_Array is subprogram
567 return Depth_First_Search (G, Acyclic'Access); argument
568 end Depth_First_Search;
574 function Depth_First_Search subprogram
649 end Depth_First_Search; argument
725 return Strongly_Connected_Components (G, Depth_First_Search (G));
H A Dglib-graphs.ads200 function Depth_First_Search (G : Graph) return Depth_Vertices_Array; subprogspec
203 function Depth_First_Search subprogspec