mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
play with string length
This commit is contained in:
parent
8505d0dc48
commit
271d251c35
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ public final class RuinString extends AbstractRuinStrategy {
|
||||||
|
|
||||||
private int Kmax = 6;
|
private int Kmax = 6;
|
||||||
|
|
||||||
private int Lmin = 10;
|
private int Lmin = 30;
|
||||||
|
|
||||||
private int Lmax = 50;
|
private int Lmax = 60;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs RuinRadial.
|
* Constructs RuinRadial.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue