gamspy-xpress 50.4.0__py3-none-win_amd64.whl → 51.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/__init__.py CHANGED
@@ -3,7 +3,7 @@ from pathlib import Path
3
3
  from .version import __version__
4
4
  directory = str(Path(__file__).resolve().parent)
5
5
 
6
- files = ['xprs.dll', 'xprl.dll', 'xpauth.xpr', 'optxpress.def', 'xpxcclib64.dll']
6
+ files = ['xprs.dll', 'gsi.dll', 'xprl.dll', 'xpauth.xpr', 'optxpress.def', 'xpxcclib64.dll']
7
7
 
8
8
  file_paths = [directory + os.sep + file for file in files]
9
9
  verbatim = 'XPRESS 11 5 XPXLXSXXXG 1 0 2 LP MIP RMIP NLP CNS DNLP RMINLP MINLP QCP MIQCP RMIQCP\ngmsgennt.cmd\ngmsgennx.exe\nxpxcclib64.dll xpx 1 1'
gamspy_xpress/gsi.dll ADDED
Binary file
@@ -33,7 +33,7 @@ advBasis enumint 0 1 1 1 Use advanced basis provided by GAMS
33
33
  algorithm string 0 "simplex" 0 1 Choose between simplex and barrier algorithm
34
34
  basisOut string 0 "" 1 1 Directs optimizer to output an MPS basis file
35
35
  fixoptfile string 0 "" 1 9 name of option file which is read just before solving the fixed problem
36
- knitroOptFile string -12000000 "" 1 13 Option file for NLP solver \ref S_KNITRO "KNITRO"
36
+ knitroOptFile string -12000000 "" 0 13 Option file for NLP solver \ref S_KNITRO "KNITRO"
37
37
  loadMipSol boolean 0 0 1 9 Loads a MIP solution (the initial point)
38
38
  mipCleanup boolean 0 1 1 9 Clean up the MIP solution (round-fix-solve) to get duals
39
39
  mipstopexpr strlist 0 1 9 Stopping expression for branch and bound
@@ -1409,6 +1409,49 @@ xslp_mipRelaxStepBounds_coef boolean 12337004 1 1 24 Relax step bounds on SLP va
1409
1409
  xslp_mipRelaxStepBounds_coefOnly boolean 12337003 1 1 24 Relax step bounds on SLP variables appearing only in coefficients
1410
1410
  xslp_mipRelaxStepBounds_structAll boolean 12337002 1 1 24 Relax step bounds on all structural SLP variables
1411
1411
  xslp_mipRelaxStepBounds_structNotCoef boolean 12337001 1 1 24 Relax step bounds on structural SLP variables which are not in coefficients
1412
+ knitro_algorithm integer 0 2 0 5 1 25 Which algorithm to use.
1413
+ 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
+ knitro_bar_feasible integer 0 0 0 3 1 25 Whether feasibility is given special emphasis.
1415
+ knitro_bar_feasmodetol double 0 0.0001 0 maxdouble 1 25 Specifies the tolerance for entering the stay feasible mode (only valid when bar_feasible = stay or bar_feasible = get_stay).
1416
+ knitro_bar_initmu double 0 -1 mindouble maxdouble 1 25 Initial value for the barrier parameter (non-positive implies auto).
1417
+ knitro_bar_initpt integer 0 0 0 3 1 25 Strategy for setting initial x, lambda and slacks with barrier algorithms. This option only affects the initial x value when not provided by user.
1418
+ knitro_bar_maxcrossit integer 0 0 0 maxint 1 25 Maximum number of crossover iterations to allow for barrier algorithms.
1419
+ knitro_bar_maxrefactor integer 0 -1 -1 maxint 1 25 Maximum number of refactorizations of the KKT system per iteration of the Interior Direct algorithm before reverting to a CG step. (negative implies auto; only used for alg=1).
1420
+ knitro_bar_murule integer 0 0 0 6 1 25 Which barrier parameter update strategy.
1421
+ 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
+ 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
+ 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.
1425
+ knitro_gradopt integer 0 1 1 5 1 25 How to compute/approximate the gradient of the objective and constraint functions.
1426
+ knitro_hessopt integer 0 0 0 6 1 25 How to compute/approximate the Hessian of the Lagrangian.
1427
+ knitro_honorbnds integer 0 -1 -1 2 1 25 Whether to enforce satisfaction of simple bounds at all iterations.
1428
+ 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.
1431
+ 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
+ knitro_mip_branchrule integer 0 0 0 3 1 25 Specifies the MIP branching rule for choosing a variable.
1433
+ knitro_mip_gub_branch integer 0 0 0 1 1 25 Whether to branch on generalized upper bounds (GUBs).
1434
+ knitro_mip_knapsack integer 0 -1 -1 2 1 25 Specifies rules for adding MIP knapsack cuts.
1435
+ knitro_mip_lpalg integer 0 0 0 3 1 25 Specifies which algorithm to use for LP subproblem solves in MIP.
1436
+ knitro_mip_maxnodes integer 0 0 0 maxint 1 25 Maximum number of nodes explored (0 means no limit).
1437
+ knitro_mip_method integer 0 0 0 3 1 25 Which MIP method to use.
1438
+ knitro_mip_outinterval integer 0 0 0 maxint 1 25 Specifies printing interval for mip_outlevel. 1 = print every node 2 = print every 2nd node N = print every Nth node
1439
+ knitro_mip_outlevel integer 0 2 0 3 1 25 How much MIP information to print.
1440
+ knitro_mip_pseudoinit integer 0 0 0 2 1 25 How to initialize pseudo-costs.
1441
+ knitro_mip_rootalg integer 0 0 0 5 1 25 Specifies which algorithm to use for the root node solve in MIP
1442
+ knitro_mip_rounding integer 0 -1 -1 4 1 25 Specifies the MIP rounding rule to apply.
1443
+ knitro_mip_selectrule integer 0 0 0 3 1 25 Specifies the MIP select rule for choosing a node.
1444
+ knitro_mip_strong_candlim integer 0 128 0 maxint 1 25 Maximum number of candidates to explore for MIP strong branching.
1445
+ knitro_mip_strong_level integer 0 10 0 maxint 1 25 Maximum number of levels on which to perform MIP strong branching.
1446
+ knitro_mip_strong_maxit integer 0 1000 0 maxint 1 25 Maximum number of iterations to allow for MIP strong branching solves.
1447
+ 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.
1449
+ knitro_outlev integer 0 2 0 6 1 25 Specifies the verbosity of output.
1450
+ knitro_presolve integer 0 1 0 1 1 25 Whether to apply any presolve operations to the model.
1451
+ 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.
1452
+ knitro_scale integer 0 1 0 3 1 25 Whether to perform scaling of the problem.
1453
+ knitro_soc integer 0 1 0 2 1 25 Whether to use the Second Order Correction (SOC) option.
1454
+ knitro_xtol double 0 1e-12 0 maxdouble 1 25 Step size tolerance used for terminating the optimization.
1412
1455
  *
