Three quantitative optimisation models — Data Envelopment Analysis (DEA), Linear Programming (LP), and Network Flow Optimisation — built and solved in Excel Solver for operations management decision-making.
Operations Analytics
Operations teams must allocate scarce resources efficiently. This project tackles three classic OR problems using spreadsheet-based Solver models:
| Model | Business Question |
|---|---|
| DEA (Data Envelopment Analysis) | Which decision-making units (DMUs) are technically efficient, and what are the benchmarks for the inefficient ones? |
| Linear Programming | How should limited resources be allocated to maximise an objective (profit / output) subject to capacity, demand and supply constraints? |
| Network Flow Optimisation | What is the minimum-cost (or maximum-flow) routing through a supply-distribution network? |
- Input-oriented CRS/VRS models
- Efficiency frontier identification
- Benchmarking inefficient DMUs against peers
- Sensitivity to model orientation
- Decision-variable formulation with objective function
- Constraint specification (capacity, demand, non-negativity)
- Solver configuration: Simplex LP method
- Shadow-price analysis and sensitivity reporting
- ±RHS / ±Objective coefficient ranges
- Node-arc network representation
- Supply, demand and transhipment node modelling
- Minimum-cost flow / shortest-path formulation
- Solver-based solution with flow balance constraints
- Solved Excel workbooks with Solver parameters pre-configured
- Sensitivity reports (Answer Report, Sensitivity Report, Limits Report)
- Interpretation of shadow prices and reduced costs
- Strategic recommendations based on optimisation results
Microsoft Excel · Solver (Simplex LP / GRG Nonlinear) · Sensitivity & Answer reports
.
├── Report/
├── Solved Excel File/
├── LICENSE
└── README.md
- Open the workbook(s) in
Solved Excel File/using Microsoft Excel - Navigate to
Data→Solver— parameters are already configured - Click Solve to reproduce the optimal solutions
- Review the Sensitivity and Answer reports for interpretation
Full analysis with model formulations, results and strategic recommendations → see Report/ directory.
MIT-licensed · Author: Parth Badiger