Quan-Zhi / k-shortest-paths

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

Unable to create second graph object. #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Once a Graph object is created with some data, it start throwing 
exception if new graph object is created with different data during same 
run of JVM
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
OS: Windows 7
Version: 2.1 [Java Version]

Please provide any additional information below.

Original issue reported on code.google.com by ashishgu...@gmail.com on 10 Mar 2010 at 11:31

GoogleCodeExporter commented 8 years ago
Could you please give me more details about the problem? Like the data you used 
in
your program. 

Original comment by yan.qi....@gmail.com on 9 Apr 2010 at 5:07

GoogleCodeExporter commented 8 years ago
this is because the program assigns vertex ID in an automatic way, with the 
help of a
static variable. Therefore, this might be fixed in the future version. 

Original comment by yan.qi....@gmail.com on 2 Jun 2010 at 5:51