jaxball / k-shortest-paths

Factory code exported from code.google.com/p/k-shortest-paths
0 stars 1 forks source link

kshortestpaths_2.1 C++ not showing correct output #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 2.0 works with sample dataset but 2.1 does not

What is the expected output? What do you see instead?
A graph version of all possible paths. I get
Cost: 1.79769e+308 Length: 0

*********************************************
What version of the product are you using? On what operating system?
2.1 C++ - Linux

Please provide any additional information below.

Original issue reported on code.google.com by phil2...@gmail.com on 10 May 2012 at 1:08

GoogleCodeExporter commented 8 years ago
Same person, how is file created or the program reading the data. I am made a 
duplicated copy and it is not working. 

Original comment by phil2...@gmail.com on 14 May 2012 at 9:16

GoogleCodeExporter commented 8 years ago
I fixed it, I did not realized that get_vertex needed to be changed each time.

Original comment by phil2...@gmail.com on 15 May 2012 at 9:23