A simple example notebook that uses Google OR-Tools to solve instances of the Solomon benchmark (vehicle routing problem with time windows).
Make sure Docker is installed.
- Clone repo
git clone https://github.com/AlexKressner/Vehicle_Routing_Problem
- Change directory
cd Vehicle_Routing_Problem
- Build and launch with docker
docker build -t vrp:latest .
docker run -p 8888:8888 vrp
- Copy and paste URL from terminal in browser to open the notebook (
http://127.0.0.1:8888/...
)