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

1051 commits

Author SHA1 Message Date
jsprit
1345211e21 Update CHANGELOG.md 2014-05-19 15:04:24 +02:00
Stefan Schroeder
0055762fd0 [maven-release-plugin] prepare for next development iteration 2014-05-19 14:40:34 +02:00
Stefan Schroeder
9a74639840 [maven-release-plugin] prepare release v1.3.0 2014-05-19 14:37:50 +02:00
Stefan Schroeder
d34eb1f41a [maven-release-plugin] rollback the release of v1.3.0 2014-05-19 14:35:26 +02:00
Stefan Schroeder
95cc67c43b [maven-release-plugin] prepare release v1.3.0 2014-05-19 14:35:09 +02:00
oblonski
ed7488c887 prepared CHANGELOG for next development iteration v1.3.0 2014-05-18 14:48:50 +02:00
oblonski
dc09084fd6 switched algo from GreedySchrimpf to Schrimpf 2014-05-16 16:24:27 +02:00
oblonski
8143cf5777 bugfix #98 2014-05-16 16:12:05 +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
3afae5de91 modified javadoc of core.problem.vehicle.VehicleTypeKey according to
changes and bugfix #96
2014-05-15 14:12:13 +02:00
oblonski
20d69a84c0 bugfix #96 - modified core.problem.vehicle.VehicleFleetManagerImpl
according to changes in core.problem.vehicle.VehicleTypeKey
2014-05-15 13:56:48 +02:00
oblonski
ef05f954e9 bugfix #96 - modified core.problem.vehicle.InfiniteVehicles according to
changes in core.problem.vehicle.VehicleTypeKey
2014-05-15 13:56:19 +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
c3514dbf23 changed visibility and added toString to
core.problem.vehicle.VehicleTypeKey
2014-05-15 13:50:00 +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
ce2abc8c62 modified javadoc in core.util.Time 2014-05-15 12:58:24 +02:00
oblonski
8066a353d9 added NoSolutionFoundException to improve exception handling
NoSolutionFoundException is still an IllegalStateException
2014-05-15 12:58:06 +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
1a67d1e20e added javadoc to core.problem.vehicle.VehicleFleetManager 2014-05-15 10:48:12 +02:00
oblonski
312ebc8313 fixed bug #95 2014-05-14 23:53:26 +02:00
oblonski
7620988273 standardized toString() method 2014-05-14 23:52:48 +02:00
oblonski
5a02919367 setup test-cases for bug #95 2014-05-14 23:50:46 +02:00
oblonski
86d47954f6 set time-scheduling default to false (it actually was false before, but
now it is more obvious)
2014-05-14 23:49:44 +02:00
oblonski
13c4f89b96 added test-resources 2014-05-14 23:48:33 +02:00
oblonski
4be6bba15e added method in algorithm.acceptor.SchrimpfAcceptance to get initial
threshold
2014-05-10 16:35:13 +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
deda983cc0 modified resources.algorithm_schema.xsd to deal with initialThreshold
for SchrimpfAcceptance
2014-05-10 16:30:42 +02:00
oblonski
8ab2a10afd modified algorithm.io.VehicleRoutingAlgorithms to deal with
initialThreshold for SchrimpfAcceptance
2014-05-10 16:29:55 +02:00
oblonski
8422b840a6 bugfix #84 2014-05-09 12:30:25 +02:00
oblonski
fa7ff47b97 fixed returning collected locations in
core.problem.VehicleRoutingProblem.Builder
2014-05-08 13:45:28 +02:00
oblonski
65bc5cbc4d Merge branch 'master' of https://github.com/jsprit/jsprit.git 2014-05-08 11:41:49 +02:00
oblonski
022e654ba7 removed .setShowFirstActivity(..) since it is now default and cannot be
disabled
2014-05-08 11:38:42 +02:00
oblonski
0e17a93506 cleaned and redesigned analysis.toolbox.Plotter according to #59 2014-05-08 11:37:42 +02:00
jsprit
1f2e15a6d9 Update MultipleDepotWithInitialRoutesExample.java 2014-05-07 10:33:48 +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
40a1e45a0d modified method .plotShipments(..) in analysis.toolbox.Plotter to allow
chaining
2014-05-07 10:00:02 +02:00
oblonski
0bcfc142d5 added input-file for example 2014-04-25 23:38:27 +02:00
oblonski
a5d4d21909 added examples.MultipleDepotWithInitialRoutesExample to illustrate
initialRoutes
2014-04-25 23:37:51 +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
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
cea63fd5cc added chaining capabilities to analysis.toolbox.Plotter.java 2014-04-25 23:28:26 +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