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:
parent
357f7d82b3
commit
89ba3ac2af
3 changed files with 57 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue