3133 Final Exam Studying

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

How do you know if an LP is infeasible?

If the optimal solution of the Phase I simplex is not equal to 0

2
New cards

What us Phase I simplex used for?

To find a starting basis and to check infeasibility

3
New cards

LB and UB for a maximization branch and bound tree

LB: Best integer feasible solution

UB: Best we can hope to get

4
New cards

LB and UB for a minimization branch and bound tree

LB: Best we can hope to get

UB: Best integer feasible solution

5
New cards

Cutting planes algorithm

1). Write the LP Relaxation in standard form and solve using simples

2). Take one of the non integer constraints and move all the variables to one side

3). Floor all the variables and use less than equal to and floor the right side

4). Substitute all the non-basis variables

5). Add to IP

6
New cards

Max min

z <=

7
New cards

Min Max

z>=

8
New cards

Absolute value in objective

change to max

9
New cards

max in constraints:

max{12,12+5x}<=500

12 <= 500

12+5x <= 500

10
New cards

Absolute value in constraints

turn into max and do same

11
New cards

|x-2y|>=2

(x-2y>=2) OR (-x+2y>=2)

12
New cards

Primal is optimal

Dual is optimal

13
New cards

Primal is unbounded

Dual is infeasible

14
New cards

Primal is infeasible

Dual is unbounded or infeasible

15
New cards

Fixed cost constraint

#of units variable <= M (if fixed cost is accrued constraint)

16
New cards

x<=0 in standard form

x’=-x and replace x accordingy

17
New cards

x is free

replace x with (x’-x”)