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

1326 commits

Author SHA1 Message Date
jsprit
cda8b90630 Update CHANGELOG.md 2014-09-26 00:13:05 +02:00
oblonski
385094a5d6 [maven-release-plugin] prepare for next development iteration 2014-09-25 23:32:35 +02:00
oblonski
dfa1ed11eb [maven-release-plugin] prepare release v1.4.1 2014-09-25 23:31:52 +02:00
oblonski
c2b5046178 clear state maps in StateManager 2014-09-25 11:35:13 +02:00
oblonski
a47bd7c694 fix bug #134 2014-09-25 10:28:46 +02:00
oblonski
e0b86f9723 add tests to reproduce bug #134 2014-09-25 10:27:44 +02:00
oblonski
5a939e1252 improve log in core.algorithm.VehicleRoutingAlgorithm 2014-09-24 11:49:19 +02:00
oblonski
db12002777 add javadoc to algorithm.state.StateManager 2014-09-24 09:55:50 +02:00
oblonski
b36679452f add javadoc to core.problem.Capacity 2014-09-23 22:18:48 +02:00
oblonski
c55a6c54bd test Figliozzi's time dependent transport costs 2014-09-23 22:03:19 +02:00
oblonski
699beb1e1e test Figliozzi's time dependent transport costs 2014-09-22 20:01:21 +02:00
oblonski
a624c90bd7 test Figliozzi's time dependent transport costs 2014-09-22 14:57:19 +02:00
oblonski
9c04c88358 add classic speed distribution to Fligliozzi 2014-09-22 12:07:03 +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
50f3efb098 add Figliozzi utilities to benchmark VRP with time dependent costs 2014-09-17 13:00:35 +02:00
oblonski
8df550e0e6 add Figliozzi utilities to benchmark VRP with time dependent costs 2014-09-17 12:54:24 +02:00
oblonski
427bca13cc add check to prevent LuiShenReader to throw IndexOutOfBoundsException when reading file ending with empty lines 2014-09-16 10:35:54 +02:00
oblonski
f6d06c0b48 add check to prevent SolomonReader to throw IndexOutOfBoundsException when reading file ending with empty lines 2014-09-16 10:28:05 +02:00
oblonski
694baae04b Merge remote-tracking branch 'origin/master' 2014-09-15 08:29:30 +02:00
oblonski
e18e7e28da clean example 2014-09-15 08:28:52 +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
jsprit
bf2104d03b Update CHANGELOG.md 2014-09-11 10:23:55 +02:00
oblonski
89350be1e4 add javadoc 2014-09-10 08:44:56 +02:00
oblonski
a2d9dcb4c2 add job and activity dependency example 2014-09-09 23:10:13 +02:00
oblonski
bdbf902383 add job and activity dependency example 2014-09-09 23:08:14 +02:00
jsprit
615af5be22 Update WHATS_NEW.md 2014-09-08 17:13:56 +02:00
jsprit
ee311bbeeb Update CHANGELOG.md 2014-09-08 14:26:07 +02:00
jsprit
190ee8ff6c Update WHATS_NEW.md 2014-09-08 13:19:44 +02:00
jsprit
92aa23b6e8 Update CHANGELOG.md 2014-09-08 13:19:17 +02:00
Stefan Schroeder
bb2a2cdd17 [maven-release-plugin] prepare for next development iteration 2014-09-08 12:32:05 +02:00
Stefan Schroeder
2cf31c2407 [maven-release-plugin] prepare release v1.4 2014-09-08 12:31:56 +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
bd59d9478c Merge remote-tracking branch 'origin/master' 2014-09-05 16:41:38 +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
jsprit
7b40afc72d Update CHANGELOG.md 2014-09-05 16:06:50 +02:00
jsprit
a09358a0f0 Update WHATS_NEW.md 2014-09-05 16:02:09 +02:00
jsprit
60b8be66bc Update CHANGELOG.md 2014-09-05 16:00:14 +02:00
jsprit
1945e5af38 Update CHANGELOG.md 2014-09-05 14:13:00 +02:00
jsprit
09136487c2 Update CHANGELOG.md 2014-09-05 14:09:38 +02:00
jsprit
d434ce4902 Update WHATS_NEW.md 2014-09-05 14:06:09 +02:00
jsprit
df4ed02e03 Update WHATS_NEW.md 2014-09-05 14:01:42 +02:00
oblonski
dd2c7625b4 move core.problem.misc.JobInsertionContext.ActivityContext to new type 2014-09-04 19:19:49 +02:00
oblonski
b4e5ce888c add javadoc (feature #127) 2014-09-04 18:48:52 +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