Skip to content

Edge based Graph Analysis

Stephen Woodbridge edited this page Dec 20, 2015 · 5 revisions

Here are some links that discuss modeling the edges as nodes in a graph. This is done for a variety of reasons like:

  1. It is easier to model turn restrictions
  2. it can reduce the number of node in the graph while increasing the number of edges and in general speeding up the time to compute a solution
  3. it has some advantages for time dependent routing

Clone this wiki locally