What is linear programming?
Linear programing is the process of finding a way to obtain the best result in a give mathematical model for some list of requirements represented as linear equations.Example of linear programming:
Consider the function D = 5x + 4y.We will find the minimum value of this function in the region defined by the inequalities x ≥ 0, y ≥ 0, x + 2y ≤ 4, and x + y ≤ 3.The possible region determined by the given constraints is shown.