Using Google ortools to solve a variation of Vehicle Routing Problem with constraints
- Traveling Salesman Problem: tsp.py
- Vehicle Routing Problem: vrp.py
- Pick Up - Delivery Model: pdvrp.py
For local testing, go into folder local_test
Source code from AWS Lambda function that solves the Route Optimization problem, using Google Optimization tools
PythonMIT