data bug
Hi,
coping the VRP problem and using the example.csv graph file, I noticed that the last two lines of the csv file, seem to be redundant and conflicting with other data.
Aka lines 25 and 26 (cost back and forth between nodes 5 and 6) are repeated (with different costs) after being already set in lines 5 and 6.
Is it an error in the data?
Thanks
Comments
The Vehicle Routing Problem (VRP) was a user contributed code example.
( original author https://github.com/xBorox1/D-Wave-VRP )
Please sign in to leave a comment.