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

389 commits

Author SHA1 Message Date
oblonski
2993202d49 Merge branch 'master' into multiple-cap-constraints
Conflicts:
	jsprit-core/src/main/java/jsprit/core/problem/vehicle/VehicleType.java
	jsprit-core/src/main/java/jsprit/core/problem/vehicle/VehicleTypeImpl.java
	jsprit-core/src/test/java/jsprit/core/problem/vehicle/VehicleImplTest.java
	jsprit-core/src/test/java/jsprit/core/problem/vehicle/VehicleTypeImplTest.java
2014-01-16 15:15:16 -05:00
oblonski
3f0be7a566 add factory test 2014-01-16 15:06:56 -05:00
oblonski
0eeb792ea4 test VehicleFleetManagers 2014-01-15 21:19:08 -05:00
oblonski
937702e136 test VehicleFleetManagers 2014-01-15 21:18:00 -05:00
oblonski
d41ad158cd adds value boundaries for vehicleType as well as vehicleTypeTests 2014-01-15 21:06:33 -05:00
oblonski
623e89fb23 add vehicle test 2014-01-15 11:35:46 -05:00
oblonski
cc93458c6a add .addPenaltyVehicle(penaltyFactor,absFixedPenalty) to assign an abs.
value for penaltyVehicle's fixed costs and test it
2014-01-14 17:58:00 -05:00
oblonski
c809d4b7c9 mod 2014-01-14 10:52:35 -05:00
oblonski
11639fe088 add helper to easily add penalty-vehicles 2014-01-14 10:39:02 -05:00
oblonski
8272554e8e add and test .getAddedVehicleTypes() 2014-01-14 09:44:38 -05:00
oblonski
c4bd72bae8 refine javaDoc 2014-01-13 23:08:03 +01:00
oblonski
aca07a98f2 add javadoc to vehicleType 2014-01-13 22:57:05 +01:00
oblonski
b0e2637bea add copyOf and copyConstructor to Capacity 2014-01-11 17:06:48 +01:00
oblonski
c2377252ea adding multiple capacity obj to jobs and vehicleType 2014-01-11 16:53:40 +01:00
Stefan Schroeder
ca3fea0866 package class for generating iniThreshold
having no func yet
2014-01-10 15:18:59 +01:00
Stefan Schroeder
050de45d8e misc 2014-01-10 15:17:37 +01:00
Stefan Schroeder
5593671e7a add option 'allowVehicleSwitch'
it determines whether a route served by vehicle A can be taken over
entirely by vehicle B.
2014-01-10 15:17:23 +01:00
Stefan Schroeder
37197de191 add schema element to 'allowVehicleSwitch' as option for insertion 2014-01-10 15:15:45 +01:00
Stefan Schroeder
cc23fa446f add option for vehicles to take over a whole route or not 2014-01-07 18:17:36 +01:00
oblonski
b73f291f9e 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
2014-01-06 12:57:22 +01:00
oblonski
6647f7f649 inspect and remove warnings 2014-01-06 12:46:42 +01:00
oblonski
36a3eab299 add javadoc to Vehicle and VehicleImpl 2013-12-30 21:45:51 +01:00
oblonski
b6d97d6688 add javadoc and tests 2013-12-29 23:53:06 +01:00
oblonski
5842bd73a4 add tests to VehicleRoutingProblem 2013-12-29 23:36:57 +01:00
oblonski
8234ff8638 make them non-final 2013-12-29 23:36:11 +01:00
jsprit
91e8cd7b56 add javadoc 2013-12-29 23:06:37 +01:00
jsprit
ba4340efcf Update FiniteFleetManagerFactory.java 2013-12-29 23:04:22 +01:00
jsprit
767ac2019f add javadoc 2013-12-29 22:54:10 +01:00
jsprit
3d643fbebc Update FiniteFleetManagerFactory.java 2013-12-29 22:44:35 +01:00
jsprit
b8e88b8a22 Update FiniteFleetManagerFactory.java 2013-12-29 22:41:54 +01:00
jsprit
316379ec6c Update FiniteFleetManagerFactory.java 2013-12-29 22:41:27 +01:00
jsprit
c06066503a Update FiniteFleetManagerFactory.java 2013-12-29 22:39:36 +01:00
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
aa9e921d3b eliminate "maven-enforcer-plugin (goal "enforce") is ignored by m2e"
warning

http://stackoverflow.com/questions/13040788/how-to-elimate-the-maven-enforcer-plugin-goal-enforce-is-ignored-by-m2e-wa
2013-12-19 10:42:20 +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