You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,21 @@ A MSc's Dissertation Project which focuses on Vehicle Routing Problem with Time
5
5
6
6
The exact approach is based on a classical Mix-Integer Programming (MIP) model and solved by IBM ILOG CPLEX 12.9. Both exact and heuristic algorithm are implemented by Python 3.7 and run on a ASUS Intel Core i7 with 1.8 GHz CPU and 8 GB RAM.
7
7
8
+
8
9
## Data
9
10
Both methodologies are first tested on the famous Solomon (1987) benchmark instances. The data is avalaible on [SINTEF](https://www.sintef.no/projectweb/top/vrptw/solomon-benchmark/).
10
11
11
12
Then, the methods are applied to solve an logistics problem in a UK-based company.
0 commit comments