Skip to content

this is a solution for vehicle routing problem with time windows constraints

License

Notifications You must be signed in to change notification settings

ELMORABITYounes/Vehicle-Routing-Problem-Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vehicle-Routing-Problem-Solution

this is a solution for vehicle routing problem with time windows constraints

the project takes inputs from solomon instances in doc/ folder.

the project is based on this github project witch is the version of the problem with vehicles capacity constraints.

Getting started

to get the project up and running you need to have Java 7 or higher installed on your system.

the project uses the web look and feel so you need to download the jar files of the library and add them to the project build path or you can comment out the line 10 on the Main.java class to use the default look and feel of swing.

Screenshots

The main window:

Imgur

The selection of the solomon instance:

Imgur

the map view:

Imgur

Solution view:

Imgur

Comparing the solutions that were generated with different methods:

Imgur

About

this is a solution for vehicle routing problem with time windows constraints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages