Stefan Schroeder
|
9e685ef128
|
Merge branch 'master' into routes-with-specified-start-and-end
|
2014-01-23 11:24:06 +01:00 |
|
Stefan Schroeder
|
cef0453c90
|
bugfix issue #77
|
2014-01-23 11:23:27 +01:00 |
|
Stefan Schroeder
|
e332cf3c17
|
Merge branch 'master' into routes-with-specified-start-and-end
|
2014-01-23 11:15:23 +01:00 |
|
Stefan Schroeder
|
aacece58c5
|
does not allow reader to set null coord
|
2014-01-23 11:13:03 +01:00 |
|
Stefan Schroeder
|
5b556c461c
|
Merge branch 'master' into routes-with-specified-start-and-end
|
2014-01-23 11:10:43 +01:00 |
|
Stefan Schroeder
|
153899748b
|
does not allow VrpReader to set null coord
|
2014-01-23 11:10:06 +01:00 |
|
Stefan Schroeder
|
63060f3b35
|
modify problem reader/writer to deal vehicles that can start AND end at
specified locations
|
2014-01-22 17:02:31 +01:00 |
|
Stefan Schroeder
|
6575b6d48e
|
add and test endLocationMethods to Vehicle and VehicleImpl
Breaks code if Vehicle is implemented by another class than VehicleImpl
|
2014-01-20 18:05:07 +01:00 |
|
oblonski
|
5976197167
|
add javadoc and tests
|
2014-01-16 19:28:40 -05:00 |
|
oblonski
|
6b4656afff
|
add javadocs and tests
|
2014-01-16 17:07:38 -05:00 |
|
oblonski
|
ca0caf450c
|
add boundaries
|
2014-01-16 16:55:26 -05:00 |
|
oblonski
|
7b1a2bd9b0
|
add javadoc and tests
|
2014-01-16 16:55:05 -05:00 |
|
oblonski
|
88b15fd448
|
add javadoc
|
2014-01-16 15:38:59 -05:00 |
|
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
|
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 |
|