pytsp
pytsp copied to clipboard
Infinite loop in line 146 if start is not a node in the graph
There's an infinite loop here in line 146 if start is not a node in the graph.
In your README, matrix only has 3 nodes labeled 0, 1, and 2. Your example of starting with 10 causes the program to run forever.
Hey @Carpetfizz
Was wondering did you manage to successfully install the packages/libraries properly? Would really appreciate your help on this!!
Please use an updated __init__.py found here
I believe the problem is more broad; it seems that pytsp hangs if "start" is not the first node of the graph.