toruseo/UXsim

add functions to get shortest path cost easily

toruseo opened this issue · 2 comments

  • add shortest path by distance
  • add shortest path by current instantaneous travel time
  • add shortest path by previous instantaneous travel times
  • add tests

suggested by #131 and has some relation to #45

Now I reconsider that these functions should be defined at uxsim.Utilities submodule because of their functionalities. Implemented by #137

completed