Module6 Flashcards
(6 cards)
Capacitated Plant Location Model
- (decides on?) Location and capacity allocation of facilities.
-
Parameters:
– Fixed and variable costs.
– Capacities and demands.
– Transportation costs. -
Decision Variables:
– Binary indicator for facility status (open/closed).
– Quantities shipped between facilities and regions.
SunOil Problem
Scenario:
- SunOil explores centralisation vs decentralisation for petrochemical plants.
- Options:
- Large plants for economies of scale.
- Regional plants to minimise transport costs.
Costs: Include production, inventory, and transportation.
Capacities: Low (10M units) or high (20M units).
Capacitated Plant Location with Single Sourcing
Key Features:
- Assign each demand region to a single plant.
- Objective: Minimise total fixed, production, and transportation costs.
- Constraints:
- Each region served by one plant.
- Plant capacity limits.
Gravity Location Model
Approach:
- Use grid points as potential facility locations.
- Objective: Minimise transportation costs by finding the gravity centre.
Inputs:
- Customer coordinates and demand.
- Distance and shipping cost per unit.
Minimum Spanning Tree Problem
Objective: Minimise total length of links in a network.
Applications:
- Telecommunications and transportation networks.
- Power lines and pipeline systems.
Algorithm:
1. Start with the cheapest link.
2. Add links to unconnected nodes until all nodes are connected.
Travelling Salesman Problem (TSP)
Objective: Find the shortest route visiting each location exactly once and return to the start.
Heuristic Methods:
- Nearest neighbour: Select the closest unvisited node iteratively.
Challenges:
- NP-complete problem with factorial growth in routes.