Summary Flashcards

1
Q

Cut-and-Fix

A

Fix all Y that are 0 or 1 in LP-Relaxation

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

Relax-and-Fix

A

Divide Variables into Subsets U and Sets Q. Ex. 4 Subsets of 5 each. First impose first 10 Variables are binary. Solve. Second fix 5 Variables of Q1 to obtained value. Impose Q2u U2 (5-15) binary. Repeat.

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

RINS (Improvement)

A

Solve LP Relax. get feasible Sol. set all y that are the same in both solutions to that value.

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

Local Branching (Improvement)

A

Start from feasible solution. Solve MIP where not more than k variables differ from their value in the feasible solution.

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

Exchange (Improvement)

A

Divide variables into Groups. Fix Variables of one group to value obtained in feas. sol. Relax others to take binary values.

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

PROB

A
  • LS
  • WW (LS but without production costs)
  • DLSI (LS but can only produce at capacity or nothing)
  • DLS (DLSI without inital stock)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CAP

A
  • C: Capacities Ct vary over time
  • CC: Capacities Ct constant
  • U: Uncapacitated
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

VAR

A
  • B (Backlogging)
  • SC (Start-Up Costs)
  • ST (Start-Up Times)
  • LB (Minimum Production Levels)
  • SL (Sales and Lost Sales)
  • SS (Safety Stocks)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

B (Backlogging)

A

You can satisfy demand r later than required at a cost b.

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

SC (Start-Up Costs)

A

Costs g for set-up for machine y in t if z = 1) (Make sure that set-up happens in t but not in t-1)

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

ST (Start-Up Times)

A

Capacity is reduced by ST in t. Only occur if there is a start-up z = 1

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

LB (Minimum Production Levels)

A

Lower Bounds for production

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

SL (Sales and Lost Sales)

A

Problem -> Profit maximization, Amount v can be sold for c

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

SS (Safety Stocks)

A

Keep a safety stock

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

EVPI

A

Expected Value of Perfect Information
EVPI = WS - SP
WS = Wait and See Solution, Solution we would get if we could postpone the decision to take it after a scenario has realized

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

VSS

A

Value of Stochastic Solution
Value & Advantage of solving stochastic problem instead of deterministic
VSS = SP - EEV
1. Solve EV (Expected Value of of demand)
2. Substitute x into SP (EEV)

17
Q

LUSS

A

Loss of using the skeleton solution
Does the deterministic solution produce the right non-zero variables?
LUSS = SP - ESSV
1. Solve EV problem -> obtain first stage variables
2. Fix all obtained vars that are zero and solve SP -> obtain first stage solutions
3. Substitute solutions into SP and solve (ESSV)

18
Q

LUDS

A

Loss of using the deterministic solution
Can the deterministic solution be upgraded to become good or optimal for the SP?
LUDS = SP - EIV
1. Solve EV -> obtain first stage solutions
2. Impose x >= x and solve SP -> obtain first stage solutions
3. Substitute solutions into SP and solve (EIV)

19
Q

Constant trend

A
  • Elementary: p(t+1) = y(t)
  • Simple moving average
  • Weighted moving average
  • exp. smoothing: p(3) = αy(2) + (1-α)p(2)
20
Q

Linear trend

A

pt(t) = a(T) + b(T)*t

  • Elementary: a(T) = y(T), b(T) = y(T) - y(T-1)
  • Holt-Method
21
Q

Seasonal Variations with periodicity M

A
  • Elementary: M = 12; p(25) = y(25-12) = y(13)
  • Winters: a(t), b(t), s(t+M)
    a(0) = average over all periods
    b(0) = (av. last period - av. first period)/(T-M)