GAMS-to-python

Preparation

Packages, Solvers

These steps are useful or necessary prior to building the model in python.

Helper Functions

This page provides some helper functions which significantly simplify the python coding.

CGE Components

Sets, Variables, Parameters, Equations

This page covers the basic building blocks of a GCE model and how they are written in GAMS and Python.

Checking model definition

This page covers the parts which ensure that the model is feasible and well-defined.

Running Scenarios

This page covers creating instances, defining the solver, and solving the instances.

Comparing results

under construction…