Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 522 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 522 Bytes

Explorer

The algorithm developed in the Master Thesis "Capacitated Multi Depot Green Vehicle Routing for Transporting End-of-Life electrical waste".

Link to Thesis Report

alt text

Setup

python -m venv env

source ./env/bin/activate.fish

sudo pacman -S proj gdal

pip install -r requirements.txt

Update Requirements

python -m pip freeze > requirements.txt