Module6 Flashcards

(6 cards)

1
Q

Capacitated Plant Location Model

A
  • (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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

SunOil Problem

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Capacitated Plant Location with Single Sourcing

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Gravity Location Model

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Minimum Spanning Tree Problem

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Travelling Salesman Problem (TSP)

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly