gamspy-xpress 51.4.0__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.
@@ -149,6 +153,20 @@ solTimeLimit double 7159000 1e+20 0 maxdouble 1 1 Maximum time in seconds that t
149
153
  >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
154
  workLimit double 7167000 1e+20 0 maxdouble 1 1 Maximum work (measured in work units) that the Optimizer will run before it terminates
151
155
  >0 Stop LP or MIP search when the given number of work units is reached.
156
+ deterministicLog boolean 8505000 0 1 1 Suppress non-deterministic log information in the standard MIP log
157
+ 0 Report wall clock time stamps and other non-deterministic log information (the default)
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".
152
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
153
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
154
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
@@ -189,6 +207,9 @@ backgroundSelect integer 8463000 -1 -1 1 1 2 Bit-vector control to select which
189
207
  bit 3 = 8 Fix-propagate-repair heuristic.
190
208
  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
209
  bit 1 = 2 Enable L heuristic.
210
+ gpuPlatform boolean 8510000 1 1 2 Controls what kind of GPU support is enabled overall in Xpress
211
+ 0 Do not use any GPU support.
212
+ 1 Use GPU support based on CUDA (if available).
192
213
  mipPresolve integer 8078000 -1 minint maxint 1 3 Branch and Bound: Type of integer processing to be performed
193
214
  bit 0 = 1 Equivalent to \ref XPRESSmipPresolve_reducedCostFixing "mipPresolve_reducedCostFixing".
194
215
  bit 1 = 2 Equivalent to \ref XPRESSmipPresolve_logicPreprocessing "mipPresolve_logicPreprocessing".
@@ -801,11 +822,17 @@ autoCutting enumint 8446000 -1 1 10 Automatically decide whether to generate cut
801
822
  -1 1 Automatic.
802
823
  0 1 Disabled.
803
824
  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
825
+ 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
826
  -1 1 Automatic - let the Optimizer decide.
806
827
  0 1 Separation of MCF cuts disabled.
807
828
  1 1 Moderate separation of MCF cuts.
808
829
  2 1 Aggressive separation of MCF cuts.
830
+ sdpCutStrategy enumint 8497000 -1 1 10 Level of SDP cutting planes separation: How aggressively SDP cuts should be separated
831
+ -1 1 Automatic - let the Optimizer decide.
832
+ 0 1 Separation of SDP cuts disabled.
833
+ 1 1 Conservative separation of SDP cuts.
834
+ 2 1 Moderate separation of SDP cuts.
835
+ 3 1 Aggressive separation of SDP cuts.
809
836
  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
837
  -1 1 Automatic - let the optimizer decide if heuristics should be run.
811
838
  0 1 Disabled.
@@ -974,22 +1001,6 @@ barObjPerturb double 7146000 1e-06 mindouble maxdouble 1 7 Defines how the barri
974
1001
  0 Turn off objective perturbation.
975
1002
  >0 Let the optimizer decide if the objective is perturbed or not and use the parameter value as the scale of the perturbation.
976
1003
  <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
1004
  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
1005
  -2 Automatically determined.
995
1006
  -1 Turn iterative solver off.
@@ -1008,6 +1019,12 @@ heurSearchCopyControls enumint 8480000 1 1 8 Select how user-set controls should
1008
1019
  2 1 Copy all user-set controls
1009
1020
  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
1021
  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
1022
+ globalPresolveOBBT enumint 8494000 -1 1 8 Controls the amount of work performed by Optimization-Based Bound Tightening (OBBT)
1023
+ -1 1 Automatic. The solver decides how much effort goes into OBBT.
1024
+ 0 1 Disabled. No OBBT will be performed.
1025
+ 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.
1026
+ 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.
1027
+ 3 1 OBBT is run on all variables. This is most computationally taxing as a large number of LPs will be solved.
1011
1028
  xslp_algorithm integer 12301000 166 minint maxint 1 13 Bit map describing the SLP algorithm(s) to be used
