digraph: Add feature to get all successors and predecessors
[nit.git] / lib / graph / digraph.nit
2019-08-27 Florian Deljarrydigraph: Add feature to get all successors and predecessors
2018-05-01 Jean Privatlib/graph: add `Digraph::eulerian_path`
2018-05-01 Jean Privatlib/graph: add MutableDigraph::add_graph
2018-05-01 Jean Privatlib/graph: remove unneeded import in docunits
2018-05-01 Jean Privatlib: rename graphs to graph