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:
parent
9e2afa4f75
commit
3b24adc8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue