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:

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

Magic:

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

GamsInteractive:

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

Transfer:

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

Connect:

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

GDX Expert-Level:

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.

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-46.5.0-py3-none-win_amd64.whl (30.8 MB view hashes)

Uploaded Python 3 Windows x86-64

gamspy_base-46.5.0-py3-none-manylinux_2_17_x86_64.whl (41.2 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.17+ x86-64

gamspy_base-46.5.0-py3-none-macosx_13_0_arm64.whl (30.0 MB view hashes)

Uploaded Python 3 macOS 13.0+ ARM64

gamspy_base-46.5.0-py3-none-macosx_10_15_x86_64.whl (42.0 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