From 36e57147e5a97c297eb5b3966d90e24bcc0e9d8a Mon Sep 17 00:00:00 2001 From: "Gabriel de O. Ramos" Date: Mon, 11 Jan 2016 15:15:01 -0200 Subject: [PATCH] minor changes Version updated on the help text. --- KSP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KSP.py b/KSP.py index 4997ac9..186288b 100755 --- a/KSP.py +++ b/KSP.py @@ -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' +