directed_graph 0.3.1 copy "directed_graph: ^0.3.1" to clipboard
directed_graph: ^0.3.1 copied to clipboard

outdated

Directed (weighted) graphs with algorithms enabling topological ordering and sorting of vertices. The package provides a graph crawler for finding the paths connecting two vertices.

example/README.md

Build Status

Directed Graph - Example #

The files located in the folder bin contain short programs that demonstrate how to:

  • create a numerical representation of the directed graph shown in the figure below using the class DirectedGraph ,
  • create an object of type WeightedDirectedGraph and find the shortest, lightest, and heaviest path between two vertices,
  • use the class GraphCrawler.

Directed Graph Image

Features and bugs #

Please file feature requests and bugs at the issue tracker.

54
likes
0
pub points
83%
popularity

Publisher

verified publishersimphotonics.com

Directed (weighted) graphs with algorithms enabling topological ordering and sorting of vertices. The package provides a graph crawler for finding the paths connecting two vertices.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

exception_templates, graphs, lazy_memo, quote_buffer

More

Packages that depend on directed_graph