Skip to content

M-Komorek/VRPSPD_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRPSPD_solver

This simple GUI program allows you to solve VRPSPD problem with the use of heuristics method known as Clarke and Wright savings algorithm.

GUI

Yeah.. Ok.. But, but what exactly is VRP? What is heuristic? How does it even work?

VRP

The vehicle routing problem (VRP) is a combinatorial optimization and integer programming problem which asks "What is the optimal set of routes for a fleet of vehicles to traverse in order to deliver to a given set of customers?".

VRPSPD

Vehicle Routing Problem with Simultaneous Pickup and Delivery (VRPSPD): A number of goods need to be moved from certain pickup locations to other delivery locations. The goal is to find optimal routes for a fleet of vehicles to visit the pickup and drop-off locations.

Clarke and Wright savings algorithm

If you want get to know how this code actually work: Comparative Study of Algorithms Metaheuristics Based Applied to the Solution of the Capacitated Vehicle Routing Problem

Dependencies

This program was created using Qt 5.15.2.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published