mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
Merge branch 'master' of https://github.com/jsprit/jsprit
Conflicts: jsprit-core/src/main/java/jsprit/core/problem/vehicle/FiniteFleetManagerFactory.java jsprit-core/src/main/java/jsprit/core/problem/vehicle/InfiniteFleetManagerFactory.java
This commit is contained in:
commit
b73f291f9e
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
||||||
|
|
||||||
private Collection<Vehicle> vehicles;
|
private Collection<Vehicle> vehicles;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constucts the factory.
|
* Constucts the factory.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ public class InfiniteFleetManagerFactory implements VehicleFleetManagerFactory{
|
||||||
|
|
||||||
private Collection<Vehicle> vehicles;
|
private Collection<Vehicle> vehicles;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructs the factory.
|
* Constructs the factory.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue