Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 326 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 326 Bytes

cvrp

Repostory to solve Salomon CVRP

ASD

A Simple Demostration

Requirements

  • Python 3
  • Pipenv pip3 install pipenv
  • Pytest pip3 install pytest
  • VRPLIB pip install vrplib

Setup

pipenv install --dev

Development

Run tests

pipenv run test

pytest -v tests/

Run linter

pipenv run lint