1413
1456
  * synonym section
1414
1457
  *
@@ -1432,6 +1475,8 @@ XPRESS_50_01 deprecated
1432
1475
  objGoodEnough
1433
1476
  reform
1434
1477
  secret
1478
+ XPRESS_51_01 deprecated
1479
+ knitroOptFile
1435
1480
  *
1436
1481
  * Groups
1437
1482
  * <group-ident> group <group-number <help-context> <help-text>
@@ -1460,4 +1505,5 @@ SLP_multistart group 21 1 NLP Multistart Options
1460
1505
  SLP_diff group 22 1 NLP Derivative Options
1461
1506
  SLP_log group 23 1 NLP Log Options
1462
1507
  MISLP group 24 1 MINLP Options
1508
+ knitro group 25 1 KNITRO Options
1463
1509
  *** End of file
gamspy_xpress/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '50.4.0'
1
+ __version__ = '51.0.0rc1'
Binary file
@@ -1,3 +1,3 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gamspy_xpress
3
- Version: 50.4.0
3
+ Version: 51.0.0rc1
@@ -0,0 +1,12 @@
1
+ gamspy_xpress/__init__.py,sha256=LshAhVOg-o6i_Mp5X-W09FPVuSIg_OPkiSciBQUNKIs,429
2
+ gamspy_xpress/gsi.dll,sha256=sNVkFxnw6eABueYaIZcby4gEcxl1twfgTUW6QaZ0JHg,971264
3
+ gamspy_xpress/optxpress.def,sha256=C-XrFpjN_DkvBFaPeOASlam3iw88OHDVRHz2TvbG4Ao,135935
4
+ gamspy_xpress/version.py,sha256=e7dMxWWwwFHKgGBBUm_HJ6d7Cv0vcrHfD8iMjvg1XSM,25
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=BFmMgdUbK8WkgI1zp7VHGovu_9Pax_Cd3YzFiOWxYgE,546816
9
+ gamspy_xpress-51.0.0rc1.dist-info/METADATA,sha256=rkWSRV2p_2KLsQUV9_CKVuq0t50706hhNGryHC7UbsM,64
10
+ gamspy_xpress-51.0.0rc1.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
11
+ gamspy_xpress-51.0.0rc1.dist-info/top_level.txt,sha256=Qm1c_bADQJ0s3xzALK5pOrKhRu7IGmlmAb5BPK6axvs,14
12
+ gamspy_xpress-51.0.0rc1.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- gamspy_xpress/__init__.py,sha256=_mh5S3a_B3yszz3Q8P4AViToeRdFZizNhr-ED9KHk2Y,418
2
- gamspy_xpress/optxpress.def,sha256=hWifPP5wwb6vKwffHtozzDzxxKZrO0hstrCbJn9yABM,130565
3
- gamspy_xpress/version.py,sha256=qwKEnkSmUhhtJCrLEuF76d2ed53fZobR4LfWibAU0uw,22
4
- gamspy_xpress/xpauth.xpr,sha256=G4Cb-LwiZDxLIzBHX3x4RGDcf4zM0Uu9Aa7m2N2jK2o,527
5
- gamspy_xpress/xprl.dll,sha256=2u6ABdOfhWt_AJdKV2455zknhb60aPuXsfMUp9xrF2M,871424
6
- gamspy_xpress/xprs.dll,sha256=uJQsnDr_Jw19_KXdLcdCfiBFE-veLG1zCSs-GkywnUY,22072320
7
- gamspy_xpress/xpxcclib64.dll,sha256=bFqgz5oPOyL9mjtkwnn4XBDE721vUJSWwJRbPbFq5l0,691200
8
- gamspy_xpress-50.4.0.dist-info/METADATA,sha256=l2g6EbGDt-uChZorQ8-5bczso5nXamxw2KQZpRXEHZE,61
9
- gamspy_xpress-50.4.0.dist-info/WHEEL,sha256=gHXjDjheZ9WDOEDfpaapOWZ_0adXVgYLABxOJwvOCv4,103
10
- gamspy_xpress-50.4.0.dist-info/top_level.txt,sha256=Qm1c_bADQJ0s3xzALK5pOrKhRu7IGmlmAb5BPK6axvs,14
11
- gamspy_xpress-50.4.0.dist-info/RECORD,,