gamspy-xpress 51.4.0__py3-none-win_amd64.whl → 52.0.0rc1__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
@@ -149,6 +149,9 @@ solTimeLimit double 7159000 1e+20 0 maxdouble 1 1 Maximum time in seconds that t
149
149
  >0 If an integer solution has been found, stop MIP search after the given number of seconds, otherwise continue until an integer solution is finally found.
150
150
  workLimit double 7167000 1e+20 0 maxdouble 1 1 Maximum work (measured in work units) that the Optimizer will run before it terminates
151
151
  >0 Stop LP or MIP search when the given number of work units is reached.
152
+ deterministicLog boolean 8505000 0 1 1 Suppress non-deterministic log information in the standard MIP log
153
+ 0 Report wall clock time stamps and other non-deterministic log information (the default)
154
+ 1 Suppress non-deterministic log information. In particular, report deterministic work units instead of time.
152
155
  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
153
156
  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
154
157
  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
@@ -189,6 +192,9 @@ backgroundSelect integer 8463000 -1 -1 1 1 2 Bit-vector control to select which
189
192
  bit 3 = 8 Fix-propagate-repair heuristic.
190
193
  heurSearchBackgroundSelect integer 8477000 -1 -1 maxint 1 2 Bit-vector control to select which large neighborhood searches to run in the background (for example in parallel to the root cut loop)
191
194
  bit 1 = 2 Enable L heuristic.
195
+ gpuPlatform boolean 8510000 1 1 2 Controls what kind of GPU support is enabled overall in Xpress
196
+ 0 Do not use any GPU support.
197
+ 1 Use GPU support based on CUDA (if available).
192
198
  mipPresolve integer 8078000 -1 minint maxint 1 3 Branch and Bound: Type of integer processing to be performed
193
199
  bit 0 = 1 Equivalent to \ref XPRESSmipPresolve_reducedCostFixing "mipPresolve_reducedCostFixing".
194
200
  bit 1 = 2 Equivalent to \ref XPRESSmipPresolve_logicPreprocessing "mipPresolve_logicPreprocessing".
@@ -801,11 +807,17 @@ autoCutting enumint 8446000 -1 1 10 Automatically decide whether to generate cut
801
807
  -1 1 Automatic.
802
808
  0 1 Disabled.
803
809
  1 1 Enabled.
804
- mcfCutStrategy enumint 8486000 -1 1 10 Level of Multi-Commodity Flow (MCF) cutting planes separation: This specifies how much aggresively MCF cuts should be separated
810
+ mcfCutStrategy enumint 8486000 -1 1 10 Level of Multi-Commodity Flow (MCF) cutting planes separation: This specifies how aggressively MCF cuts should be separated
805
811
  -1 1 Automatic - let the Optimizer decide.
806
812
  0 1 Separation of MCF cuts disabled.
807
813
  1 1 Moderate separation of MCF cuts.
808
814
  2 1 Aggressive separation of MCF cuts.
815
+ sdpCutStrategy enumint 8497000 -1 1 10 Level of SDP cutting planes separation: How aggressively SDP cuts should be separated
816
+ -1 1 Automatic - let the Optimizer decide.
817
+ 0 1 Separation of SDP cuts disabled.
818
+ 1 1 Conservative separation of SDP cuts.
819
+ 2 1 Moderate separation of SDP cuts.
820
+ 3 1 Aggressive separation of SDP cuts.
809
821
  heurBeforeLp enumint 8280000 -1 1 11 Branch and Bound: Determines whether primal heuristics should be run before the initial LP relaxation has been solved
810
822
  -1 1 Automatic - let the optimizer decide if heuristics should be run.
811
823
  0 1 Disabled.
@@ -974,22 +986,6 @@ barObjPerturb double 7146000 1e-06 mindouble maxdouble 1 7 Defines how the barri
974
986
  0 Turn off objective perturbation.
975
987
  >0 Let the optimizer decide if the objective is perturbed or not and use the parameter value as the scale of the perturbation.
976
988
  <0 Always perturb the objective by the absolute value of the parameter.
