mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
priv variables
This commit is contained in:
parent
8b4f3af6be
commit
1585912486
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ import jsprit.core.problem.vehicle.Vehicle;
|
|||
|
||||
public class GreatCircleCosts extends AbstractForwardVehicleRoutingTransportCosts {
|
||||
|
||||
public double speed = 1.;
|
||||
private double speed = 1.;
|
||||
|
||||
public double detour = 1.;
|
||||
private double detour = 1.;
|
||||
|
||||
public void setSpeed(double speed) {
|
||||
this.speed = speed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue