Logistics and Supply Chain Management - Summary2
Logistics and Supply Chain Management - Summary2
Transport Logistics
2.1. Transportation problem
Rebalancing of empty containers. You need some empty containers somewhere but they are at another place where
they take up space. Standard problem from Management science. You have capacity and demand and need to find
the cheapest/ fastest way to fulfil as much demand as possible.
Excel Solver:
Objective Function is SUMPRODUCT of costs and to be filled cells
Constraints: To be filled cells must be smaller than the capacities and >= than the demands
Optimization problem:
Decision variables: xij = 1 if there is a trip from i to j, 0 otherwise;position variable zi
Constraints:
Each location is reached
Each location is left
Sub-tour elimination, i.e. all nodes must be connected
Variable domains