Skip to content

50 states example

Andrew Brooks edited this page Oct 11, 2017 · 9 revisions

jotting down notes for a possible application of the RPP/CPP package

Idea

Apply RPP/CPP on a network representing a map of DC where roads are edges and nodes are the end points of roads.

Objective: cover all 50 avenues named after the states.

Logic

  1. Create graph: Create 50 edges (if each state avenue is contiguous) from start to end (2 nodes w lat/lon)
  2. For each node find the shortest path (using OSM road routing, or similar) to each other node (~99 nodes). These are the optional roads
  3. Solve RPP
  4. Map it?

Resources

Clone this wiki locally