File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Then, the methods are applied to solve an logistics problem in a UK-based compan
1919MIP Model: [ View] ( https://github.com/dungtran209/Modelling-and-Analysis-of-a-Vehicle-Routing-Problem-with-Time-Windows-in-Freight-Delivery/blob/master/algorithm/VRPTW%20MIP%20Model.pdf )
2020
2121
22+
2223** 2. General Variable Neighbourhood Search (GVNS)**
2324
2425Pseudo-code: [ View] ( https://github.com/dungtran209/Modelling-and-Analysis-of-a-Vehicle-Routing-Problem-with-Time-Windows-in-Freight-Delivery/blob/master/algorithm/GVNS%20pseudo-code.png )
@@ -38,7 +39,6 @@ Stopping Criteria | All neighbours (improvement operators) are explored
3839## Visualization
3940
4041Best solution (minimum total distance of all tours) found by the GVNS for benchmark instance R206 (100 customers)
41-
4242![ Image] ( https://github.com/dungtran209/Modelling-and-Analysis-of-a-Vehicle-Routing-Problem-with-Time-Windows-in-Freight-Delivery/blob/master/data/1.%20Sample%20Dataset/R206.100.png )
4343
4444
You can’t perform that action at this time.
0 commit comments