977
- barHGExtrapolate double 7166000 0.15 0 maxdouble 1 7 Extrapolation parameter for the hybrid gradient algorithm
978
- barHGOps integer 8483000 8 0 maxint 1 7 Bit-vector control options for the hybrid gradient algorithm
979
- bit 0 = 1 Equivalent to \ref XPRESSbarHGOps_asymAvg "barHGOps_asymAvg".
980
- bit 1 = 2 Equivalent to \ref XPRESSbarHGOps_startL1 "barHGOps_startL1".
981
- bit 2 = 4 Equivalent to \ref XPRESSbarHGOps_startL2 "barHGOps_startL2".
982
- bit 3 = 8 Equivalent to \ref XPRESSbarHGOps_startLInf "barHGOps_startLInf".
983
- bit 4 = 16 Unused.
984
- bit 5 = 32 Equivalent to \ref XPRESSbarHGOps_omegaContract "barHGOps_omegaContract".
985
- bit 6 = 64 Equivalent to \ref XPRESSbarHGOps_omegaInf "barHGOps_omegaInf".
986
- barHGOps_asymAvg boolean 8483001 0 1 7 Use an asymmetric average for the primal averaging
987
- barHGOps_startL1 boolean 8483002 0 1 7 Use the 1-norm of the coefficient matrix in normalizing the initial solution
988
- barHGOps_startL2 boolean 8483003 0 1 7 Use the 2-norm of the coefficient matrix in normalizing the initial solution
989
- barHGOps_startLInf boolean 8483004 1 1 7 Use the infinity norm of the coefficient matrix in normalizing the initial solution
990
- barHGOps_omegaContract boolean 8483006 0 1 7 Contract omega towards 1 if the infeasibility is small enough
991
- barHGOps_omegaInf boolean 8483007 0 1 7 Omega is based on the infeasibility
992
- barHGMaxRestarts integer 8484000 1250 0 maxint 1 7 Maximum number of restarts in the hybrid gradient algorithm
993
989
  barIterative integer 8492000 -2 -2 maxint 1 7 Maximum number of barrier iterations in which an iterative solver is used instead of the Cholesky decomposition
994
990
  -2 Automatically determined.
995
991
  -1 Turn iterative solver off.
@@ -1008,6 +1004,12 @@ heurSearchCopyControls enumint 8480000 1 1 8 Select how user-set controls should
1008
1004
  2 1 Copy all user-set controls
1009
1005
  globalNLPCuts integer 8481000 -1 -1 maxint 1 8 Limit on the number of rounds of outer approximation and convexification cuts generated for the root node, when solving an (MI)NLP to global optimality
1010
1006
  globalTreeNLPCuts integer 8482000 -1 -1 maxint 1 8 Limit on the number of rounds of outer approximation and convexification cuts generated for each node in the tree, when solving an (MI)NLP to global optimality
1007
+ globalPresolveOBBT enumint 8494000 -1 1 8 Controls the amount of work performed by Optimization-Based Bound Tightening (OBBT)
1008
+ -1 1 Automatic. The solver decides how much effort goes into OBBT.
1009
+ 0 1 Disabled. No OBBT will be performed.
1010
+ 1 1 OBBT is run for a small subset of the variables, approximately equal to the square root of the number of total variables used in the solve, i.e., original and auxiliary.
1011
+ 2 1 OBBT is run on a larger portion of the variables while keeping the computational effort limited w.r.t. the whole global solve.
1012
+ 3 1 OBBT is run on all variables. This is most computationally taxing as a large number of LPs will be solved.
1011
1013
  xslp_algorithm integer 12301000 166 minint maxint 1 13 Bit map describing the SLP algorithm(s) to be used
1012
1014
  bit 0 = 1 Equivalent to \ref XPRESSxslp_algorithm_noStepBounds "xslp_algorithm_noStepBounds".
1013
1015
  bit 1 = 2 Equivalent to \ref XPRESSxslp_algorithm_stepBoundsAsRequired "xslp_algorithm_stepBoundsAsRequired".
@@ -1389,7 +1391,7 @@ xslp_mipFixStepBounds_coefOnly boolean 12338003 0 1 24 Fix step bounds on SLP va
1389
1391
  xslp_mipFixStepBounds_structAll boolean 12338002 0 1 24 Fix step bounds on all structural SLP variables
1390
1392
  xslp_mipFixStepBounds_structNotCoef boolean 12338001 0 1 24 Fix step bounds on structural SLP variables which are not in coefficients
1391
1393
  xslp_heurStrategy enumint 12400000 -1 1 24 Branch and Bound: MINLP heuristic strategy
