Name | gamspy JSON |
Version |
1.5.1
JSON |
| download |
home_page | None |
Summary | Python-based algebraic modeling interface to GAMS |
upload_time | 2025-02-03 11:08:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | GAMSpy - General Algebraic Modeling in Python
Copyright (c) 2024 GAMS Development Corp. <support@gams.com>
Copyright (c) 2024 GAMS Software GmbH <support@gams.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
optimization
gams
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|

-----------------
[](https://gamspy.readthedocs.io/en/latest/)
[](https://pepy.tech/project/gamspy)
[](https://gamspy.readthedocs.io/en/latest/)
# GAMSPy: Algebraic Modeling Interface to GAMS
## Installation
```sh
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](https://gamspy.readthedocs.io/en/latest/index.html).
## 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](https://gamspy.readthedocs.io/en/latest/index.html).
General questions and discussions can also take place on the [GAMSPy Discourse Platform](https://forum.gams.com/c/gamspy-help).
Raw data
{
"_id": null,
"home_page": null,
"name": "gamspy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "Optimization, GAMS",
"author": null,
"author_email": "GAMS Development Corporation <support@gams.com>",
"download_url": "https://files.pythonhosted.org/packages/39/6a/5a1bc18fef25376b34fc50a3147ea803feb91d1ce42c85640da6ba0d8c4e/gamspy-1.5.1.tar.gz",
"platform": null,
"description": "\n\n-----------------\n[](https://gamspy.readthedocs.io/en/latest/)\n[](https://pepy.tech/project/gamspy)\n[](https://gamspy.readthedocs.io/en/latest/)\n\n# GAMSPy: Algebraic Modeling Interface to GAMS\n\n## Installation\n\n```sh\npip install gamspy\n```\n\n## What is it?\n\n**gamspy** is a mathematical optimization package that combines the power of the high performance GAMS execution system\nand flexibility of the Python language. It includes all GAMS symbols (Set, Alias, Parameter, Variable, and\nEquation) to compose mathematical models, a math package, and various utility functions.\n\n## Documentation\nThe official documentation is hosted on [GAMSPy Readthedocs](https://gamspy.readthedocs.io/en/latest/index.html).\n\n## Design Philosophy\nGAMSPy makes extensive use of set based operations -- the absence of any explicit looping, indexing, etc., in native Python.\nThese things are taking place, of course, just \u201cbehind the scenes\u201d in optimized, pre-compiled C code.\n\nSet based approach has many advantages:\n\n - Results in more concise Python code -- avoids inefficient and difficult to read for loops\n - Closely resembles standard mathematical notation\n - Easier to read\n - Fewer lines of code generally means fewer bugs\n\n\n## Main Features\nHere are just a few of the things that **gamspy** does well:\n\n - Specify model algebra in Python natively\n - Combines the flexibility of Python programming flow controls and the power of model specification in GAMS\n - Test a variety of solvers on a model by changing only one line\n\n## Getting Help\n\nFor usage questions, the best place to go to is [GAMSPy Documentation](https://gamspy.readthedocs.io/en/latest/index.html).\nGeneral questions and discussions can also take place on the [GAMSPy Discourse Platform](https://forum.gams.com/c/gamspy-help).\n",
"bugtrack_url": null,
"license": "GAMSpy - General Algebraic Modeling in Python\n \n Copyright (c) 2024 GAMS Development Corp. <support@gams.com>\n Copyright (c) 2024 GAMS Software GmbH <support@gams.com>\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Python-based algebraic modeling interface to GAMS",
"version": "1.5.1",
"project_urls": {
"changelog": "https://github.com/GAMS-dev/gamspy/blob/develop/CHANGELOG.md",
"documentation": "https://gamspy.readthedocs.io/en/latest/user/index.html",
"homepage": "https://gams.com/sales/gamspy_facts/",
"repository": "https://github.com/GAMS-dev/gamspy"
},
"split_keywords": [
"optimization",
" gams"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "882bda615a96fb60339fbed5cb9112b29678e8a1f88ffd6c45dd38c86b063bb7",
"md5": "05e77f03d6569bcc646be7cf0193943e",
"sha256": "2076e231c73a4c08465b08f01bd0d94f59aa0269a5b3b2752400291602e05132"
},
"downloads": -1,
"filename": "gamspy-1.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "05e77f03d6569bcc646be7cf0193943e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 166075,
"upload_time": "2025-02-03T11:08:46",
"upload_time_iso_8601": "2025-02-03T11:08:46.984569Z",
"url": "https://files.pythonhosted.org/packages/88/2b/da615a96fb60339fbed5cb9112b29678e8a1f88ffd6c45dd38c86b063bb7/gamspy-1.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "396a5a1bc18fef25376b34fc50a3147ea803feb91d1ce42c85640da6ba0d8c4e",
"md5": "df64af2237f4ac0ebc2c3c155a447a9f",
"sha256": "b4351849fd29a134ed3f6ec12cbf9384006bcdf6acc0277adc53c5c4a146f50c"
},
"downloads": -1,
"filename": "gamspy-1.5.1.tar.gz",
"has_sig": false,
"md5_digest": "df64af2237f4ac0ebc2c3c155a447a9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 130118,
"upload_time": "2025-02-03T11:08:49",
"upload_time_iso_8601": "2025-02-03T11:08:49.453442Z",
"url": "https://files.pythonhosted.org/packages/39/6a/5a1bc18fef25376b34fc50a3147ea803feb91d1ce42c85640da6ba0d8c4e/gamspy-1.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-03 11:08:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GAMS-dev",
"github_project": "gamspy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "gamspy"
}