underdarkGIS’s avatarunderdarkGIS’s Twitter Archive—№ 15,062

  1. …in reply to @matteo_ruggieri
    @matteo_ruggieri That's an optimization problem. Those can get tricky fast. For a single vehicle and if you can ignore vehicle capacity, you could try the travelling salesman implementation in @pgrouting docs.pgrouting.org/latest/en/TSP-family.html For more complex cases, you'll need VRP docs.pgrouting.org/latest/en/VRP-category.html