Commit 564d624d by Ren Ping

fix:自动排班结束时间也需要在时间窗内

1 parent c3611a0f
...@@ -156,7 +156,7 @@ public class Technician { ...@@ -156,7 +156,7 @@ public class Technician {
} }
totalDistance += previousLocation.getDistanceTo(this.getVehicleType(), depot.getLocation()); totalDistance += previousLocation.getDistanceTo(this.getVehicleType(), depot.getLocation());
return totalDistance * 1000; return totalDistance;
} }
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!