Shortest paths

FixedSizeShortestPathBenchmark is a benchmark problem that consists of finding the shortest path in a grid graph between the top left and bottom right corners. In this benchmark, the grid size is the same for all instances.

Warning

Documentation for this benchmark is still under development. Please refer to the source code and API for more details.