Modelling with Algorithms Flashcards

1
Q

How to choose a pivot : normal simplex

A
  1. Pivot column is column with most negative value in the objective row
  2. Pivot row is row with smallest (non negative ÷ positive) ratio test result
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to choose a pivot : two-stage simplex

A
  1. Pivot column is column with the most positive value in the Q row
  2. Pivot row is row with smallest (non negative ÷ positive) ratio test result (same as normal simplex)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to tell that first stage is completed?

A
  • Feasible since Q=0
  • Optimal since there are no positive entries in the objective row for non-artificial variables
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is an independent float?

A

The maximum amount of time an activity can be delayed without delaying the early start of the succeeding activities, and without being affected by the allowable delay of any predecessor activity.

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

Use an appropriate cut to show that X is the maximum flow

A
  • The capacity of the cut that splits the vertices into the sets {S,..}{T,…} is X therefore min. cut <= X
  • But max flow >= X
  • By the maximum flow-minimum cut theorem the maximum
    flow is equal to the minimum cut and so therefore the
    maximum flow through the system is X
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is an algorithm?

A

A finite sequence of operations for carrying out a procedure of solving a problem (should be unambiguous and deterministic)

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

What is a critical activity?

A

One for which any increase in its duration results in a corresponding increase in the minimum completion time of the whole project

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

What is the total float?

A

The maximum amount of time an activity can be delayed without increasing the minimum completion time of the entire project

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

What is a heuristic method?

A

A method that usually finds a good solution, although not necessarily the optimal solution

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

What is it called when the flow through an arc equals its maximum capacity?

A

The arc is saturated

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

Which arcs can be included in the objective function for a network flow LP solver?

A

Any set of arcs that all the flow must go through

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

What must you say when defining Q?

A

Q is the objective to the minimised

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

What’s the dream outcome of a matching problem?

A

Maximal matching

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