1
0
Fork 0
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:
oblonski 2017-04-03 08:52:34 +02:00
parent b5c69ba4d0
commit 8505d0dc48
No known key found for this signature in database
GPG key ID: 179DE487285680D1

View file

@ -49,9 +49,9 @@ public final class RuinString extends AbstractRuinStrategy {
private int Kmax = 6; private int Kmax = 6;
private int Lmin = 15; private int Lmin = 10;
private int Lmax = 100; private int Lmax = 50;
/** /**
* Constructs RuinRadial. * Constructs RuinRadial.