Section 0
  • Pre-Class note (Read before you start)
Introduction (GAMS elements)
  • Optimal Decision Making
  • Optimal Decision Making Elements
  • In transportation problem
  • GAMS installation on Windows Machines
  • GAMS structure
  • Sets in GAMS
  • Scalars in GAMS
  • Parameters in GAMS
  • Table in GAMS
  • Variables in GAMS
  • Equations in GAMS
  • Model definition in GAMS
  • Solver selection in GAMS
  • Simple LP programming
  • Example 1 LP
  • Example 2 LP
  • Duality Theorem in LP
  • Dual of the primal LP
  • Mixed integer quadratic programming
  • Linearize the multiplication of two binary variables
  • Conditional statements in GAMS
  • LOOP in GAMS
  • Multiobjective Optimisation in GAMS
General examples in GAMS
  • In a given circle find a rectangle of maximal area.
  • Cylinder in a Sphere
  • Travel time minimisation
  • Herons Problem
  • Steiner problem
  • Shortest path via LP
  • Traveling Sales Person (TSP)
  • Modeling the Game 'Clash of clans' as a mixed integer linear programming
Power system optimization
  • Power system optimisation library
  • Economic Dispatch problem modelling in GAMS
  • Increase the demand value and see the impact
  • What is the impact of adding a new generating unit ?
  • Dynamic Economic Dispatch
  • Demand response modelling in DED
  • Dynamic Economic Dispatch with Storage
  • DC-OPF
  • 2 bus Code
  • Line loading
  • AC-OPF
  • Locational Marginal Price (LMP)
  • Security Constrained DC-OPF (N-1)
  • Unit commitment
  • PMU allocation
Code Debug
  • Bonus lectures