1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

intro pickup and delivery

This commit is contained in:
oblonski 2013-07-19 08:22:16 +02:00
parent 357f7d82b3
commit 89ba3ac2af
3 changed files with 57 additions and 4 deletions

View file

@ -40,7 +40,7 @@ public class Service implements Job {
private TimeWindow timeWindow = TimeWindow.newInstance(0.0, Double.MAX_VALUE);
private int demand;
private Builder(String id, int size) {
Builder(String id, int size) {
super();
this.id = id;
this.demand = size;