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

352 commits

Author SHA1 Message Date
oblonski
1458b03be7 prepare release 1.5 2014-12-12 10:55:56 +01:00
oblonski
9938a6a123 rem penalty vehicle stuff 2014-12-12 08:13:10 +01:00
oblonski
7ce6a8d68a enable search with different insertion strategies 2014-12-10 13:12:15 +01:00
oblonski
b1fe1b32b6 test json stuff 2014-12-04 13:35:35 +01:00
oblonski
88c884734f test json stuff 2014-12-04 13:34:29 +01:00
oblonski
e742231c5f test json stuff 2014-12-04 12:56:15 +01:00
oblonski
843bd18be2 add great circle costs 2014-11-28 10:49:38 +01:00
oblonski
5d0a962e24 add great circle distance calc 2014-11-28 10:30:06 +01:00
oblonski
600e29f353 mod regret insertion 2014-11-28 10:29:09 +01:00
oblonski
edc3690621 add concurrent regret 2014-11-24 11:41:49 +01:00
oblonski
b7a35a26b0 add according tests and change resources 2014-11-22 12:38:11 +01:00
Stefan Schroeder
99d8cbed69 some adaptations referring to time scheduling experiments 2014-11-06 20:45:44 +01:00
oblonski
0cf6384866 add, test and illustrate more load/activity indicators 2014-10-08 09:57:28 +02:00
oblonski
682c0b5083 add solution stats 2014-10-07 15:29:22 +02:00
oblonski
04b52759e5 add and test skill constraint violation checks 2014-10-07 12:54:58 +02:00
oblonski
c788b477b6 add and test skill constraint violation checks 2014-10-07 08:52:59 +02:00
oblonski
47d859652a add and test constraint violation checks 2014-10-06 16:48:49 +02:00
oblonski
f733587b2b add and test removeActivity(act) and hasActivity(act) in TourActivities 2014-10-06 16:47:58 +02:00
oblonski
818cf7aaba add, test and illustrate twViolation 2014-10-06 11:54:06 +02:00
oblonski
6974480c77 add funcs to SolutionAnalyser and test them
remove asserts in loadStateUpdater
2014-10-06 09:17:13 +02:00
oblonski
f72cf922fa add and test SolutionAnalyser 2014-10-01 13:08:21 +02:00
oblonski
e0b86f9723 add tests to reproduce bug #134 2014-09-25 10:27:44 +02:00
oblonski
c55a6c54bd test Figliozzi's time dependent transport costs 2014-09-23 22:03:19 +02:00
oblonski
fe7ad0d316 simplify VehicleRoute.Builder by adding .addPickup(Pickup) and .addDelivery(Delivery) 2014-09-22 05:45:49 +02:00
oblonski
20a898cd25 add tests to ensure that pickups/deliveries remain pickups/deliveries 2014-09-20 10:42:22 +02:00
oblonski
82713d76d1 add tests to ensure that pickups/deliveries remain pickups/deliveries 2014-09-20 10:41:00 +02:00
oblonski
f961fa8971 fix bug #131 2014-09-17 20:47:58 +02:00
oblonski
800e03d48c reproduce bug #131 2014-09-17 20:13:08 +02:00
oblonski
4d8b4a6273 add multiple termination criteria 2014-09-15 08:26:12 +02:00
oblonski
c75d3d5cc2 add multiple termination criteria 2014-09-14 20:09:09 +02:00
oblonski
a94a492004 make GraphStreamView label times and job names
parse seconds to time string
2014-09-08 07:21:08 +02:00
oblonski
e65d36d784 rename core.problem.constraint.HardActivityStateLevelConstraint to HardActivityConstraint
rename core.problem.constraint.HardRouteStateLevelConstraint to HardRouteConstraint
2014-09-05 16:38:58 +02:00
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