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

320 commits

Author SHA1 Message Date
oblonski
dd2c7625b4 move core.problem.misc.JobInsertionContext.ActivityContext to new type 2014-09-04 19:19:49 +02:00
oblonski
d80f6bcd6d add feature #127 2014-09-04 18:04:39 +02:00
oblonski
afe98c1051 replace get/setDeliveryLocation(...) with get/setDeliveryLocationId(...)
replace get/setPickupLocation(...) with get/setPickupLocationId(...)
2014-09-04 14:02:43 +02:00
oblonski
9971d3d349 add and test feature #127 2014-09-04 12:45:54 +02:00
oblonski
995d982f04 remove test 2014-09-03 11:01:11 +02:00
oblonski
83d2af8f3a bugfix 122 2014-09-03 10:52:54 +02:00
oblonski
725e95414f bugfix #128 2014-08-28 06:21:26 +02:00
oblonski
264dafd06a Merge branch 'bad-job-list' 2014-08-26 20:35:14 +02:00
oblonski
7661afdaa2 remove test 2014-08-26 20:22:23 +02:00
oblonski
5bc63953dc remove old GPL header (#126) 2014-08-26 15:32:18 +02:00
oblonski
862ddc4d45 test read/write unassignedJobs 2014-08-26 15:01:51 +02:00
oblonski
dce8019b80 clean, test and document core.algorithm.termination.IterationWithoutImprovementTermination 2014-08-12 12:45:33 +02:00
oblonski
e0a764c113 rename badJob into unassignedJob 2014-08-11 23:02:00 +02:00
oblonski
b7b0ff650c rename badJob into unassignedJob 2014-08-11 23:00:43 +02:00
oblonski
650a20fabc test bad job list 2014-08-11 22:16:37 +02:00
oblonski
590f2c1877 add bad job list 2014-08-11 22:14:33 +02:00
oblonski
62331ccfd9 add bad job list 2014-08-09 22:48:51 +02:00
oblonski
632a889c4b add and test core.algorithm.VehicleRoutingAlgorithm.setMaxIterations(...) and .getMaxIterations()
deprecate .setNuOfIterations(...) and .getNuOfIterations()
2014-08-08 08:50:49 +02:00
jsprit
a951236303 Merge pull request #117 from pierredavidbelanger/select-randomly-test
Fix a bug with the selectRandomly selector
2014-08-04 21:01:13 +02:00
oblonski
c9f75a826e try to reproduce potential bug #116 2014-08-04 13:41:31 +02:00
Pierre-David Bélanger
81a7b34b04 A very simple test case to reproduce a bug where one is not able to use the selectRandomly selector 2014-07-30 22:42:01 -04:00
oblonski
58c9030b8a fixed bug #112 and #114 2014-07-30 12:18:56 +02:00
oblonski
fee2a396d9 reproduced bug #112 2014-07-30 10:46:04 +02:00
oblonski
c32507329d reproduced bug #112 2014-07-30 10:08:29 +02:00
oblonski
3786f8e977 added skill reader/writer 2014-07-29 20:04:47 +02:00
oblonski
f56d735b83 added skills 2014-07-29 14:02:14 +02:00
oblonski
ea7407d936 added skills 2014-07-29 13:54:11 +02:00
oblonski
b991793aba removed addConstraint in core.problem.VehicleRoutingProblem 2014-07-29 12:25:27 +02:00
oblonski
a472f282c9 cleaned core.algorithm.state.StateManager 2014-07-29 11:45:26 +02:00
oblonski
c04d3acd51 merged skills 2014-07-29 11:35:40 +02:00
oblonski
9c4bd498c4 merged skills 2014-07-29 11:28:18 +02:00
oblonski
aec4e307de moved StateFactory from core.problem.solution.route.state to core.algorithm.state.InternalStates
moved StateId from core.problem.solution.route.state.StateFactory to core.algorithm.state

made core.problem.solution.route.state.StateFactory.createId(...) inaccessible
2014-07-28 10:46:48 +02:00
oblonski
8ebae73847 fixed unit tests 2014-07-25 10:28:14 +02:00
oblonski
42570d69ac migrated from log4j1x to log4j2 2014-07-25 09:57:40 +02:00
oblonski
8e3977e78f rename core.problem.JobActivityFactory.createActivity to .createActivities 2014-07-23 23:12:13 +02:00
oblonski
218e7d9817 removed defaultValues from core.algorithm.state.StateManager.
Null checking is moved to client classes
2014-07-22 20:45:50 +02:00
oblonski
9ce1ac58de added unit tests to test core.algorithm.state.UpdateVehicleDependentTimeWindows 2014-07-22 16:10:40 +02:00
oblonski
9e6ef8f0ed added unit tests to test algorithm.state.UpdateVehicleDependentPracticalTimeWindows 2014-07-22 15:14:04 +02:00
oblonski
df8f3389f4 added unit tests to test vehicle dependent time window constraint 2014-07-22 15:12:02 +02:00
oblonski
e81b37c57a added unit test to test vehicle dependent time-windows 2014-07-17 20:22:12 +02:00
oblonski
00eef79679 removed constructor from StateManager and its according implications 2014-07-17 12:41:47 +02:00
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
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