1392
- -1 1 Automatic selection of heuristic strategy.
1394
+ -1 1 Automatic selection of heuristic strategy (depending on XPRS_HEUREMPHASIS).
1393
1395
  0 1 No heuristics.
1394
1396
  1 1 Basic heuristic strategy.
1395
1397
  2 1 Enhanced heuristic strategy.
@@ -1409,6 +1411,32 @@ xslp_mipRelaxStepBounds_coef boolean 12337004 1 1 24 Relax step bounds on SLP va
1409
1411
  xslp_mipRelaxStepBounds_coefOnly boolean 12337003 1 1 24 Relax step bounds on SLP variables appearing only in coefficients
1410
1412
  xslp_mipRelaxStepBounds_structAll boolean 12337002 1 1 24 Relax step bounds on all structural SLP variables
1411
1413
  xslp_mipRelaxStepBounds_structNotCoef boolean 12337001 1 1 24 Relax step bounds on structural SLP variables which are not in coefficients
1414
+ barHGExtrapolate double 7166000 0.15 0 maxdouble 1 26 Extrapolation parameter for the hybrid gradient algorithm
1415
+ barHGOps integer 8483000 24 0 maxint 1 26 Bit-vector control options for the hybrid gradient algorithm
1416
+ bit 0 = 1 Equivalent to \ref XPRESSbarHGOps_asymAvg "barHGOps_asymAvg".
1417
+ bit 1 = 2 Equivalent to \ref XPRESSbarHGOps_startL1 "barHGOps_startL1".
1418
+ bit 2 = 4 Equivalent to \ref XPRESSbarHGOps_startL2 "barHGOps_startL2".
1419
+ bit 3 = 8 Equivalent to \ref XPRESSbarHGOps_startLInf "barHGOps_startLInf".
1420
+ bit 4 = 16 Equivalent to \ref XPRESSbarHGOps_restartL2 "barHGOps_restartL2".
1421
+ bit 5 = 32 Equivalent to \ref XPRESSbarHGOps_omegaContract "barHGOps_omegaContract".
1422
+ bit 6 = 64 Equivalent to \ref XPRESSbarHGOps_omegaInf "barHGOps_omegaInf".
1423
+ barHGOps_asymAvg boolean 8483001 0 1 26 Use an asymmetric average for the primal averaging
1424
+ barHGOps_startL1 boolean 8483002 0 1 26 Use the 1-norm of the coefficient matrix in normalizing the initial solution
1425
+ barHGOps_startL2 boolean 8483003 0 1 26 Use the 2-norm of the coefficient matrix in normalizing the initial solution
1426
+ barHGOps_startLInf boolean 8483004 1 1 26 Use the infinity norm of the coefficient matrix in normalizing the initial solution
1427
+ barHGOps_restartL2 boolean 8483005 1 1 26 Use L2 norm to measure solution quality
1428
+ barHGOps_omegaContract boolean 8483006 0 1 26 Contract omega towards 1 if the infeasibility is small enough
1429
+ barHGOps_omegaInf boolean 8483007 0 1 26 Omega is based on the infeasibility
1430
+ barHGMaxRestarts integer 8484000 1250 0 maxint 1 26 Maximum number of restarts in the hybrid gradient algorithm
1431
+ barHGRelTol double 7177000 0 0 maxdouble 1 26 Relative feasibility tolerance for the hybrid gradient algorithm
1432
+ barHGGPU boolean 8506000 0 1 26 Whether to use a GPU for the hybrid gradient algorithm
1433
+ 0 Do not use a GPU.
1434
+ 1 Use the GPU.
1435
+ barHGPrecision enumint 8507000 -1 1 26 Whether to use single or double precision floating-point arithmetic in the hybrid gardient algorithm
1436
+ -1 1 Automatically selected based on the value of \ref XPRESSbarHGGPU "barHGGPU"
1437
+ 0 1 Use single precision arithmetic on both CPU and GPU platforms.
1438
+ 1 1 Use double precision arithmetic on both CPU and GPU platforms.
1439
+ barHGGPUBlockSize integer 8508000 256 0 maxint 1 26 Size of CUDA blocks to use for the GPU calculations
1412
1440
  knitro_algorithm integer 0 2 0 5 1 25 Which algorithm to use.
