Define programming
The maximization or minimization of an objective.
Define linear programming
A mathematical technique to help plan and make optimal decisions to achieve a goal.
What are the five requirements for applying linear programming?
Give a couple of examples of linear programming applications:
Amazon: Shortest Path Programming, regarding the delivery of parcels.
The choice of location for a fire station or warehouse.
Maximizing profit with limited resources.
Think about the algebraical structure of a linear program:
max x+y =< 300
subject to:
x,y belongs to Z+
x,y >= 0
2x + y = (constraint) etc