Skip to content
/ rea Public

Jiménez–Marzal Recursive Enumeration Algorithm for computing the k shortest paths in Python

License

Notifications You must be signed in to change notification settings

tjanson/rea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive Enumeration Algorithm

This is a Python implementation of V. M. Jiménez & A. Marzal’s Recursive Enumeration Algorithm for computing the k shortest paths between two nodes of a graph.

It is intended for educational purposes, i.e., understanding the algorithm, – not production use of any kind. Please use a debugger to step through the algorithm and inspect the data structures.

Todo

  • write some explanatory documentation (especially regarding the data structures and tail_k)

About

Jiménez–Marzal Recursive Enumeration Algorithm for computing the k shortest paths in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages