Skip to content

pgs-hszalwinski/vehicle-routing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle routing problem

Installation

All scripts were tested using Python 3.7.1 on a 64 bit system. ortools library, which is one of project dependencies, at the moment works only with 64 bit Python installation. Furthermore, on Windows it might require latest supported Visual C++ redistributable packages x64.

At first, install pipenv package: https://pipenv.readthedocs.io/en/latest/install/#installing-pipenv and run following command in project directory

pipenv install

Usage

Scripts can be ran in terminal:

python vrp.py --help

Available parameters as environment variables:

  • APP_KEY - application key for Google API

Unit tests

make run-tests

Static code analysis

Combination of mypy and typehints.

make run-mypy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%