Skip to content

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

Notifications You must be signed in to change notification settings

isaacmaffeis/MAO_2023_24--GAMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages