L-T-P: 0-0-3 | Credits: 2
Code the following in C++
-
Formulation of LPP (Linear Programming Problem)
- Identification of feasible space through basic solutions
- Determination of Basic Feasible Solution (BFS)
- Selection of optimal solution
-
Methodology Development
- Understanding the Simplex algorithm for solving LPP
- Varieties of Simplex method and properties:
- Big M method
- Understanding Primal-Dual Simplex algorithm
- Dual Simplex method
- Revised Simplex method
- Sensitivity analysis
-
Integer Programming
- Gomory cutting plane method
- Branch and Bound algorithm
- Application Problems
- Transportation problem
- Assignment problems
- Theory of Games
-
Clone this repository:
git clone https://github.com/Samya-S/Optimization-Techniques-Lab.git
-
Navigate to the appropriate lab assignment folder:
cd foldername
-
Compile and run the C++ programs:
g++ filename.cpp -o outputfile ./outputfile
This project is licensed under the MIT License - see the LICENSE file for details.