Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.21 KB

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.

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