Skip to content

Practical implementation of Vehicle Routing Problem with TIme Windows.

Notifications You must be signed in to change notification settings

adrianhajdukiewicz1/vrptw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVRP Project

Practical implementation of Constrained Vehicle Routing Problem.

This is a student project for Systems Engineering course.

Installation

Python 3.7 or newer is required. This project is OS-agnostic.

Install required pip packages:

pip install -r requirements.txt

Solvers

Additionally, this project requires installation of any MLP solver supported by Pyomo.

GLPK was used in testing, but Gurobi or CPLEX is recommended for performance reasons.

Full list of supported solvers is available from pyomo command (after installation):

pyomo help --solvers

About

Practical implementation of Vehicle Routing Problem with TIme Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%