LICENSE
README.md
README_PYPI.md
pyproject.toml
src/gamspy/__init__.py
src/gamspy/__main__.py
src/gamspy/_config.py
src/gamspy/_container.py
src/gamspy/_convert.py
src/gamspy/_database.py
src/gamspy/_extrinsic.py
src/gamspy/_miro.py
src/gamspy/_model.py
src/gamspy/_model_instance.py
src/gamspy/_options.py
src/gamspy/_serialization.py
src/gamspy/_types.py
src/gamspy/_validation.py
src/gamspy/_workspace.py
src/gamspy/exceptions.py
src/gamspy/py.typed
src/gamspy/utils.py
src/gamspy/version.py
src/gamspy.egg-info/PKG-INFO
src/gamspy.egg-info/SOURCES.txt
src/gamspy.egg-info/dependency_links.txt
src/gamspy.egg-info/entry_points.txt
src/gamspy.egg-info/requires.txt
src/gamspy.egg-info/top_level.txt
src/gamspy/_algebra/__init__.py
src/gamspy/_algebra/condition.py
src/gamspy/_algebra/domain.py
src/gamspy/_algebra/expression.py
src/gamspy/_algebra/number.py
src/gamspy/_algebra/operable.py
src/gamspy/_algebra/operation.py
src/gamspy/_backend/__init__.py
src/gamspy/_backend/backend.py
src/gamspy/_backend/engine.py
src/gamspy/_backend/local.py
src/gamspy/_backend/neos.py
src/gamspy/_cli/__init__.py
src/gamspy/_cli/cli.py
src/gamspy/_cli/install.py
src/gamspy/_cli/list.py
src/gamspy/_cli/probe.py
src/gamspy/_cli/retrieve.py
src/gamspy/_cli/run.py
src/gamspy/_cli/show.py
src/gamspy/_cli/uninstall.py
src/gamspy/_cli/util.py
src/gamspy/_symbols/__init__.py
src/gamspy/_symbols/alias.py
src/gamspy/_symbols/equation.py
src/gamspy/_symbols/parameter.py
src/gamspy/_symbols/set.py
src/gamspy/_symbols/symbol.py
src/gamspy/_symbols/universe_alias.py
src/gamspy/_symbols/variable.py
src/gamspy/_symbols/implicits/__init__.py
src/gamspy/_symbols/implicits/implicit_equation.py
src/gamspy/_symbols/implicits/implicit_parameter.py
src/gamspy/_symbols/implicits/implicit_set.py
src/gamspy/_symbols/implicits/implicit_symbol.py
src/gamspy/_symbols/implicits/implicit_variable.py
src/gamspy/formulations/__init__.py
src/gamspy/formulations/piecewise.py
src/gamspy/formulations/shape.py
src/gamspy/formulations/ml/__init__.py
src/gamspy/formulations/ml/decision_tree_struct.py
src/gamspy/formulations/ml/regression_tree.py
src/gamspy/formulations/nn/__init__.py
src/gamspy/formulations/nn/avgpool2d.py
src/gamspy/formulations/nn/conv1d.py
src/gamspy/formulations/nn/conv2d.py
src/gamspy/formulations/nn/linear.py
src/gamspy/formulations/nn/maxpool2d.py
src/gamspy/formulations/nn/minpool2d.py
src/gamspy/formulations/nn/mpool2d.py
src/gamspy/formulations/nn/torch_sequential.py
src/gamspy/formulations/nn/utils.py
src/gamspy/math/__init__.py
src/gamspy/math/activation.py
src/gamspy/math/log_power.py
src/gamspy/math/matrix.py
src/gamspy/math/misc.py
src/gamspy/math/probability.py
src/gamspy/math/trigonometric.py
tests/test_gamspy.py