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 |
|
oblonski
|
a78d264488
|
deprecate unnecessary methods
|
2013-12-03 07:52:24 +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 |
|
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
|
d1dac2d622
|
Merge branch 'prepareV010' into PickupMergeRelaxAPI
Conflicts:
jsprit-core/src/main/java/algorithms/BestInsertionBuilder.java
jsprit-core/src/main/java/algorithms/BestInsertionConcurrent.java
|
2013-11-21 11:39:28 +01:00 |
|
Stefan Schroeder
|
97ff935abb
|
Merge branch 'master' into prepareV010
Conflicts:
jsprit-core/src/main/java/algorithms/CalculatesServiceInsertionOnRouteLevel.java
jsprit-core/src/main/java/algorithms/CalculatesServiceInsertionWithTimeScheduling.java
jsprit-core/src/main/java/algorithms/RuinRadial.java
|
2013-11-21 11:19:38 +01:00 |
|
oblonski
|
8f4f4b6c48
|
make RuinRadial more memory efficient and make NeighborhoodCreation
independent from RuinRadial
|
2013-11-18 22:33:10 +01:00 |
|
oblonski
|
9ecdde00e6
|
internals
|
2013-11-17 18:00:10 +01:00 |
|
oblonski
|
f455b4c9f2
|
remove updater
|
2013-11-17 17:46:59 +01:00 |
|
oblonski
|
b3e9ce84be
|
move constraintManager var setting to constructor
|
2013-11-17 17:46:19 +01:00 |
|
oblonski
|
7522b5b89d
|
modify toString
|
2013-11-17 17:45:44 +01:00 |
|
oblonski
|
2c0366135c
|
add state-updaters and constraints
|
2013-11-17 17:44:14 +01:00 |
|
oblonski
|
491d7a9738
|
add CalcSwitcher for pickups and deliveries
|
2013-11-15 07:07:43 +01:00 |
|
oblonski
|
a853ad5672
|
pd-contraints stuff and tests
|
2013-11-14 10:01:32 +01:00 |
|
oblonski
|
8010e0f2c2
|
add priorities to constraints
|
2013-11-14 10:00:43 +01:00 |
|
oblonski
|
71a3cbe9a8
|
fix defaultState
|
2013-11-13 06:13:52 +01:00 |
|
Stefan Schroeder
|
96ed6a70cd
|
Merge BestInsertionBuilder and BestInsertionConcurrent from
PickupAndDelivery-Branch into RelaxAPI-Branch
|
2013-11-12 17:15:28 +01:00 |
|
Stefan Schroeder
|
463d87b30b
|
clean redundant files
|
2013-11-12 16:28:36 +01:00 |
|
Stefan Schroeder
|
0cd8101e89
|
Merge remote-tracking branch 'choose_remote_name/relaxAPI' into relaxAPI
|
2013-11-12 16:23:18 +01:00 |
|
Stefan Schroeder
|
0586b9664c
|
refine Gendreau
|
2013-11-12 16:23:05 +01:00 |
|
oblonski
|
91e49681e1
|
add concurrent best insertion, remove bestinsertionbuilder
|
2013-11-11 22:19:49 +01:00 |
|
oblonski
|
d2151f3e1f
|
Merge remote-tracking branch 'choose_remote_name/relaxAPI' into
PickupAndDelivery
Conflicts:
jsprit-core/src/main/java/algorithms/BestInsertionBuilder.java
jsprit-core/src/main/java/algorithms/ServiceInsertionCalculator.java
jsprit-core/src/main/java/algorithms/UpdateLoadAtActivityLevel.java
jsprit-core/src/main/java/algorithms/UpdateLoadsAtStartAndEndOfRouteWhenJobHasBeenInserted.java
jsprit-core/src/test/java/algorithms/BuildCVRPAlgoFromScratchTest.java
jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java
jsprit-core/src/test/java/algorithms/GendreauPostOptTest.java
jsprit-core/src/test/java/algorithms/TestCalculatesServiceInsertion.java
|
2013-11-11 20:54:45 +01:00 |
|
oblonski
|
f1fb442151
|
mostly renaming and some refactoring, i.e. move constraint issues to
constraintManager
|
2013-11-11 20:34:13 +01:00 |
|
oblonski
|
e912979bbb
|
pdp
|
2013-11-11 07:51:46 +01:00 |
|
Stefan Schroeder
|
c31949f538
|
some internals
|
2013-11-07 16:47:27 +01:00 |
|
Stefan Schroeder
|
59f0f63e19
|
change para-name in constructor to specify time
|
2013-11-07 16:47:14 +01:00 |
|
Stefan Schroeder
|
96d7b6f9c3
|
premature loop break
|
2013-11-07 16:46:46 +01:00 |
|
Stefan Schroeder
|
87d23e8529
|
change visibility of GendreauStrat
|
2013-11-07 16:46:19 +01:00 |
|
oblonski
|
dfe25738bf
|
refine contraint
|
2013-11-07 08:27:38 +01:00 |
|