oblonski
|
0392d9106d
|
added skills
|
2014-07-01 23:11:22 +02:00 |
|
oblonski
|
d093e090ef
|
added skills to vehicle
|
2014-06-29 19:40:07 +02:00 |
|
oblonski
|
2cd2f54b27
|
added skills to jobs
|
2014-06-28 23:22:32 +02:00 |
|
Stefan Schroeder
|
64ed26e12e
|
cleaned up project, i.e. deleted redundant files
|
2014-06-27 15:23:35 +02:00 |
|
Stefan Schroeder
|
be5918a67d
|
generated hashcode and equals in core.problem.vehicle.VehicleImpl such
that two vehicles are equal if they have the same id and if their types
are equal
|
2014-06-26 10:58:42 +02:00 |
|
oblonski
|
1c9437898d
|
Merge branch 'bugfix-openroutes'
|
2014-06-11 11:32:24 +02:00 |
|
oblonski
|
7a42cef156
|
bugfix #105
|
2014-06-11 11:31:00 +02:00 |
|
oblonski
|
862341be7b
|
Merge branch 'bugfix-openroutes' of https://github.com/jsprit/jsprit.git into bugfix-openroutes
|
2014-06-11 10:51:16 +02:00 |
|
oblonski
|
21cd56a777
|
added test-cases to reproduce bug #105
|
2014-06-11 10:50:34 +02:00 |
|
oblonski
|
e6d7c4322f
|
added test-cases to reproduce bug #104
|
2014-06-11 10:40:52 +02:00 |
|
oblonski
|
a739ab77d0
|
added tests to reproduce bug #105
|
2014-06-11 03:05:11 +02:00 |
|
Stefan Schroeder
|
3c81504d07
|
modified test to avoid negative dimIndex
|
2014-06-10 20:18:07 +02:00 |
|
Stefan Schroeder
|
cf5b5fa267
|
added tests to reproduce bug #104
|
2014-06-10 20:12:56 +02:00 |
|
oblonski
|
6ce0ff7ac1
|
modified tests according to #102 changes
|
2014-06-02 12:30:27 +02:00 |
|
oblonski
|
dc09084fd6
|
switched algo from GreedySchrimpf to Schrimpf
|
2014-05-16 16:24:27 +02:00 |
|
oblonski
|
7914076810
|
add tests to reproduce bug #98
|
2014-05-16 16:11:29 +02:00 |
|
oblonski
|
3771c8494d
|
remove deprecated code for next development iteration, i.e. release
1.3.0
|
2014-05-16 06:27:49 +02:00 |
|
oblonski
|
af52639b10
|
modified .addPenaltyVehicles() in core.problem.VehicleRoutingProblem
such that penalty-vehicles can also shadow vehicles that only
distinguish themselves by their working shift
|
2014-05-15 13:52:09 +02:00 |
|
oblonski
|
daaadbc8de
|
added test-case
test....core.algorithm.FinitieVehicleFleetManagerIdentifiesDistinctVehicle_IT
to reproduce bug #96
|
2014-05-15 12:59:39 +02:00 |
|
oblonski
|
977d8f7432
|
added core.util.Time to help parsing time to seconds
and tested core.util.Time
|
2014-05-15 12:04:31 +02:00 |
|
oblonski
|
b641adf98c
|
added test-cases to reproduce bug #96
|
2014-05-15 10:48:44 +02:00 |
|
oblonski
|
5a02919367
|
setup test-cases for bug #95
|
2014-05-14 23:50:46 +02:00 |
|
oblonski
|
13c4f89b96
|
added test-resources
|
2014-05-14 23:48:33 +02:00 |
|
oblonski
|
057f128697
|
outsourced automatic threshold initialization from
algorithm.acceptor.SchrimpfAcceptance to
algorithm.acceptor.SchrimpfInitialThresholdGenerator
|
2014-05-10 16:34:25 +02:00 |
|
oblonski
|
8422b840a6
|
bugfix #84
|
2014-05-09 12:30:25 +02:00 |
|
oblonski
|
231435bbcf
|
added resources and integration test
test.java....core.algorithm.PickupsAndDeliveries_IT to test components
on pd-problems
|
2014-05-07 10:02:01 +02:00 |
|
oblonski
|
3a72078133
|
adjusted unit-test
|
2014-04-25 23:36:47 +02:00 |
|
oblonski
|
6429b500d0
|
added unit-test testing core.problem.VehicleRoutingProblem
|
2014-04-25 23:36:27 +02:00 |
|
oblonski
|
a0d6ddbc5c
|
adjusted
test...core.algorithm.recreate.CalcVehicleTypeDependentServiceInsertionTest
to changes in class to be tested
|
2014-04-25 23:34:05 +02:00 |
|
oblonski
|
d017b7c7e1
|
added resource to test core.problem.io.VrpXMLWriter.java
|
2014-04-23 14:18:53 +02:00 |
|
oblonski
|
5e3353e889
|
adjusted test.java.core.algorithm.BuildCVRPAlgoFromScratch_IT.java
|
2014-04-23 14:18:06 +02:00 |
|
oblonski
|
b1c3231991
|
tested core.problem.io.VrpXMLWriter.java to write initialRoutes
correctly
|
2014-04-23 14:15:03 +02:00 |
|
oblonski
|
601f485b32
|
added test/resource/finiteVrpWithInitialSolutionForWriterTest.xml to
test core.problem.io.VrpXMLWriter.java to write initialRoutes correctly
|
2014-04-23 14:14:27 +02:00 |
|
oblonski
|
75108ffc90
|
made test testing core.problem.io.VrpXMLReader.java to read
initialRoutes working
|
2014-04-22 20:36:32 +02:00 |
|
oblonski
|
26ad6addf6
|
made core.problem.io.VrpXMLReader.java read initialRoutes
|
2014-04-22 16:29:54 +02:00 |
|
oblonski
|
a2ae693544
|
renamed core.problem.io.VrpReaderV2Test.java to .VrpXMLReaderTest.java
and added tests to test initialRoutes
|
2014-04-21 18:36:41 +02:00 |
|
oblonski
|
65b8fbd0dc
|
renamed core.problem.io.VrpWriterV2Test.java to .VrpXMLWriterTest.java
|
2014-04-21 18:35:46 +02:00 |
|
oblonski
|
8a2589e4f0
|
renamed test-resource
|
2014-04-21 18:34:01 +02:00 |
|
oblonski
|
7c9045eead
|
added test-resources
|
2014-04-21 18:33:17 +02:00 |
|
oblonski
|
48212569c4
|
added methods to easily add initial routes to
core.problem.VehicleRoutingProblem.java
|
2014-04-21 17:12:10 +02:00 |
|
oblonski
|
e015e3acd1
|
rename putDefaultProblemState to addDefaultProblemState
|
2014-03-27 11:01:24 +01:00 |
|
oblonski
|
4e23697fc8
|
tested new methods .get/putProblemState
|
2014-03-26 12:41:47 +01:00 |
|
oblonski
|
5b349e9a74
|
tested
jsprit.core.problem.constraint.ServiceLoadRouteLevelConstraint.java
|
2014-03-07 11:48:10 +01:00 |
|
Stefan Schroeder
|
56067dc590
|
Merge branch 'multiple-capacities'
|
2014-03-06 19:55:43 +01:00 |
|
oblonski
|
d74831b38c
|
renamed generic methods
|
2014-03-04 11:49:03 +01:00 |
|
oblonski
|
64f2b0a083
|
added misc
|
2014-03-04 10:38:16 +01:00 |
|
oblonski
|
0ad91ac409
|
tested fix cost calculations
|
2014-03-04 10:29:59 +01:00 |
|
oblonski
|
0e42ac31b8
|
adjusted algorithm.recreate.JobInsertionConsideringFixCostsCalculator to
deal with multiple capacities
|
2014-03-03 20:12:27 +01:00 |
|
oblonski
|
09486fadec
|
tested and modified according to multiple capacities
|
2014-03-02 15:14:45 +01:00 |
|
oblonski
|
217c824506
|
adjusted load updater to cope with multiple capacity dimensions
|
2014-03-01 17:59:18 +01:00 |
|