Decision 2

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/117

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:29 PM on 6/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

118 Terms

1
New cards

supply

The capacity of each of the supply points (or sources) - the quantity of goods that can be produced at each factory or held at each warehouse.

2
New cards

demand

The amount required at each of the demand points (or destinations) - the quantity of goods that are needed at each shop or by each customer.

3
New cards

transportation algorithm

knowt flashcard image
4
New cards

north-west corner method

knowt flashcard image
5
New cards

what to do if total supply > total demand

add a dummy demand point

6
New cards

what to do if If total supply < total demand

add a dummy supply point

7
New cards

demand or supply dummy

In each case the demand or supply at the dummy is chosen so that total demand is equal to total supply, and the transportation costs to/from the dummy location are all zero.

8
New cards

when is a solution degenrate

In a feasible solution to a transportation problem with m rows and columns, if the number of cells used is less than n + m - 1, then the solution is degenerate. This will happen when an entry, other than the last, is made that satisfies the supply for a given row, and at the same time satisfies the demand for a given column. The algorithm requires that n + m - 1 cells are used in every solution, so a zero needs to be placed in a currently unused cell.

9
New cards

hwo to find shadow costs

knowt flashcard image
10
New cards

improvement index

The improvement index in sending a unit from a source P to a demand point Qis found by subtracting the source cost S(P) and destination cost D(Q) from the stated cost of transporting one unit along that route C(PQ): Improvement index for PQ = 1pQ = C(PQ) - S(P) - D(Q) The route with the most negative improvement index will be introduced into the solution. The cell corresponding to the value with the most negative improvement index becomes the entering cell (or entering square or entering route) and the route it replaces is referred to as the exiting cell (or exiting square or exiting route).there are two equal potential entering cells you may choose either. Similarly, if there are two equal exiting cells, you may select either. Π If there are no negative improvement indices the solution is optimal.

11
New cards

stepping stone method

knowt flashcard image
12
New cards

exiting cell

One entry that has been reduced to 0 by the steppingstone method is called the exiting cell, and should be left blank in the improved solution.

13
New cards

linear programming for transortation roblems

knowt flashcard image
14
New cards

sully constraints linear rogramming

<-

15
New cards

linear rogramming demand constraints

>-

16
New cards

why cant you apply simplex to transportation problems

as >- constraints so no basic feasible solution

17
New cards

how to reduce cost matrix

  • subtract the least value in each row from each element of that row

  • using the new matrix subtract the least valye in each column from each element in that column

18
New cards

the Hungarian algorithm

knowt flashcard image
19
New cards

how to solve allocation problem which is not n x n

introduce dummy rows or dummy columns with zero entries

20
New cards

how to maximise in allocation roblem

make everything negative then do row reduction and column reduction

21
New cards

what to do if incomplete data in Hungarian algorithm

you can enter a large value into the matrix at the appropriate place.

22
New cards

how to set out linear rogrammign of allocaiton rovblem

knowt flashcard image
23
New cards

what to do wehn maximisation and incomlete data

relace with small number

24
New cards

when is a vertex a source in flows and networks

if all arcs connect are directed away

25
New cards

when is a vertex a sink in flows and netwroks

if all arcs connected are directed towards

26
New cards

2 conidtions in flows and netwoeks

  • feasibility - flow along each arc must not exceed the capacity of that arc

  • conservation- total flow into vertex=total flow out of vertex

27
New cards

what do we call an arc with flow equal to capacity

saturated

28
New cards

value of flow d

sum of all flows along all arcs leaving source vertex or entering sink vertex

29
New cards

cut

set of arc whose removal seperates the network into two parts

30
New cards

capacity of a cut

sum of the capacities of the arcs flowing to the sink

31
New cards

arcs flowing out of cut

contribute zero to capacity of cut

32
New cards

forward arrow labelling

amount by which the flow can be increased by

33
New cards

backward arrow labelling

amount in which the flow in arc can be reduced

34
New cards

when is the flow maximal

equal to value of minimu cut

35
New cards

what does minimum cut pass through

saturated arcs directed from source to sink

empty arcs directed from sink to source

36
New cards

what do the numbers represent in capacitated directed network

first number represent lower capacity and second number represents upper capacity

37
New cards

what does it mean if the maximum total flow into a vertex is equal to minimum total flow out of that vertex

