From 42c44e77b1fcd4c79260697926e6b3b57303de99 Mon Sep 17 00:00:00 2001 From: "Gabriel de O. Ramos" Date: Mon, 21 Dec 2015 09:05:17 -0200 Subject: [PATCH] minor changes --- ksp_calling_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksp_calling_example.py b/ksp_calling_example.py index 78125f7..66ec3f9 100755 --- a/ksp_calling_example.py +++ b/ksp_calling_example.py @@ -14,7 +14,7 @@ import KSP # parameters to be passed to the KSP algorithm -graph_file = 'example_graphs/OW.txt' # the graph of the traffic network (the file format is specified by the algorithm's help) +graph_file = 'example_graphs/OW.txt' # the graph of the traffic network (the file format is specified by the algorithm's help) ODpairs = [['A','L'],['A','M'],['B','L'],['B','M']] # the list of origins and destinations K = 4 # the number of paths to find