Stefan Schroeder
|
464f294593
|
change license from GPLv2 to LGPLv3
|
2013-10-14 16:41:10 +02:00 |
|
oblonski
|
4e99daeebf
|
improve route-level search
|
2013-10-14 08:30:21 +02:00 |
|
Stefan Schroeder
|
e355614a4f
|
relax api
|
2013-10-11 14:14:07 +02:00 |
|
Stefan Schroeder
|
2c26e0041f
|
relax api
|
2013-10-10 17:47:21 +02:00 |
|
Stefan Schroeder
|
b0d0736c22
|
Merge branch 'master' into relaxAPI
Conflicts:
jsprit-core/src/main/java/algorithms/StateUpdates.java
jsprit-core/src/main/java/algorithms/VehicleRoutingAlgorithms.java
jsprit-core/src/test/java/algorithms/GendreauPostOptTest.java
|
2013-10-10 15:03:58 +02:00 |
|
Stefan Schroeder
|
fe0e0f54b0
|
modify solutionCostCalculation internally
|
2013-10-10 14:56:28 +02:00 |
|
Stefan Schroeder
|
0e35f3914b
|
Merge branch 'master' into relaxAPI
Conflicts:
jsprit-core/src/main/java/algorithms/CreateInitialSolution.java
jsprit-core/src/main/java/algorithms/RuinAndRecreateModule.java
jsprit-core/src/main/java/algorithms/StateManager.java
jsprit-core/src/main/java/algorithms/StateTypes.java
jsprit-core/src/main/java/algorithms/StateUpdates.java
jsprit-core/src/main/java/algorithms/VehicleRoutingAlgorithms.java
jsprit-core/src/test/java/algorithms/BuildCVRPAlgoFromScratchTest.java
jsprit-core/src/test/java/algorithms/BuildPDVRPAlgoFromScratchTest.java
|
2013-10-10 14:43:28 +02:00 |
|
Stefan Schroeder
|
b37064ec17
|
introduce SolutionCostCalculator
|
2013-10-10 13:59:22 +02:00 |
|
Stefan Schroeder
|
2ac272ba79
|
mod solutionCalcCosts
|
2013-10-09 15:53:32 +02:00 |
|
Stefan Schroeder
|
5530bc648a
|
relax API
|
2013-10-09 15:32:25 +02:00 |
|
Stefan Schroeder
|
0730c465dc
|
relax api
|
2013-10-09 15:17:55 +02:00 |
|
Stefan Schroeder
|
fb365036af
|
internals
|
2013-10-09 14:12:47 +02:00 |
|
Stefan Schroeder
|
e68df7a874
|
Merge branch 'master' into relaxAPI
|
2013-10-08 17:04:15 +02:00 |
|
Stefan Schroeder
|
05b883c034
|
handle empty routes - i.e. no activity has to be visit
|
2013-10-08 17:01:06 +02:00 |
|
Stefan Schroeder
|
289b7a0f77
|
relax API
|
2013-10-08 15:34:33 +02:00 |
|
Stefan Schroeder
|
a51abf6302
|
relax api
|
2013-10-07 16:21:09 +02:00 |
|
Stefan Schroeder
|
cba6a759e0
|
Merge branch 'master' into relaxAPI
|
2013-10-07 15:52:11 +02:00 |
|
Stefan Schroeder
|
781bacb2d1
|
Merge branch 'master' into relaxAPI
|
2013-10-07 15:49:35 +02:00 |
|
oblonski
|
a32d8c1c6a
|
Switch to Activity- and RouteVisitor
|
2013-10-07 11:02:39 +02:00 |
|
Stefan Schroeder
|
08bb31c4f5
|
relax API
|
2013-10-02 15:37:37 +02:00 |
|
Stefan Schroeder
|
8c8f041933
|
add javadoc to RuinRadial
|
2013-09-27 10:57:02 +02:00 |
|
Stefan Schroeder
|
7fd1f90164
|
remove unnecessary exception in costUpdater
|
2013-09-10 10:49:28 +02:00 |
|
Stefan Schroeder
|
6cacfcddb1
|
remove unnecessary exception in costUpdater
|
2013-09-10 10:48:44 +02:00 |
|
Stefan Schroeder
|
6664fa03a4
|
internal fix: no need to update empty route
|
2013-09-09 17:21:54 +02:00 |
|
Stefan Schroeder
|
f1bb6c7bd0
|
Merge remote-tracking branch 'choose_remote_name/vrpWithBackhauls'
Conflicts:
jsprit-core/src/main/java/algorithms/CalculatesServiceInsertion.java
|
2013-09-02 19:01:32 +02:00 |
|
Stefan Schroeder
|
98d0de0711
|
add header
|
2013-09-02 18:29:30 +02:00 |
|
Stefan Schroeder
|
c7bbc1995f
|
refine buildFromScratchTest
|
2013-09-02 18:06:28 +02:00 |
|
Stefan Schroeder
|
4a3e0cc6a1
|
add test resource
|
2013-09-02 18:05:42 +02:00 |
|
Stefan Schroeder
|
26219aa3a1
|
modify classes such than they can cope with pickup and deliveries
|
2013-09-02 17:21:51 +02:00 |
|
Stefan Schroeder
|
0806d524e6
|
add problemConstraints
|
2013-09-02 17:21:09 +02:00 |
|
Stefan Schroeder
|
4b8876b1c6
|
add precondition to service: capacity-demand must be greater than or
equal to zero
|
2013-09-02 17:20:49 +02:00 |
|
Stefan Schroeder
|
0a2a0a64ff
|
improve updates/updaters at act- and routeLevel
|
2013-08-30 16:19:59 +02:00 |
|
Stefan Schroeder
|
b46c410d15
|
bugfix in CalculatesServiceInsertion
|
2013-08-30 11:01:04 +02:00 |
|
Stefan Schroeder
|
6cf67f7ba0
|
refinements to incorporate pickup and deliveries
|
2013-08-30 10:52:31 +02:00 |
|
Stefan Schroeder
|
07ecdc2f28
|
fix bug in CalculatesServiceInsertion
|
2013-08-30 10:51:50 +02:00 |
|
Stefan Schroeder
|
9d40d76a2b
|
add some default hard constraints
|
2013-08-30 10:51:06 +02:00 |
|
Stefan Schroeder
|
269d5cb755
|
add new test-resource for building pdVRP from scratch
|
2013-08-28 18:25:17 +02:00 |
|
Stefan Schroeder
|
216df61db4
|
adjustments to introducing pickup and delivery
|
2013-08-28 18:24:27 +02:00 |
|
Stefan Schroeder
|
e6f671cbcc
|
create new services and serviceActivities, i.e. pickup and delivery as
well as their corresponding activities
|
2013-08-28 18:23:26 +02:00 |
|
Stefan Schroeder
|
99e8f7a385
|
adjust tests to changes in branch
|
2013-08-28 18:20:37 +02:00 |
|
Stefan Schroeder
|
e7c626e785
|
remove unused classes
|
2013-08-28 18:18:32 +02:00 |
|
oblonski
|
1f53c72620
|
introduce Pickup and Delivery, and adjust tests
|
2013-08-25 18:49:29 +02:00 |
|
oblonski
|
462864d53e
|
add test
|
2013-08-25 18:12:07 +02:00 |
|
oblonski
|
f4a7254036
|
Merge branch 'master' into vrpWithBackhauls
Conflicts:
jsprit-examples/src/main/java/examples/SolomonExample.java
|
2013-08-25 18:11:40 +02:00 |
|
oblonski
|
44742c3ae7
|
clear unused classes
|
2013-08-24 10:50:36 +02:00 |
|
Stefan Schroeder
|
2b1203e4ab
|
some renaming
|
2013-08-23 15:19:41 +02:00 |
|
Stefan Schroeder
|
3bf9c288ca
|
internal experiments with insertionCalc
|
2013-08-23 15:05:30 +02:00 |
|
Stefan Schroeder
|
ad24158651
|
refine calcInsertion
|
2013-08-23 14:27:23 +02:00 |
|
Stefan Schroeder
|
170699d5c0
|
rename test
|
2013-08-23 10:49:41 +02:00 |
|
Stefan Schroeder
|
75c54103ad
|
add buildFastCVRP test
|
2013-08-23 10:49:04 +02:00 |
|