Python-based algebraic modeling interface to GAMS
Project description
GAMSPy: Algebraic Modeling Interface to GAMS
Installation
pip install gamspy
What is it?
gamspy is a mathematical optimization package that combines the power of the high performance GAMS execution system and flexibility of the Python language. It includes all GAMS symbols (Set, Alias, Parameter, Variable, and Equation) to compose mathematical models, a math package, and various utility functions.
Documentation
The official documentation is hosted on GAMSPy Readthedocs.
Design Philosophy
GAMSPy makes extensive use of set based operations -- the absence of any explicit looping, indexing, etc., in native Python. These things are taking place, of course, just “behind the scenes” in optimized, pre-compiled C code.
Set based approach has many advantages:
- Results in more concise Python code -- avoids inefficient and difficult to read for loops
- Closely resembles standard mathematical notation
- Easier to read
- Fewer lines of code generally means fewer bugs
Main Features
Here are just a few of the things that gamspy does well:
- Specify model algebra in Python natively
- Combines the flexibility of Python programming flow controls and the power of model specification in GAMS
- Test a variety of solvers on a model by changing only one line
Getting Help
For usage questions, the best place to go to is GAMSPy Documentation. General questions and discussions can also take place on the GAMSPy Discourse Platform.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gamspy-1.2.0.tar.gz
.
File metadata
- Download URL: gamspy-1.2.0.tar.gz
- Upload date:
- Size: 116.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe1cd4d3c9efa7e466e90254ffe9d13db546dc1d5d1d245fcda50bf2e8c8c2c9 |
|
MD5 | fdef2d5d1571e9dddd5af640a17f1b6d |
|
BLAKE2b-256 | 6ba913944b2158ad336de383593866fcbdf2ba4cc59b12d69d62bb7150c1396c |
File details
Details for the file gamspy-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: gamspy-1.2.0-py3-none-any.whl
- Upload date:
- Size: 147.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78c9a72ddbafae6c1e3466c44e3cc6bb4fa84cce5353afeba86ca26f4dcfaea8 |
|
MD5 | de9b1018bc9875225cd9519e516af0b0 |
|
BLAKE2b-256 | 25bbbf751b34a93a2fbc724461ea6c13460b9bf5a9bdb2bfcd47679aded4368c |