resumable-dijkstra


A dijkstra shortest path implementation that can be paused and resumed

This project presents a class resumable_dijkstra that makes use of the concepts of Boost Graph Library but has the distinctive quality that it can be used to pause and resume the computation.

Project Information

The project was created on Apr 28, 2014.

Labels:
CPlusPlus Algorithm Boost