Lecture 2 - Linear Programming Flashcards

1
Q

Define programming

A

The maximization or minimization of an objective.

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

Define linear programming

A

A mathematical technique to help plan and make optimal decisions to achieve a goal.

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

What are the five requirements for applying linear programming?

A
  1. There’s an objective
  2. There are limitations.
  3. There’s an alternative cause of action.
  4. Nature of decisions are defined
  5. All formulations are in linear equations or inequalities.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give a couple of examples of linear programming applications:

A

Amazon: Shortest Path Programming, regarding the delivery of parcels.

The choice of location for a fire station or warehouse.

Maximizing profit with limited resources.

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

Think about the algebraical structure of a linear program:

A

max x+y =< 300

subject to:

x,y belongs to Z+
x,y >= 0

2x + y = (constraint) etc

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