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

938 commits

Author SHA1 Message Date
jsprit
273a67d1ac Update FiniteFleetManagerFactory.java 2013-12-29 22:32:11 +01:00
oblonski
c4d2e65992 add javadoc 2013-12-28 08:25:30 +01:00
jsprit
7bab058b0b Update VehicleRoutingProblem.java 2013-12-27 23:13:13 +01:00
jsprit
c0fb7bbcfa Update VehicleRoutingProblem.java 2013-12-27 23:10:11 +01:00
jsprit
4cdae9a486 Update VehicleRoutingProblem.java 2013-12-27 23:05:10 +01:00
jsprit
bc96a81912 Update VehicleRoutingProblem.java 2013-12-27 23:03:48 +01:00
jsprit
21d0a8b578 Update VehicleRoutingProblem.java 2013-12-27 22:56:43 +01:00
jsprit
a4cd3bc120 Update VehicleRoutingProblem.java 2013-12-27 22:09:52 +01:00
jsprit
9086667f6c Update VehicleRoutingProblem.java 2013-12-27 22:03:55 +01:00
jsprit
5c09534a2d Update VehicleRoutingProblem.java 2013-12-27 21:58:50 +01:00
jsprit
1f234dea74 Update VehicleRoutingProblem.java 2013-12-27 21:51:40 +01:00
jsprit
525bc4c2f2 Update VehicleRoutingProblem.java 2013-12-27 21:46:50 +01:00
jsprit
0adcb735ee Update VehicleRoutingProblem.java 2013-12-27 18:50:18 +01:00
jsprit
20e89383f2 Update doc 2013-12-27 18:48:41 +01:00
Stefan Schroeder
5ff6d40d63 inspect and remove warnings 2013-12-18 17:05:19 +01:00
Stefan Schroeder
7ec9786c2b introduce AbstractForward...Costs to simplify cost-def 2013-12-16 15:47:16 +01:00
Stefan Schroeder
b21eebdc26 use AbstractForwardVehicleRoutingTransportCosts 2013-12-16 15:46:09 +01:00
Stefan Schroeder
aff324fb3f issue #62 2013-12-05 18:19:01 +01:00
Stefan Schroeder
d00f159404 assert direct path with new vehicle does not break condition 2013-12-05 18:18:19 +01:00
Stefan Schroeder
9d78874c22 issue #62 - end location setting in open routes 2013-12-05 18:17:14 +01:00
Stefan Schroeder
ad93dfeb47 issue #58 - fix bug 2013-12-05 18:16:18 +01:00
Stefan Schroeder
4d8f31fb64 provide another createMethod 2013-12-05 12:32:24 +01:00
oblonski
41018148ef add .getActivities() to VehicleRoute to make TourActivities easily
available
2013-12-05 09:56:30 +01:00
Stefan Schroeder
149c4d4ecb make reader/writer read and write penalty-flags indicating whether a
vehicle/vehicle-type is a penalty-vehicle/type
2013-12-04 15:08:13 +01:00
Stefan Schroeder
e7d7d3c799 add penalyzer to up the pressure for penalty-vehicles 2013-12-04 15:07:28 +01:00
oblonski
ebefbb0eb2 play with bicycle-messenger example 2013-12-04 07:41:16 +01:00
oblonski
b37ab653e1 Merge branch 'simplify-state-updates' into bicycle 2013-12-03 21:23:14 +01:00
oblonski
e8d3bd03ea make VehicleRoutingAlgorithms create algorithms with already specified
StateManager
2013-12-03 21:07:41 +01:00
Stefan Schroeder
aa34f09429 re-order methods in VehicleRoutingProblem 2013-12-03 15:22:24 +01:00
Stefan Schroeder
257c0a6ebe add Getters to get constraints 2013-12-03 15:18:46 +01:00
Stefan Schroeder
3bf977784e add test for ConstraintManager 2013-12-03 15:18:21 +01:00
oblonski
4e38586b50 test ConstraintManager 2013-12-03 07:55:44 +01:00
oblonski
a78d264488 deprecate unnecessary methods 2013-12-03 07:52:24 +01:00
oblonski
8f23104fbe test constraints 2013-12-03 07:51:30 +01:00
oblonski
b28753108c deprecate .addProblemConstraint(...) 2013-12-02 21:19:20 +01:00
oblonski
3335f235a3 Merge branch 'master' into constraints 2013-12-02 21:00:07 +01:00
Stefan Schroeder
42b6237c2e add javadoc to vehicle.builder 2013-12-02 17:49:37 +01:00
Stefan Schroeder
b52a103ae5 finalize test with open-routes 2013-12-02 17:42:51 +01:00
oblonski
cf9d3c0779 add tests verifying open-routes 2013-12-02 09:01:31 +01:00
oblonski
d526ce0080 hide set/getCoordinates in Start/End activity 2013-12-02 09:00:44 +01:00
Stefan Schroeder
f1213994e4 add infrastructure to easily add soft and hard constraints 2013-11-29 15:31:02 +01:00
Stefan Schroeder
2291bd23c2 add Examples and testTemplate for open-routes 2013-11-29 11:59:02 +01:00
oblonski
f662e5a469 modify reader/writer to deal with open routes and add examples 2013-11-29 08:27:30 +01:00
Stefan Schroeder
4e25d894b6 modify insertion to incorporate open-routes 2013-11-27 17:22:42 +01:00
Stefan Schroeder
1abdfb4785 remove license txt from pom-files 2013-11-26 11:08:25 +01:00
Stefan Schroeder
cdde92da22 deprecate vrpBuilder.addService(...) and remove public logger in
VehicleRoutingProblem
2013-11-26 10:23:24 +01:00
Stefan Schroeder
a85b0fc395 prepare for release v0.1.0 2013-11-22 16:54:15 +01:00
Stefan Schroeder
77d38de461 refine ServiceDeliveriesFirst constraint and add examples 2013-11-21 14:51:12 +01:00
Stefan Schroeder
a9da587f6a Merge branch 'pickupAndDelivery' into PickupMergeRelaxAPI
Conflicts:
	jsprit-core/src/main/java/algorithms/BestInsertionBuilder.java
	jsprit-core/src/main/java/algorithms/VehicleRoutingAlgorithmFactoryImpl.java
	jsprit-core/src/test/java/algorithms/BuildPDVRPWithShipmentsAlgoFromScratchTest.java
	jsprit-core/src/test/resources/pdp_sol.xml
2013-11-21 12:20:59 +01:00
Stefan Schroeder
d96efe3478 Merge branch 'PickupAndDelivery' of https://github.com/jsprit/jsprit.git
into pickupAndDelivery

Conflicts:
	jsprit-core/src/test/java/algorithms/BuildPDVRPWithShipmentsAlgoFromScratchTest.java
	jsprit-core/src/test/resources/pdp_sol.xml
2013-11-21 12:13:58 +01:00