Skip to content
/ MDVRP Public

A genetic algorithm for solving the multi-depot vehicle routing problem, implemented in Java🚚

Notifications You must be signed in to change notification settings

henrikig/MDVRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDVRP

A genetic algorithm for solving the multi-depot vehicle routing problem, implemented in Java.

The solver takes in a .txt-file of information on number of vehicles and numbers and locations of depots and customers.

The output is a .txt-file with information on the route for each vehicle, which is also vizualized in Python.

Example Output

About

A genetic algorithm for solving the multi-depot vehicle routing problem, implemented in Java🚚

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published