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

Update FiniteFleetManagerFactory.java

This commit is contained in:
jsprit 2013-12-29 22:32:11 +01:00
parent c4d2e65992
commit 273a67d1ac

View file

@ -2,6 +2,10 @@ package jsprit.core.problem.vehicle;
import java.util.Collection;
/**
* Factory that constructs a finite fleet manager.
*
*/
public class FiniteFleetManagerFactory implements VehicleFleetManagerFactory{