Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
goramos committed Dec 21, 2015
1 parent e2fa3f6 commit 42c44e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp_calling_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42c44e7

Please sign in to comment.