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

766 commits

Author SHA1 Message Date
oblonski
6429b500d0 added unit-test testing core.problem.VehicleRoutingProblem 2014-04-25 23:36:27 +02:00
oblonski
b92533edaf added .newInstance(..) factory-method in
core.problem.solution.route.VehicleRoute.Builder to construct a builder
without defining Driver
2014-04-25 23:35:41 +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
eaa0a9e5e4 modified core.problem.VehicleRoutingProblem.Builder to deal with jobs
being part of initial routes

i.e. these jobs do not appear in jobMap of problem since they are not
variable anymore
2014-04-25 23:32:29 +02:00
oblonski
5327cf11ba hard-coded constraint that a vehicle having an initial route cannot be
switched
2014-04-25 23:29:55 +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
93d3ac4154 updated imports in core.algorithm.io.VehicleRoutinAlgorithms.java 2014-04-21 17:16:20 +02:00
oblonski
4853305aba remove VrpVerifier from core.algorithm.io.VehicleRoutingAlgorithms.java 2014-04-21 17:13:04 +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
bd5adcd0f1 consider initial routes when calculating initial solution 2014-04-21 17:11:20 +02:00
oblonski
d11e11fc8d added pdb author to core.util.Resource.java 2014-04-16 18:58:24 +02:00
Pierre-David Bélanger
e7edd6081a fix in Resource loading utils class to avoid using the filesystem 2014-04-15 19:52:08 -04:00
oblonski
cdbdd23583 bugfix #92 2014-04-15 19:47:17 +02:00
oblonski
513ef26c9a updated javadocs in core.algorithm.termination.TimeTermination.class 2014-04-14 12:35:26 +02:00
oblonski
315b21a666 removed warning in core.problem.constraint.ConstraintManager.java 2014-03-27 11:06:10 +01:00
oblonski
e015e3acd1 rename putDefaultProblemState to addDefaultProblemState 2014-03-27 11:01:24 +01:00
oblonski
1c451c5090 modified acc to AlgorithmConfig 2014-03-26 21:04:54 +01:00
oblonski
f7ab1bc01f added constructor for AlgortihmConfig 2014-03-26 21:03:15 +01:00
oblonski
602b7d8864 added javadoc 2014-03-26 20:06:47 +01:00
oblonski
fe8df8ca65 removed return statement if route is empty
now, visitors run even route is empty, thus visitors need to deal with
empty routes
2014-03-26 12:43:23 +01:00
oblonski
4e23697fc8 tested new methods .get/putProblemState 2014-03-26 12:41:47 +01:00
oblonski
8c2e3ca210 created builder to have full control over objective function and
stateless/-full constraints
2014-03-26 07:11:05 +01:00
oblonski
d638ac11bd refined to read config files without static cost calculators 2014-03-26 07:09:49 +01:00
oblonski
5d44ecccdc turned fixcostcalc into soft constraint 2014-03-26 07:08:50 +01:00
oblonski
2f636fc07b added problem states 2014-03-26 07:08:20 +01:00
oblonski
959b467ac7 full control over obj-func and insertion heuristic 2014-03-24 21:32:11 +01:00
oblonski
5399749cef add problem modeling capabilities 2014-03-23 19:53:43 +01:00
oblonski
31d9c4b069 changed visibility of .getDistance() in
core.util.VehicleRoutingTransportCostsMatrix from private to public
according to issue #83
2014-03-21 20:50:38 +01:00
oblonski
5b349e9a74 tested
jsprit.core.problem.constraint.ServiceLoadRouteLevelConstraint.java
2014-03-07 11:48:10 +01:00
Stefan Schroeder
373efa1f4c [maven-release-plugin] prepare for next development iteration 2014-03-06 20:18:34 +01:00
Stefan Schroeder
c70cad6fe6 [maven-release-plugin] prepare release v1.2.0 2014-03-06 20:18:07 +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
oblonski
f6bf46ca9a tested and redesigned StateManager and UpdateLoads 2014-03-01 12:17:00 +01:00
jsprit
decd09037a Update SchrimpfAcceptanceTest.java 2014-02-26 05:31:46 +01:00
jsprit
632ce5b594 Update SchrimpfAcceptanceTest.java 2014-02-26 05:31:00 +01:00