Skip to main content

No project description provided

Project description

# GAMSPy Base

GAMSPy Base is a subset of full GAMS installation which can be found at: https://gams.com/download/.

## How to use it in other GAMS APIs

[Control](https://www.gams.com/latest/docs/API_PY_CONTROL.html):

` from gams import GamsWorkspace from gamspy_base import directory ws = GamsWorkspace(system_directory=directory) `

[Magic](https://www.gams.com/latest/docs/API_PY_MAGIC.html):

` %reload_ext gams.magic from gamspy_base import directory gams.reset(directory) `

[GamsInteractive](https://www.gams.com/latest/docs/API_PY_MAGIC.html#PY_MAGIC_INTERACTIVE):

` from gamspy_base import directory from gams.magic import GamsInteractive gams = GamsInteractive() gams.reset(directory) `

[Transfer](https://www.gams.com/latest/docs/API_PY_GAMSTRANSFER.html):

` import gams.transfer as gt from gamspy_base import directory m = gt.Container(system_directory=directory) `

[Connect](https://www.gams.com/latest/docs/UG_GAMSCONNECT.html#UG_GAMSCONNECT_CUSTOM_PYTHON_CODE):

` from gams.connect import ConnectDatabase from gamspy_base import directory cdb = ConnectDatabase(directory) `

[GDX Expert-Level](https://www.gams.com/latest/docs/apis/expert-level/gdxqdrep.html):

` import gams.core.gdx as gdx from gamspy_base import directory rc = gdx.gdxGetReadyD(directory, 255) `

## License Agreement

By downloading this software, you agree to the [GAMS license agreement](https://www.gams.com/GAMS_EULA.pdf).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

gamspy_base-45.5.0-py3-none-win_amd64.whl (29.5 MB view hashes)

Uploaded Python 3 Windows x86-64

gamspy_base-45.5.0-py3-none-manylinux_2_17_x86_64.whl (39.7 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.17+ x86-64

gamspy_base-45.5.0-py3-none-macosx_13_0_arm64.whl (29.4 MB view hashes)

Uploaded Python 3 macOS 13.0+ ARM64

gamspy_base-45.5.0-py3-none-macosx_10_15_x86_64.whl (41.4 MB view hashes)

Uploaded Python 3 macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page