Operations Research Solutions
Operations Research Solutions
This document contains step-by-step solutions for the given Linear Programming Problems (LPPs)
using various methods including:
- Dual Formulation
- Simplex Method
- Big M Method
Given LPP:
Maximize: Z = -3x1 + x2 + x3
Subject to:
1. x1 - 2x2 + x3 <= 11
2. -4x1 + x2 + 2x3 >= 3
3. 2x1 - x3 = -1
4. x1, x2, x3 >= 0
Solution: Converting to standard form with slack, surplus, and artificial variables.
Where M is a large constant to ensure artificial variables exit the basis first.
The solutions for Problems 1 to 5 and 7 will be added here with complete tables and explanations.