diff --git a/KSP.py b/KSP.py index 873e247..fea0722 100755 --- a/KSP.py +++ b/KSP.py @@ -1,5 +1,5 @@ ''' -KSP v1.21 +KSP v1.22 Created on February 10, 2014 by Gabriel de Oliveira Ramos @@ -352,3 +352,4 @@ def getKRoutes(graph_file, origin, destination, K): K = args.K run(graph_file, OD_list, K) +