Skip to content

Column generation method to solve CVRP problem (C++ calls cplex implementation)

Notifications You must be signed in to change notification settings

leno96/VRP-column-generation-QuickStart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRP-column-generation-QuickStart

"Column generation method to solve CVRP problem (C++ calls cplex implementation)"

I mainly work on the VRP problem. This week I want to use the column generation method to solve it. But I found that there are few codes of column generation algorithms online, and there is no such code public on VRP problems (only one is implemented in Java).

Thanks to https://github.com/HendrikBV/ColumnGenerationExampleCPLEX.git. Drawing lessons from his column generation algorithm framework, it is modified into a column generation algorithm for solving CVRP problems. Disadvantages: The sub-problem is solved by the shortest path algorithm, but the shortest path algorithm has not been fully written. Currently, only feasible solutions can be output, but not the optimal solution.

About

Column generation method to solve CVRP problem (C++ calls cplex implementation)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published