Skip to content

AlexKressner/Vehicle_Routing_Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/...)