Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isaacmaffeis/mao_2023_24--gams
- Owner: isaacmaffeis
- Created: 2023-09-19T16:13:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T19:55:31.000Z (12 months ago)
- Last Synced: 2024-03-01T22:41:39.403Z (10 months ago)
- Topics: gams, optimization-models
- Language: GAMS
- Homepage:
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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