brooksandrew/postman_problems

add performance summary stats to RPP and CPPs

Closed this issue · 1 comments

things like:

  • total distance
  • total number of edges
  • total number of edges doublebacked on
  • total distance walked twice
  • optional edges used (distance and number of edges)
  • distance saved by using optional edges

summary_stats function implemented with #49

added summary function call to the examples