Releases: frenetic-lang/ocaml-topology
Releases · frenetic-lang/ocaml-topology
v0.2.0
Minor Enhancements
- Add
to_string
function forvertex
(#36) - Expose number of edges and vertexes in topology (#36)
- Add
inverse_edge
to find a corresponding edge withsrc
anddst
reversed (#41, #43) - Better DOT file parsing (#48)
Enhancements
- Export an
Topology
instantiation with simple implementations forNODE
andLINK
(#36). - Add
find_edge
function to get a single edge between twovertex
es (#36) - Add
find_all_edges
to get all edges between twovertex
es (#47) - Add all shortest path (Bellman-Ford) implementation (#36)
- Add all pairs shortest path (Floyd-Warshall) implementation (#36, #37)