Added
- Support for mixing independent pickups and deliveries (#241)
pickup
anddelivery
keys forjob
in input and forroute
andsummary
in output (#262)load
key atstep
level in output (#262)priority
key for jobs to gain some control on which jobs are unassigned (#246)HttpWrapper
class to factor code previously duplicated across routing wrappers (#224)
Changed
- Speed up solving by 25% for CVRP and up to 30% for VRPTW benchmark instances (#255)
- Update Travis configuration to use Ubuntu Bionic (#260)
- Cut down validity checks time (#266)
Deprecated
amount
key atjob
level in input and atsummary
androute
level in output (#262)
Removed
- Clustering heuristics for CVRP (#267)