Routing: Planning (Sequencing and Scheduling) Flashcards

1
Q

Define planning/Loading, scheduling and controlling.

A

Planning: Determining what must be done and which activities precede others.
Scheduling: Determining when the tasks must be completed.
Controlling: Analyses and applied corrections to the difference between scheduled and actual performance.

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

List the four planning and controlling activities.

A
  1. Scheduling (When to do it?)
  2. Sequencing (In what order?)
  3. Loading (What to do?)
  4. Monitoring and control (Is it going according to plan?)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the goal of planning?

A

To have smooth operations.

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

Give an example of a complex problem that makes it difficult to plan/schedule.

A

Travelling salesman.
e.g. 16 customer visits = 16! possible ways of visiting the customers.
Thus finding a high quality (or optimum) solution quickly becomes a key concern.

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

Describe a tool that is used to produce a high quality solution to a difficult routing and scheduling problem.

A

Greedy Construction Heuristic (GCH).
This involves finding a solution by adding an element (e.g. customer visit) to the solution step by step using a ‘greedy’ criterion in a manner that minimises costs and/or maximises profit.

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

Give a step by step Greedy Construction Heuristic guide for a Vehicle Routing Problem (VRP).

A
  1. Start from the origin e.g. depot
  2. Calculate the distance from the origin to all desired geographical points to be visited e.d. customer stops
  3. Select the ‘Nearest Neighbour’ and add this selected point to the partially constructed route.
  4. Select the last selected point and calculate the distance to the remaining points.
  5. Select the ‘Nearest Neighbour’ and add it to the partially constructed route.
  6. Repeat the process until all points have been reached.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

List the three factors to consider when using the Greedy Constructed Heuristic method.

A
  1. Sequence of visits/stops
  2. Timing of each visit: Exact time that the service will be delivered
  3. Total fuel consumption/Travel costs derived from the travelled distance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give three examples of scenarios that might occur while considering the output of a Greedy Construction Heuristic application.

A
  1. Work shift may not be sufficient to cover all stops (Multiple Travelling Salesman problem)
  2. Certain items must be picked-up/delivered but the vehicles with limited capacity are used (Vehicle Routing Problem)
  3. Specific customers must be visited at a specific date and time by specialised staff (Vehicle Routing Problem with Time Windows)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the class example, what are two major steps to consider when trying to solve a Vehicle Routing Problem listed in the previous card?

A
  1. Assign the item with the highest capacity to the vehicle with the highest capacity.
  2. Select the ‘Nearest Neighbour’ using the result from the previous step and see if the assigned clusters to each vehicle remains the same.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

List down the rules of sequencing.

A
  1. Physical constraints (e.g. activities that use paint)
  2. Customer priority (e.g. priority banking service)
  3. Due date
  4. Last In First Out
  5. First In First Out
  6. Longest Operation Time
  7. Shortest Operation Time First
  8. Judging sequencing rules (Judging based on performance objectives: dependability, speed, cost, quality, and flexibility)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

List down the types of scheduling.

A
  1. The complexity of scheduling
  2. Forward and backward scheduling
  3. Gantt charts
  4. Scheduling work patterns e.g. staff rostering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

List down the types of controlling.

A
  1. Push and pull control

2. Drum, buffer, rope. (Comes from the Theory of Constraints and Optimised Production Technology)

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

List the two types of demand.

A
  1. Dependent demand

2. Independent demand

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

What is the P:D ratio?

A

This is the time it takes the customer to wait for the product/service compared to the total time it takes to carry out all the activities required to avail the product/service to the customer.

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