1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

make string ruin configurable

This commit is contained in:
oblonski 2017-04-26 15:36:09 +02:00
parent 9e2afa4f75
commit 3b24adc8fa
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -57,7 +57,7 @@ public final class RuinString extends AbstractRuinStrategy {
private int lMin = 30;
private int lMax = 60;
public RuinString(VehicleRoutingProblem vrp, JobNeighborhoods jobNeighborhoods) {
super(vrp);
this.vrp = vrp;