zaycev / vrptw

An application for solving vehicle routing problems with time windows (VRPTW)
28 stars 10 forks source link

Test Data #1

Closed ErickFeng closed 11 years ago

ErickFeng commented 11 years ago

Hi. I'm a beginner about VRPTW problem. Could you please provide some test data or get me some hints about how to get those data?

thank you very much!

zaycev commented 11 years ago

Hi Erick, I used these problems: http://w.cba.neu.edu/~msolomon/problems.htm

zaycev commented 11 years ago

Btw, be careful, this implementation has some errors, so generated solutions are not correct.

ErickFeng commented 11 years ago

thanks for your help :+1:

whu2015 commented 8 years ago

What did you mean about "this implementation has some errors"? Your program has some errors or the generated test data?

zaycev commented 7 years ago

@whu2015

Implementation produces wrong results on some input data.