Skip to content

postman_problems v0.2

Compare
Choose a tag to compare
@brooksandrew brooksandrew released this 05 Oct 05:18
· 24 commits to master since this release

Features:

  • Adds Rural Postman algorithm (for graphs where required edges form a single connected component when optional edges are removed)
  • Simplifies CLI API
  • Adds Star RPP example
  • Adds Sleeping Giant RPP example
  • Postman solution summary of route
  • Adds plotting for base graph with edge attributes (distance)
  • Simplifies eulerian circuit to use keys of MultiGraph (feature added in Networkx 2.0)
  • Updates README with new API, examples, etc