jsprit icon indicating copy to clipboard operation
jsprit copied to clipboard

Update RuinClusters.java

Open jackzhenguo opened this issue 4 years ago • 1 comments

delete a condition that unlikely occurs

jackzhenguo avatar Sep 23 '20 02:09 jackzhenguo

This condition occurs, when

dbscan.getRandomCluster(targetRoute);

always returns an empty list. In this case you will never leave the ruin method.

kd509 avatar Oct 21 '21 12:10 kd509