Skip to content
/ cvrp Public

Practical implementation of Constrained Vehicle Routing Problem.

Notifications You must be signed in to change notification settings

bluczko/cvrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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 Constrained Vehicle Routing Problem.

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages