This class implements the algorithm for finding
the K-Shortest Simple Path (KSSP) described by
Hershberger, Maxel, and Suri in their 2004 paper entitled Finding the k Shortest Simple
Paths: A New Algorithm and its Implementation.
This implementation was adapted from a C++ implementation written by Matthew Maxel.