gamsapi 52.3.0__cp313-cp313-win_amd64.whl → 52.5.0__cp313-cp313-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gams/__init__.py +2 -2
- gams/_version.py +1 -1
- gams/connect/__init__.py +2 -2
- gams/connect/agents/__init__.py +2 -2
- gams/connect/agents/_excel/__init__.py +2 -2
- gams/connect/agents/_excel/excelagent.py +2 -2
- gams/connect/agents/_excel/workbook.py +2 -2
- gams/connect/agents/_sqlconnectors/__init__.py +2 -2
- gams/connect/agents/_sqlconnectors/_accesshandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_databasehandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_mysqlhandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_postgreshandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_pyodbchandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_sqlalchemyhandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_sqlitehandler.py +2 -2
- gams/connect/agents/_sqlconnectors/_sqlserverhandler.py +2 -2
- gams/connect/agents/concatenate.py +2 -2
- gams/connect/agents/connectagent.py +2 -2
- gams/connect/agents/csvreader.py +2 -2
- gams/connect/agents/csvwriter.py +2 -2
- gams/connect/agents/domainwriter.py +2 -2
- gams/connect/agents/excelreader.py +2 -2
- gams/connect/agents/excelwriter.py +2 -2
- gams/connect/agents/filter.py +2 -2
- gams/connect/agents/gamsreader.py +2 -2
- gams/connect/agents/gamswriter.py +2 -2
- gams/connect/agents/gdxreader.py +2 -2
- gams/connect/agents/gdxwriter.py +2 -2
- gams/connect/agents/labelmanipulator.py +2 -2
- gams/connect/agents/projection.py +2 -2
- gams/connect/agents/pythoncode.py +2 -2
- gams/connect/agents/rawcsvreader.py +2 -2
- gams/connect/agents/rawexcelreader.py +2 -2
- gams/connect/agents/sqlreader.py +2 -2
- gams/connect/agents/sqlwriter.py +2 -2
- gams/connect/connectdatabase.py +2 -2
- gams/connect/connectvalidator.py +2 -2
- gams/connect/errors.py +2 -2
- gams/control/__init__.py +2 -2
- gams/control/database.py +2 -2
- gams/control/execution.py +2 -2
- gams/control/options.py +2 -2
- gams/control/workspace.py +2 -2
- gams/core/__init__.py +2 -2
- gams/core/cfg/__init__.py +2 -2
- gams/core/cfg/_cfgmcc.cp313-win_amd64.pyd +0 -0
- gams/core/dct/__init__.py +2 -2
- gams/core/dct/_dctmcc.cp313-win_amd64.pyd +0 -0
- gams/core/embedded/__init__.py +2 -2
- gams/core/embedded/gamsemb.py +2 -2
- gams/core/emp/__init__.py +2 -2
- gams/core/emp/emplexer.py +2 -2
- gams/core/emp/empyacc.py +2 -2
- gams/core/gdx/__init__.py +2 -2
- gams/core/gdx/_gdxcc.cp313-win_amd64.pyd +0 -0
- gams/core/gev/__init__.py +2 -2
- gams/core/gev/_gevmcc.cp313-win_amd64.pyd +0 -0
- gams/core/gmd/__init__.py +2 -2
- gams/core/gmd/_gmdcc.cp313-win_amd64.pyd +0 -0
- gams/core/gmo/__init__.py +2 -2
- gams/core/gmo/_gmomcc.cp313-win_amd64.pyd +0 -0
- gams/core/idx/__init__.py +2 -2
- gams/core/idx/_idxcc.cp313-win_amd64.pyd +0 -0
- gams/core/numpy/__init__.py +2 -2
- gams/core/numpy/_gams2numpy.cp313-win_amd64.pyd +0 -0
- gams/core/numpy/gams2numpy.py +2 -2
- gams/core/opt/__init__.py +2 -2
- gams/core/opt/_optcc.cp313-win_amd64.pyd +0 -0
- gams/magic/__init__.py +2 -2
- gams/magic/gams_magic.py +2 -2
- gams/magic/interactive.py +2 -2
- gams/tools/__init__.py +2 -2
- gams/tools/errors.py +2 -2
- gams/tools/toolcollection/__init__.py +2 -2
- gams/tools/toolcollection/alg/__init__.py +2 -2
- gams/tools/toolcollection/alg/rank.py +2 -2
- gams/tools/toolcollection/data/__init__.py +2 -2
- gams/tools/toolcollection/data/csvread.py +2 -2
- gams/tools/toolcollection/data/exceldump.py +2 -2
- gams/tools/toolcollection/data/sqlitewrite.py +2 -2
- gams/tools/toolcollection/gdxservice/__init__.py +2 -2
- gams/tools/toolcollection/gdxservice/gdxencoding.py +2 -2
- gams/tools/toolcollection/gdxservice/gdxrename.py +2 -2
- gams/tools/toolcollection/linalg/__init__.py +2 -2
- gams/tools/toolcollection/linalg/cholesky.py +2 -2
- gams/tools/toolcollection/linalg/eigenvalue.py +2 -2
- gams/tools/toolcollection/linalg/eigenvector.py +2 -2
- gams/tools/toolcollection/linalg/invert.py +2 -2
- gams/tools/toolcollection/linalg/ols.py +2 -2
- gams/tools/toolcollection/tooltemplate.py +2 -2
- gams/tools/toolcollection/win32/__init__.py +2 -2
- gams/tools/toolcollection/win32/excelmerge.py +2 -2
- gams/tools/toolcollection/win32/exceltalk.py +2 -2
- gams/tools/toolcollection/win32/msappavail.py +2 -2
- gams/tools/toolcollection/win32/shellexecute.py +2 -2
- gams/tools/tools.py +2 -2
- gams/transfer/__init__.py +2 -2
- gams/transfer/_abcs/__init__.py +2 -2
- gams/transfer/_abcs/container_abcs.py +2 -2
- gams/transfer/_internals/__init__.py +2 -2
- gams/transfer/_internals/algorithms.py +2 -2
- gams/transfer/_internals/casepreservingdict.py +2 -2
- gams/transfer/_internals/constants.py +2 -2
- gams/transfer/_internals/domainviolation.py +2 -2
- gams/transfer/_internals/specialvalues.py +2 -2
- gams/transfer/containers/__init__.py +2 -2
- gams/transfer/containers/_container.py +2 -2
- gams/transfer/containers/_io/__init__.py +2 -2
- gams/transfer/containers/_io/containers.py +2 -2
- gams/transfer/containers/_io/gdx.py +2 -2
- gams/transfer/containers/_io/gmd.py +2 -2
- gams/transfer/containers/_mixins/__init__.py +2 -2
- gams/transfer/containers/_mixins/ccc.py +2 -2
- gams/transfer/syms/__init__.py +2 -2
- gams/transfer/syms/_methods/__init__.py +2 -2
- gams/transfer/syms/_methods/tables.py +2 -2
- gams/transfer/syms/_methods/toDict.py +2 -2
- gams/transfer/syms/_methods/toList.py +2 -2
- gams/transfer/syms/_methods/toValue.py +2 -2
- gams/transfer/syms/_mixins/__init__.py +2 -2
- gams/transfer/syms/_mixins/equals.py +2 -2
- gams/transfer/syms/_mixins/generateRecords.py +2 -2
- gams/transfer/syms/_mixins/pivot.py +2 -2
- gams/transfer/syms/_mixins/pve.py +2 -2
- gams/transfer/syms/_mixins/sa.py +2 -2
- gams/transfer/syms/_mixins/sapve.py +2 -2
- gams/transfer/syms/_mixins/saua.py +2 -2
- gams/transfer/syms/_mixins/sauapve.py +2 -2
- gams/transfer/syms/_mixins/spve.py +2 -2
- gams/transfer/syms/_mixins/ve.py +2 -2
- gams/transfer/syms/container_syms/__init__.py +2 -2
- gams/transfer/syms/container_syms/_alias.py +2 -2
- gams/transfer/syms/container_syms/_equation.py +2 -2
- gams/transfer/syms/container_syms/_parameter.py +2 -2
- gams/transfer/syms/container_syms/_set.py +2 -2
- gams/transfer/syms/container_syms/_universe_alias.py +2 -2
- gams/transfer/syms/container_syms/_variable.py +2 -2
- {gamsapi-52.3.0.dist-info → gamsapi-52.5.0.dist-info}/METADATA +11 -11
- gamsapi-52.5.0.dist-info/RECORD +257 -0
- {gamsapi-52.3.0.dist-info → gamsapi-52.5.0.dist-info}/licenses/LICENSE +2 -2
- gamsapi-52.3.0.dist-info/RECORD +0 -257
- {gamsapi-52.3.0.dist-info → gamsapi-52.5.0.dist-info}/WHEEL +0 -0
- {gamsapi-52.3.0.dist-info → gamsapi-52.5.0.dist-info}/top_level.txt +0 -0
gams/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "52.
|
|
1
|
+
__version__ = "52.5.0"
|
gams/connect/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/csvreader.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/csvwriter.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/filter.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/gdxreader.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/gdxwriter.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/sqlreader.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/agents/sqlwriter.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/connectdatabase.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/connectvalidator.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/connect/errors.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/control/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/control/database.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/control/execution.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/control/options.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/control/workspace.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/core/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/core/cfg/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
Binary file
|
gams/core/dct/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
|
Binary file
|
gams/core/embedded/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/core/embedded/gamsemb.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/core/emp/__init__.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/core/emp/emplexer.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|
gams/core/emp/empyacc.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#
|
|
2
2
|
# GAMS - General Algebraic Modeling System Python API
|
|
3
3
|
#
|
|
4
|
-
# Copyright (c) 2017-
|
|
5
|
-
# Copyright (c) 2017-
|
|
4
|
+
# Copyright (c) 2017-2026 GAMS Development Corp. <support@gams.com>
|
|
5
|
+
# Copyright (c) 2017-2026 GAMS Software GmbH <support@gams.com>
|
|
6
6
|
#
|
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
8
|
# of this software and associated documentation files (the "Software"), to deal
|