arcs into that vertex are at their upper capacities

arcs out of that vertex are at their lower capacities

38
New cards

what does it mean if the minimum total flow into a vertex is equal to maximum total flow out of that vertex

arcs into that vertex are at their lower capacities

arcs out of that vertex are at their upper capacities

39
New cards

capacity of a cut in a netwrok with lower capacities

sum of the upper capacities crossing from the source to sink minus the sums of the lower capacities crossing the cut from sink to the source

40
New cards

what must supersource be

arcs leading from supersource to each source must have capacity and flow equal to total capacity and total flow leaving that source

41
New cards

what must supersink be

arcs leading from each sink to the supersink must have capacity and flow equal to the total capacity and total flow arriving at that sink

42
New cards

capacities on supersource

Each arc from the supersource to a source must have a lower capacity equal to the sum of the lower capacities of the arcs leaving the source and an upper capacity equal to the sum of the upper capacities of the arcs leaving the source.

43
New cards

capacities on supersink

Each arc from a sink to the supersink must have a lower capacity equal to the sum of the lower capacities of the arcs entering the sink and an upper capacity equal to the sum of the upper capacities of the arcs entering the sink.

44
New cards

what to do if a node has restricted capacity

it may be replaced by two nodes joined by an arc of that capacity. Flow problems for the network can then be solved in the usual way.

45
New cards

what to do if node is blocked

the node and any arcs linked directly to it may be removed from the network.

46
New cards

stage when finding optimal solutions to network problems using dynamic programming

The route from the initial state (S say) to the final state (T say) is made up of a sequence of moves. Each move is a stage. The stage tells you how 'far' you are from the destination vertex.

47
New cards

state when finding optimal solutions to network problems using dynamic programming

This is the vertex that you are considering at each point.

48
New cards

action when finding optimal solutions to network problems using dynamic programming

This is the directed arc from one state to the next. In selecting an arc you are considering what happens if you do that action.

49
New cards

destination when finding optimal solutions to network problems using dynamic programming

This is the vertex you arrive at having taken the action.

50
New cards

value when finding optimal solutions to network problems using dynamic programming

This is the sum of the weights on the arcs used in a sequence of actions.

51
New cards

how to do dynamic programming for network problems

In dynamic programming you work backwards from T in a series of stages.

• The vertices immediately before T are examined. These are the stage 1 vertices. The best route from these to T is noted.

Then move back a stage, away from t and towards S, to the stage 2 vertices. Routes from these vertices must pass through one of the stage 1 vertices to get to T. Use this to help you find the optimal route from each stage 2 vertex to T.

Then move back a stage and repeat the process, until you reach S.

The principle of optimality is used at each stage. The current optimal paths are developed using the paths found in the previous stage.

52
New cards

minimax route

A minimax route is one in which the maximum value of the individual arcs used is as small as possible.

53
New cards

how to do minimax route

find max of each action and select minimum of these actions for each state

<p>find max of each action and select minimum of these actions for each state </p>
54
New cards

maximin orute

A maximin route is one in which the minimum value of the individual arcs used is as large as possible.

55
New cards

how to do maximim route

find min of each action and select max of these actions for each state

<p>find min of each action and select max of these actions for each state</p>
56
New cards

stage when finiding otimal solution to roblems in a table

A time interval or an option being considered.

57
New cards

state when finiding otimal solution to roblems in a table

The value of a resource available from a previous stage.

58
New cards

action when finiding otimal solution to roblems in a table

The amount of the resource used in the current stage.

59
New cards

destination when finiding otimal solution to roblems in a table

The value of the resource passed to the next stage.

60
New cards

value when finiding otimal solution to roblems in a table

he numerical value of the quantity to be optimised.

61
New cards

2 person game

only 2 parties can play

62
New cards

what does a player do to play safe

each player looks for the worst that could happen if they make each choice in turn

the player then picks the choice that results in the least worst option

63
New cards

pure strategy

strategy in which a player always makes the same choice

64
New cards

zero sum game

the 2 entries in each cell in the pay-off matrix add up to zero

65
New cards

play safe strategies for player 1

row containing row maximin

66
New cards

playsafe strategy for B

column containing column minimax

67
New cards

row maximin

  • maximum of the minimum values in each row

  • find the min valye for each row and choose the largest of these

