Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 751 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 751 Bytes

Vehicle_Routing_Problem

Info

A simple example notebook that uses Google OR-Tools to solve instances of the Solomon benchmark (vehicle routing problem with time windows).

Usage

Make sure Docker is installed.

  1. Clone repo
  git clone https://github.com/AlexKressner/Vehicle_Routing_Problem
  1. Change directory
  cd Vehicle_Routing_Problem
  1. Build and launch with docker
  docker build -t vrp:latest .
  docker run -p 8888:8888 vrp 
  1. Copy and paste URL from terminal in browser to open the notebook (http://127.0.0.1:8888/...)