The "vehicle routing problem" is a combinatorial optimization problem which asks "What is the optimal set of routes for a fleet of vehicles to traverse in order to deliver to a given set of customers?". It generalises the travelling salesman problem.
Questions tagged [vehicle-routing]
258 questions
-2
votes
0 answers
Land and Air Vehicle Communications using IOTA Distributed Ledger technology and MQTT and 5G
My research involves the use of a Distributed Ledger Technology as a secure, timely and trustworthy communications platform for land and air vehicles to exchange positional and command information. I have settled on IOTA as a DLT solution and I…

B00083605
- 23
- 6
-2
votes
1 answer
Theoretical background of Google Or-tools
Currenlty I'm working on my thesis work about Tourism optimization, that contain both Knapsack and VRP solvers from OR-tools. At this point I need some theoretical background about OR-tools.
After internet search I didn't find any information I…