68
New cards

column minimax

  • minimum of the maximum value in each column

  • find the maximum value for each column and choose the smallest of these

69
New cards

when is there stable solution

row ,maximin =column minimax

70
New cards

saddle point

value which is the smallest in its row and largest in its column

71
New cards

hwat it means if stable solution

  • must occur when both players adopt their play safe strrategies

  • value of the game to player a is eqaul to the row maximin

  • value of the game to B is equal to the negative of the column minimax

72
New cards

when can a row be deleted

If every entry in row p is greater than the corresponding entry in row 4 then you can say that row p dominates row q. In this case, row q may be deleted as it would never be chosen.

73
New cards

when can a column be deleted

if every entry in column r is less than the corresponding entry in column s then you can say that column r dominates column s. in this case column s may be deleted as t would never be chosen.

74
New cards

what is the optimal mixed strategy for a

The optimal mixed strategy for player A is the mixed strategy that maximises the minimum expected pay-off for all possible actions by player B.

75
New cards

how to find optinmal mixed strategy for player with 2 choices in 2 x n or n x 2 game

set the probability of one choice as p, so that the probability of the other choice is 1 - p. Find the expected winnings in terms of p. Draw a graph showing the expected winnings as straight lines. Choose the intersection point that maximises the minimum winnings.

76
New cards

what is the value to b if vale to a a is v

-v

77
New cards

where is optimal solution on graph when more than 2 lines game theory

highest point of intersection with no lines udnerenah

78
New cards

how to formulate game as linear rogrammin roblem

Transform the game by adding n to each value so that all of the values are non-negative. Define the decision variables. Watch out YoWrite (the value of the new game, with added) and set the objective to maximise V. Write down the constraints.

79
New cards

order of a recurrence relation

difference between the highest and lowest subscripts in the relation

80
New cards

first order recurrence relation

un can be given as a function of n and un-1 only

81
New cards

how can a first order linear recurrence relation b ewritten

knowt flashcard image
82
New cards

when is a first order linear recurrence relation homogenous

g(n) = 0

83
New cards

how to solve un =aun-1

un=c(a^n)

84
New cards

how to solve un = un-1 + g(n)

knowt flashcard image
85
New cards

how to solve recurrence relation un=aun-1 + g(n)

  • Find the complementary function (C.F.), which is the general solution to the associated homogeneous recurrence relation = aun-1

  • Choose an appropriate form for a particular solution (P.S.) then substitute into the original recurrence relation to find the values of any coefficients.

  • The general solution is un = C.F. + P.S.= ca^n + P.S.

  • Use the initial condition to find the value of the arbitrary constant.

86
New cards

particular solution when solving aun-1 + g(n) when g(n) is p with a ≠ 1

λ

87
New cards

particular solution when solving aun-1 + g(n) when g(n) is pn + q with a ≠ 1

λn + μ

88
New cards

particular solution when solving aun-1 + g(n) when g(n) is kp^n with p ≠ a

λp^n

89
New cards

particular solution when solving aun-1 + g(n) when g(n) is ka^n with

λna^n

90
New cards

particular solution when solving aun-1 + g(n) when g(n) is p with a = 1

λn

91
New cards

particular solution when solving aun-1 + g(n) when g(n) is pn+q with a = 1

λn² + μn

92
New cards

second order linear recurrence relation form

knowt flashcard image
93
New cards

when is a second order linear recurrence relation homogfenous

g(n)=0

94
New cards

if un = f(n) and un=g(n) are particular solution ti a linear recurrence relation what eles is a solution

knowt flashcard image
95
New cards

how to find solution to second order order homegenous linear recurrence relation of form un=aun-1 +bun-2

r² -ar -b =0

96
New cards

form of un if 2 real roots of second order homogenous auxilliary

knowt flashcard image
97
New cards

form of un if repeated root of second order homogenous auxilliary

knowt flashcard image
98
New cards

form of un if comlex roots of second order homogenous auxilliary

knowt flashcard image
99
New cards

how to solve recurrence relation un=aun-1 +bun-2 +g(n)

knowt flashcard image
100
New cards
<p>particular solution when solving aun-1 + bun-2 +g(n) when g(n) is j</p>

particular solution when solving aun-1 + bun-2 +g(n) when g(n) is j

knowt flashcard image