1012
1029
  bit 0 = 1 Equivalent to \ref XPRESSxslp_algorithm_noStepBounds "xslp_algorithm_noStepBounds".
1013
1030
  bit 1 = 2 Equivalent to \ref XPRESSxslp_algorithm_stepBoundsAsRequired "xslp_algorithm_stepBoundsAsRequired".
@@ -1389,7 +1406,7 @@ xslp_mipFixStepBounds_coefOnly boolean 12338003 0 1 24 Fix step bounds on SLP va
1389
1406
  xslp_mipFixStepBounds_structAll boolean 12338002 0 1 24 Fix step bounds on all structural SLP variables
1390
1407
  xslp_mipFixStepBounds_structNotCoef boolean 12338001 0 1 24 Fix step bounds on structural SLP variables which are not in coefficients
1391
1408
  xslp_heurStrategy enumint 12400000 -1 1 24 Branch and Bound: MINLP heuristic strategy
1392
- -1 1 Automatic selection of heuristic strategy.
1409
+ -1 1 Automatic selection of heuristic strategy (depending on XPRS_HEUREMPHASIS).
1393
1410
  0 1 No heuristics.
1394
1411
  1 1 Basic heuristic strategy.
1395
1412
  2 1 Enhanced heuristic strategy.
@@ -1409,6 +1426,32 @@ xslp_mipRelaxStepBounds_coef boolean 12337004 1 1 24 Relax step bounds on SLP va
1409
1426
  xslp_mipRelaxStepBounds_coefOnly boolean 12337003 1 1 24 Relax step bounds on SLP variables appearing only in coefficients
1410
1427
  xslp_mipRelaxStepBounds_structAll boolean 12337002 1 1 24 Relax step bounds on all structural SLP variables
1411
1428
  xslp_mipRelaxStepBounds_structNotCoef boolean 12337001 1 1 24 Relax step bounds on structural SLP variables which are not in coefficients
1429
+ barHGExtrapolate double 7166000 0.15 0 maxdouble 1 26 Extrapolation parameter for the hybrid gradient algorithm
1430
+ barHGOps integer 8483000 24 0 maxint 1 26 Bit-vector control options for the hybrid gradient algorithm
1431
+ bit 0 = 1 Equivalent to \ref XPRESSbarHGOps_asymAvg "barHGOps_asymAvg".
1432
+ bit 1 = 2 Equivalent to \ref XPRESSbarHGOps_startL1 "barHGOps_startL1".
1433
+ bit 2 = 4 Equivalent to \ref XPRESSbarHGOps_startL2 "barHGOps_startL2".
1434
+ bit 3 = 8 Equivalent to \ref XPRESSbarHGOps_startLInf "barHGOps_startLInf".
1435
+ bit 4 = 16 Equivalent to \ref XPRESSbarHGOps_restartL2 "barHGOps_restartL2".
1436
+ bit 5 = 32 Equivalent to \ref XPRESSbarHGOps_omegaContract "barHGOps_omegaContract".
1437
+ bit 6 = 64 Equivalent to \ref XPRESSbarHGOps_omegaInf "barHGOps_omegaInf".
1438
+ barHGOps_asymAvg boolean 8483001 0 1 26 Use an asymmetric average for the primal averaging
1439
+ barHGOps_startL1 boolean 8483002 0 1 26 Use the 1-norm of the coefficient matrix in normalizing the initial solution
1440
+ barHGOps_startL2 boolean 8483003 0 1 26 Use the 2-norm of the coefficient matrix in normalizing the initial solution
1441
+ barHGOps_startLInf boolean 8483004 1 1 26 Use the infinity norm of the coefficient matrix in normalizing the initial solution
1442
+ barHGOps_restartL2 boolean 8483005 1 1 26 Use L2 norm to measure solution quality
1443
+ barHGOps_omegaContract boolean 8483006 0 1 26 Contract omega towards 1 if the infeasibility is small enough
1444
+ barHGOps_omegaInf boolean 8483007 0 1 26 Omega is based on the infeasibility
1445
+ barHGMaxRestarts integer 8484000 1250 0 maxint 1 26 Maximum number of restarts in the hybrid gradient algorithm
1446
+ barHGRelTol double 7177000 0 0 maxdouble 1 26 Relative feasibility tolerance for the hybrid gradient algorithm
1447
+ barHGGPU boolean 8506000 0 1 26 Whether to use a GPU for the hybrid gradient algorithm
1448
+ 0 Do not use a GPU.
1449
+ 1 Use the GPU.
1450
+ barHGPrecision enumint 8507000 -1 1 26 Whether to use single or double precision floating-point arithmetic in the hybrid gardient algorithm
1451
+ -1 1 Automatically selected based on the value of \ref XPRESSbarHGGPU "barHGGPU"
1452
+ 0 1 Use single precision arithmetic on both CPU and GPU platforms.
1453
+ 1 1 Use double precision arithmetic on both CPU and GPU platforms.
1454
+ barHGGPUBlockSize integer 8508000 256 0 maxint 1 26 Size of CUDA blocks to use for the GPU calculations
1412
1455
  knitro_algorithm integer 0 2 0 5 1 25 Which algorithm to use.
