GAMSPy documentation#
Version: 1.0.3
Documentation: Older versions of documentation
Useful links: Installation | Source Repository | Examples | Issue Tracker | Discourse
GAMSPy is a mathematical optimization library that combines the high-performance GAMS execution system with the flexible Python language. It acts as a bridge between the expressive Python language and the robust GAMS system with its extensive collection of integrated solvers, allowing you to create and solve complex mathematical models with minimal effort.
Quick Start Guide
Check out the Quick Start Guide to learn the main concepts of GAMSPy.
User Guide
The User Guide provides in-depth information on the concepts of GAMSPy with useful background information and explanations.
API Reference
The API Reference guide contains a detailed description of the functions, modules, and objects included in GAMSPy. It describes how the functions work and which arguments they accept.
GAMSPy Examples
There are over hundred examples in our GAMSPy Examples repository which demonstrate how to develop models with GAMSPy.