Skip to content

A naive solution to the Vehicle Routing Problem with Time Windows written in C#.

Notifications You must be signed in to change notification settings

Konfirm44/VRPTW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRPTW

A naive solution to the Vehicle Routing Problem with Time Windows written in C#. It works by generating all the possible route plans, filtering out duplicates and rejecting the invalid ones, then selecting the best one.

Setup

Modify the parameters in Program.cs to suit your needs and run the app (through Visual Studio or using the dotnet run CLI command).

Data

The app was tested using the R101 instance of the Solomon benchmark problems, sourced from here.

About

A naive solution to the Vehicle Routing Problem with Time Windows written in C#.

Topics

Resources

Stars

Watchers

Forks

Languages