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

702 commits

Author SHA1 Message Date
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
e6588d841e removed needless javadocs 2014-07-28 10:54:40 +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
64f0829e4a modified it to handle null return 2014-07-24 00:12:47 +02:00
oblonski
c75cbe2328 misc 2014-07-23 23:34:55 +02:00
oblonski
0721274137 misc 2014-07-23 23:15:23 +02:00
oblonski
4e6d91ac01 modified core.problem.VehicleRoutingProblem.copyAndGetActivities such that it returns an empty list if no activities to copy 2014-07-23 23:14:14 +02:00
oblonski
8e3977e78f rename core.problem.JobActivityFactory.createActivity to .createActivities 2014-07-23 23:12:13 +02:00
oblonski
3f9e217e6c replaced old TimeWindowUpdater with new one 2014-07-23 23:10:37 +02:00
oblonski
0215b8eac6 added core.problem.JobActivityFactory to InsertionCalculators 2014-07-23 23:09:32 +02:00
oblonski
a1f448c113 moved tw-update from core.algorithm.state.StateManager to core.algorithm.io.VehicleRoutingAlgorithms 2014-07-23 23:08:14 +02:00
oblonski
6844a92e67 added javadocs to core.algorithm.state.StateManager 2014-07-23 13:34:57 +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
c13d6d8901 added javadocs to stateManager 2014-07-22 20:00:25 +02:00
oblonski
9ce1ac58de added unit tests to test core.algorithm.state.UpdateVehicleDependentTimeWindows 2014-07-22 16:10:40 +02:00
oblonski
427b9a081e modified core.algorithm.state.StateManager such that it throws NullPointerException if state does not exist but should 2014-07-22 16:09:44 +02:00
oblonski
44bf74ef87 modified internal stateIds to more meaningful names 2014-07-22 16:08:33 +02:00
oblonski
9316e9e067 added javadocs to core.problem.vehicle.FiniteFleetManagerFactory 2014-07-22 15:16:06 +02:00
oblonski
f9d4b47bfb added vehicle dependent time-window updater 2014-07-22 15:15:09 +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
78ce320187 added vehicle dependent time-window updater 2014-07-17 18:36:38 +02:00
oblonski
a3afd00614 added vehicle dependent time-window updater 2014-07-17 17:22:11 +02:00
oblonski
453a69a76a added vehicle dependent time-window updater 2014-07-17 16:47:17 +02:00
oblonski
e3fde8bb05 added vehicle dependent route/activity state getters to interface 2014-07-17 16:27:58 +02:00
oblonski
31e14ee8a0 added vehicle dependent time-window states 2014-07-17 16:27:23 +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
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
oblonski
501453490d added skills 2014-07-03 10:38:08 +02:00
oblonski
8d04e90725 activated skillContraints 2014-07-03 10:04:53 +02:00