1413
1456
  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
1457
  knitro_bar_feasible integer 0 0 0 3 1 25 Whether feasibility is given special emphasis.
@@ -1421,13 +1464,13 @@ knitro_bar_murule integer 0 0 0 6 1 25 Which barrier parameter update strategy.
1421
1464
  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
1465
  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
1466
  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.
1467
+ 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
1468
  knitro_gradopt integer 0 1 1 5 1 25 How to compute/approximate the gradient of the objective and constraint functions.
1426
1469
  knitro_hessopt integer 0 0 0 6 1 25 How to compute/approximate the Hessian of the Lagrangian.
1427
1470
  knitro_honorbnds integer 0 -1 -1 2 1 25 Whether to enforce satisfaction of simple bounds at all iterations.
1428
1471
  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.
1472
+ knitro_linsolver integer 0 0 0 9 1 25 Which linear system solver to use.
1473
+ knitro_lmsize integer 0 8 1 100 1 25 Number of limited memory pairs to store when Hessian choice is lbfgs.
1431
1474
  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
1475
  knitro_mip_branchrule integer 0 0 0 3 1 25 Specifies the MIP branching rule for choosing a variable.
1433
1476
  knitro_mip_gub_branch integer 0 0 0 1 1 25 Whether to branch on generalized upper bounds (GUBs).
@@ -1445,7 +1488,7 @@ knitro_mip_strong_candlim integer 0 128 0 maxint 1 25 Maximum number of candidat
1445
1488
  knitro_mip_strong_level integer 0 10 0 maxint 1 25 Maximum number of levels on which to perform MIP strong branching.
1446
1489
  knitro_mip_strong_maxit integer 0 1000 0 maxint 1 25 Maximum number of iterations to allow for MIP strong branching solves.
1447
1490
  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.
1491
+ 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
1492
  knitro_outlev integer 0 2 0 6 1 25 Specifies the verbosity of output.
1450
1493
  knitro_presolve integer 0 1 0 1 1 25 Whether to apply any presolve operations to the model.
1451
1494
  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 +1549,5 @@ SLP_diff group 22 1 NLP Derivative Options
1506
1549
  SLP_log group 23 1 NLP Log Options
1507
1550
  MISLP group 24 1 MINLP Options
1508
1551
  knitro group 25 1 KNITRO Options
1552
+ PDHG group 26 1 Primal Dual Hybrid Gradient Options
1509
1553
  *** End of file
gamspy_xpress/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '51.4.0'
1
+ __version__ = '52.1.0'
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.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=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,,