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

456 commits

Author SHA1 Message Date
oblonski
279826f061 removed constructor from StateManager and its according implications 2014-07-17 11:55:33 +02:00
oblonski
4d3e5be4fb added meaningful ClassCastException to core.algorithm.state.StateManager
modified clean from new arr ini to arr value ini
2014-07-17 11:21:15 +02:00
oblonski
891b0083c6 added vehicleTypeKey to identify similar vehicles 2014-07-16 15:01:15 +02:00
oblonski
dbdb3372c7 extended stateManager to memorize vehicle dependent states 2014-07-16 15:00:30 +02:00
oblonski
251ded5fb7 simplified method names 2014-07-16 10:34:06 +02:00
oblonski
74ca4884db added indeces to main elements 2014-07-15 21:53:45 +02:00
oblonski
1c63530fcd added indeces to main elements 2014-07-15 14:27:29 +02:00
oblonski
6e390b0105 remove act-insertion-costs 2014-07-15 13:37:25 +02:00
oblonski
d1a8367ba5 added indeces to main elements 2014-07-15 12:35:02 +02:00
oblonski
8a5c1cceed added indeces to main elements 2014-07-15 10:59:18 +02:00
oblonski
f9bad784ff added indeces to main elements 2014-07-15 09:24:38 +02:00
oblonski
4f2689529f added indeces to main elements 2014-07-14 20:56:11 +02:00
oblonski
aa1b7214ae added further unit tests 2014-07-14 12:53:48 +02:00
oblonski
3e2f4a41a7 added further unit tests 2014-07-14 09:36:21 +02:00
Stefan Schroeder
df6218e98e added copyrights 2014-07-02 13:25:46 +02:00
Stefan Schroeder
9e4684e583 removed warnings 2014-07-02 13:17:49 +02:00
oblonski
5dae3ee528 improved and tested route level insertion 2014-07-02 12:48:25 +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
2a36ed42cf Merge branch 'master' of https://github.com/jsprit/jsprit.git 2014-06-23 22:45:01 +02:00
oblonski
16f8d606f4 bugfix #107 - close FileWriter in core.problem.io.VrpXMLWriter 2014-06-23 22:43:34 +02:00
Stefan Schroeder
c7724cc870 set departure-time when returning InsertionData in
core.algorithm.recreate.ServiceInsertionOnRouteLevelCalculator
2014-06-14 13:12:41 +02:00
Stefan Schroeder
b16250bf46 modified departure-time settings of
core.algorithm.recreate.VehicleTypeDependentJobInsertionCalculator
2014-06-14 13:11:09 +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
3ec00c3dd3 removed comments 2014-06-10 20:14:55 +02:00
Stefan Schroeder
40b75eae92 bugfix #104 2014-06-10 20:13:26 +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
fa2c5eb00f internal modification 2014-06-02 12:20:22 +02:00
oblonski
8ec2e7459a added internal doc 2014-06-02 12:18:25 +02:00
oblonski
b125c22619 added RouteUtils to retrieve important information from routes 2014-06-02 12:16:19 +02:00
oblonski
4c57e6d3bf enabled chaining 2014-06-02 12:15:04 +02:00
oblonski
6a3746a7db modified id of penalty vehicles, it now matches original vehicle id
according to issue #102
2014-06-02 12:14:25 +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