LK-Heuristic icon indicating copy to clipboard operation
LK-Heuristic copied to clipboard

wrong result for customized instance

Open xavierwoo opened this issue 8 years ago • 0 comments

Hello, I compiled the code and it works well on the instances in the "test_data" folder.

However, when I create my own data, it fails.

I created a file with the following data:

3 1.0 1.0 1 0.0 0.0 2 0.0 1.0 4 1.0 0.0

I think the optimal is 3-4-1-2 or 3-2-1-4. But the program gives 3-1-2-4.

Do I miss something?

Thanks!

xavierwoo avatar May 10 '17 03:05 xavierwoo