jaxball / k-shortest-paths

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

Bugs for large k #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear Sir,

I try to conduct a large scale search, but it fails to works for the
attached file when k=500. It works ok for k=100.

Tested for
1500 shortest paths, s =181  and t= 722
Output
terminate called after throwing an instance of 'std::out_of_range'
  what():  vector::_M_range_check
Aborted

Original issue reported on code.google.com by tli...@gmail.com on 24 Apr 2008 at 10:24

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,
 I am trying to catch this bug, but can not. What is the environment you used to
compile and run the program? 

Original comment by yan.qi....@gmail.com on 25 May 2008 at 7:04

GoogleCodeExporter commented 8 years ago
Dear Sir,
Thanks for your reply. The bug is caused by my mistake, when I modified the 
source 
code. Sorry about the disturb.

Original comment by tli...@gmail.com on 27 May 2008 at 12:47

GoogleCodeExporter commented 8 years ago

Original comment by yan.qi....@gmail.com on 1 Sep 2008 at 7:35