Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Version updated on the help text.
  • Loading branch information
goramos committed Jan 11, 2016
1 parent 42c44e7 commit 36e5714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KSP.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def getKRoutes(N, E, origin, destination, K):

# initializing procedure
if __name__ == '__main__':
parser = argparse.ArgumentParser(description='KSP v1.22\nCompute the K shortest loopless paths between two nodes of a given graph, using Yen\'s algorithm [1].',
parser = argparse.ArgumentParser(description='KSP v1.23\nCompute the K shortest loopless paths between two nodes of a given graph, using Yen\'s algorithm [1].',
epilog='GRAPH FILE FORMATTING INSTRUCTIONS' +
'\nThe graph file supports three types of graphs\' entities: node, edge, arc. When creating the graph file, provide just one entity per line. \nUsage:'+
'\n node NAME\t nodes of the graph' +
Expand Down

0 comments on commit 36e5714

Please sign in to comment.