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

refinements to incorporate pickup and deliveries

This commit is contained in:
Stefan Schroeder 2013-08-30 10:52:31 +02:00
parent 07ecdc2f28
commit 6cf67f7ba0
6 changed files with 69 additions and 110 deletions

View file

@ -49,6 +49,10 @@ import basics.route.VehicleTypeImpl;
*/
public class VehicleRoutingProblem {
public static class VehicleRoutingProblemType {
}
/**
* Builder to build the routing-problem.
*