Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isaacmaffeis/mao_2023_24--gams

GAMS code of the MAO (Optimization Models and Algorithms) university course 2023/24
https://github.com/isaacmaffeis/mao_2023_24--gams

gams optimization-models

Last synced: about 2 months ago
JSON representation

GAMS code of the MAO (Optimization Models and Algorithms) university course 2023/24

Awesome Lists containing this project

README

        

# MAO 2023/24 : GAMS CODE

GAMS is a high level modeling system for mathematical programming and optimization. It consists of a language compiler and a range of associated solvers.

The GAMS modeling language allows modelers to quickly translate real world optimization problems into computer code. The gams language compiler then translates this code into a format the solvers can understand and solve. This architecture provides great flexibility, by allowing changing the solvers used without changing the model formulation.

- GAMS: https://www.gams.com/
- GAMS LANGUAGE: https://www.gams.com/products/gams/gams-language/

##

### E1 – Linear Programming Models
- Exercise 1.1: Production Planning
- Exercise 1.2: Multi-period production planning
- Exercise 1.3: Mixing 1
- Exercise 1.4: Mixing 2

### E2 – Binary Variables
- Exercise 2.1: Assignment
- Exercise 2.2: Fixed costs
- Exercise 2.3: Sequencing of jobs
- Exercise 2.4: Production planning with technical minimums
- Exercise 2.5: Location of facilities

### E3 – Mixed Integer Linear Programming Models
- Exercise 3.1: Multi-period investments
- Exercise 3.2: Mining
- Exercise 3.3: Production Planning and Maintenance Interventions
- Exercise 3.4: Transport with Deposits