1413
1441
  knitro_bar_directinterval integer 0 -1 -1 maxint 1 25 When using the Interior/Direct algorithm, this parameter controls the maximum number of consecutive CG steps before trying to force the algorithm to take a direct step again. (negative implies****
1414
1442
  knitro_bar_feasible integer 0 0 0 3 1 25 Whether feasibility is given special emphasis.
@@ -1421,13 +1449,13 @@ knitro_bar_murule integer 0 0 0 6 1 25 Which barrier parameter update strategy.
1421
1449
  knitro_bar_switchrule integer 0 -1 -1 3 1 25 Switching rule strategy for barrier algorithms that controls switching between optimality and feasibility phases.
1422
1450
  knitro_blasoption integer 0 -1 -1 4 1 25 Which BLAS/LAPACK library to use. Intel MKL library is only available on some platforms; see the User Manual for details.
1423
1451
  knitro_delta double 0 1 1e-14 maxdouble 1 25 Initial trust region radius scaling factor, used to determine the initial trust region size.
1424
- knitro_feastol double 0 1e-06 0 maxdouble 1 25 Specifies the final relative stopping tolerance for the feasibility error. Smaller values of feastol result in a higher degree of accuracy in the solution with respect to feasibility.
1452
+ knitro_feastol double 0 -1 -1 maxdouble 1 25 Specifies the final relative stopping tolerance for the feasibility error. Smaller values of feastol result in a higher degree of accuracy in the solution with respect to feasibility.
1425
1453
  knitro_gradopt integer 0 1 1 5 1 25 How to compute/approximate the gradient of the objective and constraint functions.
1426
1454
  knitro_hessopt integer 0 0 0 6 1 25 How to compute/approximate the Hessian of the Lagrangian.
1427
1455
  knitro_honorbnds integer 0 -1 -1 2 1 25 Whether to enforce satisfaction of simple bounds at all iterations.
1428
1456
  knitro_infeastol double 0 1e-08 0 maxdouble 1 25 Specifies relative stopping tolerance used to declare infeasibility.
1429
- knitro_linsolver integer 0 0 0 8 1 25 Which linear system solver to use.
1430
- knitro_lmsize integer 0 10 1 100 1 25 Number of limited memory pairs to store when Hessian choice is lbfgs.
1457
+ knitro_linsolver integer 0 0 0 9 1 25 Which linear system solver to use.
1458
+ knitro_lmsize integer 0 8 1 100 1 25 Number of limited memory pairs to store when Hessian choice is lbfgs.
1431
1459
  knitro_maxit integer 0 0 0 maxint 1 25 Maximum number of iterations to allow (if 0 then \ref S_KNITRO "KNITRO" determines the best value). Default values are 10000 for NLP and 3000 for MIP.
1432
1460
  knitro_mip_branchrule integer 0 0 0 3 1 25 Specifies the MIP branching rule for choosing a variable.
1433
1461
  knitro_mip_gub_branch integer 0 0 0 1 1 25 Whether to branch on generalized upper bounds (GUBs).
@@ -1445,7 +1473,7 @@ knitro_mip_strong_candlim integer 0 128 0 maxint 1 25 Maximum number of candidat
1445
1473
  knitro_mip_strong_level integer 0 10 0 maxint 1 25 Maximum number of levels on which to perform MIP strong branching.
1446
1474
  knitro_mip_strong_maxit integer 0 1000 0 maxint 1 25 Maximum number of iterations to allow for MIP strong branching solves.
1447
1475
  knitro_objrange double 0 1e+20 0 maxdouble 1 25 Valid range of objective values.
1448
- knitro_opttol double 0 1e-06 0 maxdouble 1 25 Specifies the final relative stopping tolerance for the KKT (optimality) error. Smaller values of opttol result in a higher degree of accuracy in the solution with respect to optimality.
1476
+ knitro_opttol double 0 -1 -1 maxdouble 1 25 Specifies the final relative stopping tolerance for the KKT (optimality) error. Smaller values of opttol result in a higher degree of accuracy in the solution with respect to optimality.
1449
1477
  knitro_outlev integer 0 2 0 6 1 25 Specifies the verbosity of output.
1450
1478
  knitro_presolve integer 0 1 0 1 1 25 Whether to apply any presolve operations to the model.
1451
1479
  knitro_presolve_tol double 0 1e-06 0 maxdouble 1 25 Specifies the tolerance used to determine whether or not deduced bounds from the presolve operation are infeasible.
@@ -1506,4 +1534,5 @@ SLP_diff group 22 1 NLP Derivative Options
1506
1534
  SLP_log group 23 1 NLP Log Options
1507
1535
  MISLP group 24 1 MINLP Options
1508
1536
  knitro group 25 1 KNITRO Options
1537
+ PDHG group 26 1 Primal Dual Hybrid Gradient Options
1509
1538
  *** End of file
gamspy_xpress/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '51.4.0'
1
+ __version__ = '52.0.0rc1'
gamspy_xpress/xpauth.xpr CHANGED
@@ -1,9 +1,9 @@
1
1
  license expiry="never" features="Hyper OptLib OptConsole OptJava \
2
- Barrier Network Quadratic Integer Threads=20 ParaMIP=20 \
2
+ Barrier Network Quadratic IVE Integer Threads=20 ParaMIP=20 \
3
3
  ParaBar=20 Global MINLP SLPLib XPKNTLib XpressNL MISLP mmxnlp" \
4
- fico_xpress_release="9.7" hostid="any" oem="GAMS Development \
4
+ fico_xpress_release="9.8" hostid="any" oem="GAMS Development \
5
5
  Corp. for GAMS" platform="any" release="2025" \
6
- static="uncounted" terminal-services sig="3704 3edd fe49 5924 \
7
- ea8a f308 392c 3de9 d99f 59e7 e799 bce6 0c9f effd d7aa c87e \
8
- 4295 58ee b648 3e8f f642 30cf 1217 3942 c734 aa66 3dd3 889c \
9
- 17ad 5623 bafc b95e"
6
+ static="uncounted" terminal-services sig="3b8d aa18 804c 10e7 \
7
+ 1371 9cb5 9b34 696f 51a4 758c c912 feeb 77af 8c99 9a04 bae5 \
8
+ 4d82 e386 443b c2c0 7fa2 758c 0426 7762 721f 5b91 167c 0adc \
9
+ e999 39ab 1435 a75b"
gamspy_xpress/xprl.dll CHANGED
Binary file
gamspy_xpress/xprs.dll CHANGED
Binary file
Binary file
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_xpress
3
- Version: 51.4.0
3
+ Version: 52.0.0rc1
@@ -0,0 +1,12 @@
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,,
@@ -1,12 +0,0 @@
1
- gamspy_xpress/__init__.py,sha256=LshAhVOg-o6i_Mp5X-W09FPVuSIg_OPkiSciBQUNKIs,429
2
- gamspy_xpress/gsi.dll,sha256=Phkw27ZDvXGSorX03gkE6zk_XteHNmMCk9t18xVVnfc,971776
3
- gamspy_xpress/optxpress.def,sha256=C-XrFpjN_DkvBFaPeOASlam3iw88OHDVRHz2TvbG4Ao,135935
4
- gamspy_xpress/version.py,sha256=gNUseCSqh1U7glcQ7-vMIqyrfVzNn6VTB9xFgTqHTdo,22
5
- gamspy_xpress/xpauth.xpr,sha256=G4Cb-LwiZDxLIzBHX3x4RGDcf4zM0Uu9Aa7m2N2jK2o,527
6
- gamspy_xpress/xprl.dll,sha256=2u6ABdOfhWt_AJdKV2455zknhb60aPuXsfMUp9xrF2M,871424
7
- gamspy_xpress/xprs.dll,sha256=uJQsnDr_Jw19_KXdLcdCfiBFE-veLG1zCSs-GkywnUY,22072320
8
- gamspy_xpress/xpxcclib64.dll,sha256=x4tS4Bo47eZ9LcChLRLAeMGJ4jNWb8PzS0HMUlSgIWo,546816
9
- gamspy_xpress-51.4.0.dist-info/METADATA,sha256=IrDWwBGyECYimC5wgltNHHc8reovSZkgETCuMcC2TzA,61
10
- gamspy_xpress-51.4.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
11
- gamspy_xpress-51.4.0.dist-info/top_level.txt,sha256=Qm1c_bADQJ0s3xzALK5pOrKhRu7IGmlmAb5BPK6axvs,14
12
- gamspy_xpress-51.4.0.dist-info/RECORD,,