This repository contains a collection of practice problems and solutions implemented in GAMS, focusing on core topics in Operations Research and Optimization.
The models are prepared as part of academic practice and cover various linear programming and network flow applications.
Each folder corresponds to an individual practice problem:
- Formulates a basic linear programming model.
- Focuses on production planning with resource constraints.
- Minimum-cost feed mixing model.
- Satisfies nutritional requirements while limiting fat content.
- Pairing speakers based on frequency response differences.
- Minimizes matching coefficients under quality constraints.
- Multi-period production planning problem.
- Considers demand uncertainty and adjustment costs.
- Shortest-path formulation using linear programming.
- Determines the minimum-distance route in a road network.
- Minimum-cost network flow model.
- Plans procurement and repair of landing gear systems over time.
- Considers fast and slow repair options with different costs and delays.
- GAMS (General Algebraic Modeling System)
- Linear Programming
- Non-Linear Programming
- Network Flow Models
- Operations Research Techniques
- Problem descriptions and assumptions are documented within each model file.
- All solutions are written directly in GAMS syntax.
- This repository is intended for learning and academic reference purposes.