Home > Operation Research calculators > Formulate linear programming model example

0. Formulate linear programming model example ( Enter your problem )
  1. General structure of Linear programming problem
  2. Example-1
  3. Example-2
  4. Example-3
  5. Example-4
  6. Example-5
  7. Example-6
  8. Example-7
  9. Example-8
Other related methods
  1. Formulate linear programming model
  2. Graphical method
  3. Simplex method (BigM method)
  4. Two-Phase method
  5. Primal to dual conversion
  6. Dual simplex method
  7. Integer simplex method
  8. Branch and Bound method
  9. 0-1 Integer programming problem
  10. Revised Simplex method

1. General structure of Linear programming problem
(Previous example)
3. Example-2
(Next example)

2. Example-1





Linear Programming Model Formulation
Model formulation is the process of transforming a real word problem into linear programming model.

A company manufactures two products A and B. The resources are the capacities Machine-1, Machine-2, and Machine-3. The available capacities are 50,25,and 15 hours respectively. Product A requires 1 hour of Machine-2 and 1 hour of Machine-3. Product B requires 2 hours of Machine-1, 2 hours of Machine-2 and 1 hour of Machine-3. The profit contribution of products A and B are Rs 5 and Rs 4 respectively. Formulate the linear programming model

Solution:
The contents of the statement of the problem can be summarized as follows
MachinesABAvailability
Machine-10250
Machine-21225
Machine-31115
Profit54-

Decision variables
Here Products A and B are competing variables and Machine-1, Machine-2, and Machine-3 are available resources.

Let x1, x2 denotes units of A, B respectively

The LP Model
As the profit contributions of A and B are Rs 5 and Rs 4 respectively. The objective of the problem is to maximize the profit Z,
Hence objective function is
Maximize Z = 5x1 + 4x2

The utilization of Machine hours by products x1 and x2 should not exceed the available capacity.
This can be shown as follows
For Machine-1 : 0x1 + 2x2 ≤ 50
For Machine-2 : 1x1 + 2x2 ≤ 25
For Machine-3 : 1x1 + 1x2 ≤ 15

There is no negative production. Hence we can write,
x1, x2 ≥ 0

Thus, the linear programming model is
Maximize Z = 5x1 + 4x2
Subject to
2x2 ≤ 50
x1 + 2x2 ≤ 25
x1 + x2 ≤ 15
and x1, x2 ≥ 0



This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



1. General structure of Linear programming problem
(Previous example)
3. Example-2
(Next example)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.