Assgm 01 - DMTM
Assgm 01 - DMTM
Formulating and solving the basic routing problem
TSP Formulations
Miller-Tucker-Zemlin (MTZ)
such that:
- Degree constraints
- Subtour breaking constraints:
Dantzig-Fulkerson-Johnson (DFJ)
such that:
- Degree constraints
- Subtour breaking constraints:
2.1 Practical Constraints
2.1.a - Add capacity and Time Windows
Decision variables:
Binary. 0 = do not use edge, 1 = use edge Amount of goods delivered to node Time at which node is visited
such that:
- Degree constraints
- Capacity constraints:
- TimeWindows constraints:
2.1.b - Compare to 1.1
2.1.c - Minimise number of vehicles
Parameters:
Cost of edge Time travel on edge (We just use in the constraints, because speed is ) Capacity of a vehicle Demand of node Cost of activating a route
Decision variables:Binary. 0 = do not use edge, 1 = use edge with vehicle Continuous. Amount of goods delivered to node by vehicle Continuous. Time at which node is visited by vehicle
such that:
- Degree constraints
- Capacity constraints:
- TimeWindows constraints: