Lecture 2 - Linear Programming Flashcards
1
Q
Define programming
A
The maximization or minimization of an objective.
2
Q
Define linear programming
A
A mathematical technique to help plan and make optimal decisions to achieve a goal.
3
Q
What are the five requirements for applying linear programming?
A
- There’s an objective
- There are limitations.
- There’s an alternative cause of action.
- Nature of decisions are defined
- All formulations are in linear equations or inequalities.
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.
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