gamspy-xpress 52.0.0rc1__py3-none-win_amd64.whl → 52.1.0__py3-none-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.
gamspy_xpress/gsi.dll CHANGED
Binary file
@@ -73,6 +73,10 @@ xslp_multistartPreset enumint -12000000 0 1 21 Enable multistart
73
73
  2 1 Generate \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" number of random base points, filtered by a merit function centred on initial feasibility.
74
74
  3 1 Load the most typical SLP tuning settings. A maximum of \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" jobs are loaded.
75
75
  4 1 Load a comprehensive set of SLP tuning settings. A maximum of \ref XPRESSxslp_multistart_maxSolves "xslp_multistart_maxSolves" jobs are loaded.
76
+ multobj boolean 1 0 1 1 Controls the hierarchical optimization of multiple objectives
77
+ objnabstol string 1 "" 1 1 Allowable absolute degradation for objective
78
+ objnreltol string 1 "" 1 1 Allowable relative degradation for objective
79
+ savefile boolean 0 0 0 1 Creating Xpress save file
76
80
  cpuTime enumint 8133000 0 1 1 How time should be measured when timings are reported in the log and when checking against time limits
77
81
  -1 1 Disable the timer.
78
82
  0 1 Use elapsed time.
@@ -152,6 +156,17 @@ workLimit double 7167000 1e+20 0 maxdouble 1 1 Maximum work (measured in work un
152
156
  deterministicLog boolean 8505000 0 1 1 Suppress non-deterministic log information in the standard MIP log
153
157
  0 Report wall clock time stamps and other non-deterministic log information (the default)
154
158
  1 Suppress non-deterministic log information. In particular, report deterministic work units instead of time.
159
+ multiObjOps integer 8457000 7 minint maxint 1 1 Modifies the behaviour of the optimizer when solving multi-objective problems
160
+ bit 0 = 1 Equivalent to \ref XPRESSmultiObjOps_enabled "multiObjOps_enabled".
161
+ bit 1 = 2 Equivalent to \ref XPRESSmultiObjOps_presolve "multiObjOps_presolve".
162
+ bit 2 = 4 Equivalent to \ref XPRESSmultiObjOps_rcFixing "multiObjOps_rcFixing".
163
+ multiObjOps_enabled boolean 8457001 1 1 1 XPRS_MULTIOBJOPS_ENABLEDMulti-objective enabled
164
+ multiObjOps_presolve boolean 8457002 1 1 1 XPRS_MULTIOBJOPS_PRESOLVEApply multi-objective modifications during presolve
165
+ multiObjOps_rcFixing boolean 8457003 1 1 1 XPRS_MULTIOBJOPS_RCFIXINGReduced cost fixing
166
+ multiObjLog enumint 8458000 2 1 1 Log level for multi-objective optimization
167
+ 0 1 No logging.
168
+ 1 1 Print a summary of each problem that is solved as part of the multi-objective optimization.
169
+ 2 1 In addition to summaries, print messages produced by each solve at the level determined by \ref XPRESSoutputLog "outputLog".
155
170
  barCores integer 8202000 -1 -1 maxint 1 2 If set to a positive integer it determines the number of physical CPU cores assumed to be present in the system by the barrier and hybrid gradient algorithms
156
171
  barOrderThreads integer 8187000 0 0 maxint 1 2 If set to a positive integer it determines the number of concurrent threads for the sparse matrix ordering algorithm in the Newton-barrier method
157
172
  barThreads integer 8053000 -1 -1 maxint 1 2 If set to a positive integer it determines the number of threads implemented to run the Newton-barrier and hybrid gradient algorithms
gamspy_xpress/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '52.0.0rc1'
1
+ __version__ = '52.1.0'
Binary file
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_xpress
3
- Version: 52.0.0rc1
3
+ Version: 52.1.0
@@ -0,0 +1,12 @@
1
+ gamspy_xpress/__init__.py,sha256=LshAhVOg-o6i_Mp5X-W09FPVuSIg_OPkiSciBQUNKIs,429
2
+ gamspy_xpress/gsi.dll,sha256=DPjI0Q9u1gpXT8oUTGujpf8s4rHnRK1eT8JmOcfJxc8,969728
3
+ gamspy_xpress/optxpress.def,sha256=xP5_sbc6JY0nXwX1UDHoFsx1FyrepKlqDTxefN0zgGk,139636
4
+ gamspy_xpress/version.py,sha256=MJ6Omh6nCQsTTCAndvdZUVhoZ5exvmUTYWnbHM1eFpg,22
5
+ gamspy_xpress/xpauth.xpr,sha256=gRp-F02NdKbptOPXIQ4xnydJc0Ynfk2ND81j0mR_Aec,531
6
+ gamspy_xpress/xprl.dll,sha256=PWGbbocFbxD5rLihYqPy6JOGOKI5NB8C9Vm0wJCPNRM,871424
7
+ gamspy_xpress/xprs.dll,sha256=co0gos3fZptg-4f26AJ74Vnj03Hz81PkmXg4EASinTo,21361152
8
+ gamspy_xpress/xpxcclib64.dll,sha256=BbJ5P9JwjN_VsFNLkHbGfpe99NcKpUE0Njctfsf0-IM,419840
9
+ gamspy_xpress-52.1.0.dist-info/METADATA,sha256=_YLUH51qTXStS8OhuBBd__I64hP531TI_0mw_0H_AYA,61
10
+ gamspy_xpress-52.1.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
11
+ gamspy_xpress-52.1.0.dist-info/top_level.txt,sha256=Qm1c_bADQJ0s3xzALK5pOrKhRu7IGmlmAb5BPK6axvs,14
12
+ gamspy_xpress-52.1.0.dist-info/RECORD,,
@@ -1,12 +0,0 @@
1
- gamspy_xpress/__init__.py,sha256=LshAhVOg-o6i_Mp5X-W09FPVuSIg_OPkiSciBQUNKIs,429
2
- gamspy_xpress/gsi.dll,sha256=ykL1NkiCAT6_TK9v-6SqPMRAvbEZNuouYfoj4Z93bGU,967680
3
- gamspy_xpress/optxpress.def,sha256=uPBCI65DOwjRoyhkZLq18aPE2znr98xSrlnBTSqxsgk,138354
4
- gamspy_xpress/version.py,sha256=xEmi9aNSuCk1FB4wuU1dnHDcnFovh89ZPfIiCZCjNrA,25
5
- gamspy_xpress/xpauth.xpr,sha256=gRp-F02NdKbptOPXIQ4xnydJc0Ynfk2ND81j0mR_Aec,531
6
- gamspy_xpress/xprl.dll,sha256=PWGbbocFbxD5rLihYqPy6JOGOKI5NB8C9Vm0wJCPNRM,871424
7
- gamspy_xpress/xprs.dll,sha256=co0gos3fZptg-4f26AJ74Vnj03Hz81PkmXg4EASinTo,21361152
8
- gamspy_xpress/xpxcclib64.dll,sha256=EO0HZEgbyjBcx9IpOrt3kRwbl8Ndm6PkfiE4e3Ln6os,412672
9
- gamspy_xpress-52.0.0rc1.dist-info/METADATA,sha256=yjYF54_ToI13lQ7BMfgdg-gTwN6agISIGtndvXm3zDQ,64
10
- gamspy_xpress-52.0.0rc1.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
11
- gamspy_xpress-52.0.0rc1.dist-info/top_level.txt,sha256=Qm1c_bADQJ0s3xzALK5pOrKhRu7IGmlmAb5BPK6axvs,14
12
- gamspy_xpress-52.0.0rc1.dist-info/RECORD,,