jsprit
jsprit copied to clipboard
Update RuinClusters.java
delete a condition that unlikely occurs
This condition occurs, when
dbscan.getRandomCluster(targetRoute);
always returns an empty list. In this case you will never leave the ruin method.