gurobipy 12.0.2__cp310-cp310-macosx_10_9_universal2.whl → 12.0.3__cp310-cp310-macosx_10_9_universal2.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.
Potentially problematic release.
This version of gurobipy might be problematic. Click here for more details.
- gurobipy/.libs/libgurobi120.dylib +0 -0
- gurobipy/__init__.py +1 -1
- gurobipy/_attrutil.cpython-310-darwin.so +0 -0
- gurobipy/_batch.cpython-310-darwin.so +0 -0
- gurobipy/_core.cpython-310-darwin.so +0 -0
- gurobipy/_exception.cpython-310-darwin.so +0 -0
- gurobipy/_grb.py +1 -1
- gurobipy/_helpers.cpython-310-darwin.so +0 -0
- gurobipy/_matrixapi.cpython-310-darwin.so +0 -0
- gurobipy/_model.cpython-310-darwin.so +0 -0
- gurobipy/_modelutil.cpython-310-darwin.so +0 -0
- gurobipy/_paramdetails.py +3 -4
- gurobipy/_util.cpython-310-darwin.so +0 -0
- {gurobipy-12.0.2.dist-info → gurobipy-12.0.3.dist-info}/METADATA +2 -2
- gurobipy-12.0.3.dist-info/RECORD +28 -0
- gurobipy-12.0.2.dist-info/RECORD +0 -28
- {gurobipy-12.0.2.dist-info → gurobipy-12.0.3.dist-info}/LICENSE.txt +0 -0
- {gurobipy-12.0.2.dist-info → gurobipy-12.0.3.dist-info}/WHEEL +0 -0
- {gurobipy-12.0.2.dist-info → gurobipy-12.0.3.dist-info}/top_level.txt +0 -0
|
Binary file
|
gurobipy/__init__.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
gurobipy/_grb.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
gurobipy/_paramdetails.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
# This file is automatically generated
|
|
2
|
-
# Docs git ref: b0963771a0aba71f524d18b068056a7c9fdaed0f
|
|
1
|
+
# This file is automatically generated by docs-optimizer
|
|
3
2
|
|
|
4
3
|
param_details = {
|
|
5
4
|
"AggFill": {
|
|
@@ -337,7 +336,7 @@ param_details = {
|
|
|
337
336
|
}
|
|
338
337
|
},
|
|
339
338
|
"Crossover": {
|
|
340
|
-
"description": "Determines the crossover strategy used to transform the interior\nsolution produced by barrier into a basic solution (note that\ncrossover is not available for QP or QCP models). Crossover consists\nof three phases: (i) a *primal push* phase, where primal variables are\npushed to bounds, (ii) a *dual push* phase, where dual variables are\npushed to bounds, and (iii) a *cleanup* phase, where simplex is used\nto remove any primal or dual infeasibilities that remain after the\npush phases are complete. The order of the first two phases and the\nalgorithm used for the third phase are both controlled by the\nCrossover parameter:\n\n+---------------------+----------------+-----------------+-------------+\n| **Parameter value** | **First push** | **Second push** | **Cleanup** |\n|=====================|================|=================|=============|\n| 0 | Disabled | Disabled | Disabled |\n+---------------------+----------------+-----------------+-------------+\n| 1 | Dual | Primal | Primal |\n+---------------------+----------------+-----------------+-------------+\n| 2 | Dual | Primal | Dual |\n+---------------------+----------------+-----------------+-------------+\n| 3 | Primal | Dual | Primal |\n+---------------------+----------------+-----------------+-------------+\n| 4 | Primal | Dual | Dual |\n+---------------------+----------------+-----------------+-------------+\n\nThe default value of -1 chooses the strategy automatically. Use value\n0 to disable crossover; this setting returns the interior solution\ncomputed by barrier.\n\nNote:\n\n Barrier only",
|
|
339
|
+
"description": "Determines the crossover strategy used to transform the interior\nsolution produced by barrier into a basic solution (note that\ncrossover is not available for QP or QCP models). Crossover consists\nof three phases: (i) a *primal push* phase, where primal variables are\npushed to bounds, (ii) a *dual push* phase, where dual variables are\npushed to bounds, and (iii) a *cleanup* phase, where simplex is used\nto remove any primal or dual infeasibilities that remain after the\npush phases are complete. The order of the first two phases and the\nalgorithm used for the third phase are both controlled by the\nCrossover parameter:\n\n+---------------------+----------------+-----------------+-------------+\n| **Parameter value** | **First push** | **Second push** | **Cleanup** |\n|=====================|================|=================|=============|\n| 0 | Disabled | Disabled | Disabled |\n+---------------------+----------------+-----------------+-------------+\n| 1 | Dual | Primal | Primal |\n+---------------------+----------------+-----------------+-------------+\n| 2 | Dual | Primal | Dual |\n+---------------------+----------------+-----------------+-------------+\n| 3 | Primal | Dual | Primal |\n+---------------------+----------------+-----------------+-------------+\n| 4 | Primal | Dual | Dual |\n+---------------------+----------------+-----------------+-------------+\n\nThe default value of -1 chooses the strategy automatically. Use value\n0 to disable crossover; this setting returns the interior solution\ncomputed by barrier. Since an interior solution is typically less\naccurate than a basic solution after crossover, disabling crossover\nmay sometimes result in barrier performing more iterations to improve\nthe returned interior solution.\n\nNote:\n\n Barrier only",
|
|
341
340
|
"name": "Crossover",
|
|
342
341
|
"values": {
|
|
343
342
|
"default": -1,
|
|
@@ -1705,7 +1704,7 @@ param_details = {
|
|
|
1705
1704
|
}
|
|
1706
1705
|
},
|
|
1707
1706
|
"TuneTargetMIPGap": {
|
|
1708
|
-
"description": "A target gap to be reached. As soon as the tuner has found parameter\nsettings that allow Gurobi to reach the target gap for the given\nmodel(s), it stops trying to improve parameter settings further.\nInstead, the tuner switches into the cleanup phase (see TuneCleanup\nparameter).",
|
|
1707
|
+
"description": "A target gap to be reached. As soon as the tuner has found parameter\nsettings that allow Gurobi to reach the target gap for the given\nmodel(s), it stops trying to improve parameter settings further.\nInstead, the tuner switches into the cleanup phase (see TuneCleanup\nparameter).\n\nThis parameter only applies if no other secondary tuning criterion\nthan MIPGap is set, i.e., TuneCriterion is at its default value or 1.",
|
|
1709
1708
|
"name": "TuneTargetMIPGap",
|
|
1710
1709
|
"values": {
|
|
1711
1710
|
"default": 0.0,
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gurobipy
|
|
3
|
-
Version: 12.0.
|
|
3
|
+
Version: 12.0.3
|
|
4
4
|
Summary: Python interface to Gurobi
|
|
5
5
|
Home-page: https://www.gurobi.com
|
|
6
6
|
Author: Gurobi Optimization, LLC
|
|
@@ -25,7 +25,7 @@ Provides-Extra: matrixapi
|
|
|
25
25
|
Requires-Dist: numpy; extra == "matrixapi"
|
|
26
26
|
Requires-Dist: scipy; extra == "matrixapi"
|
|
27
27
|
|
|
28
|
-

|
|
29
29
|

|
|
30
30
|
[](https://docs.gurobi.com/)
|
|
31
31
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
gurobipy/__init__.py,sha256=MVrc_V3HYP6y7hnY6eybNBxu-JUd4txFT2xKnVX4U4Y,918
|
|
2
|
+
gurobipy/__init__.pyi,sha256=eZnx_O465OWVpALd4GifdxoQIUxAXEkfLIog9Ra2vv0,96342
|
|
3
|
+
gurobipy/_attrconst.py,sha256=MiaSyl6PgSW0UTT8aboeGoPqhH_wY8rN1tEIvUNLRDY,16616
|
|
4
|
+
gurobipy/_attrutil.cpython-310-darwin.so,sha256=-kD1ymZG8aPJOA9soa0yyuNG7FzT6K9dLR1IA6g7b8s,343248
|
|
5
|
+
gurobipy/_batch.cpython-310-darwin.so,sha256=8GPk1gnwjQFOUvEuDL4GZ4kM9dlbkbagciYsux4a3Nk,254208
|
|
6
|
+
gurobipy/_callbackconst.py,sha256=1AfVcVmzdGapyreB8VW3vW4XNZu-s-g4c7gCRJno-EA,6797
|
|
7
|
+
gurobipy/_core.cpython-310-darwin.so,sha256=fQl6k2aSpvGhPH2yBPTARy5WJpeEsyX2dY9W3zEsGYg,2907616
|
|
8
|
+
gurobipy/_errorconst.py,sha256=6dzCQrZIhz7Drzmez7QVN8Q0JGgIqSABGdps6IMtC3U,3257
|
|
9
|
+
gurobipy/_exception.cpython-310-darwin.so,sha256=u1gieSNG2h1KpVb2j1VapiOMsQrjTBLDnmJuANdlRAk,162296
|
|
10
|
+
gurobipy/_grb.py,sha256=1WaTtKaglyw1KSoU1DyPE4en9W9AVotcAPeh0NvUplg,7261
|
|
11
|
+
gurobipy/_helpers.cpython-310-darwin.so,sha256=iDiU5GZiDo5X2t7k7ehksXkLUP7ZxrmGTSY4PBB6VCM,236272
|
|
12
|
+
gurobipy/_matrixapi.cpython-310-darwin.so,sha256=O9Jomm49VoO6BR5-OivUrzHJ4RWepL5iA-Wqwl2P4Yo,3911384
|
|
13
|
+
gurobipy/_model.cpython-310-darwin.so,sha256=zCWuWSim3horIQ_r_rj1QxEkTMp-Tfluw5vxG-VpYGo,3528784
|
|
14
|
+
gurobipy/_modelutil.cpython-310-darwin.so,sha256=xPOjGhbO8fgYjHdzGhTfuWS7V9DkEhvcRXjpDK-F7o4,382024
|
|
15
|
+
gurobipy/_paramconst.py,sha256=FJCm2d9JwaoelXv0P1zhtWeZGSmzS5ooM8zqvlXzBqc,19678
|
|
16
|
+
gurobipy/_paramdetails.py,sha256=Eve05Ore1j_tz-7S6vPPu4A4TqJ7nt5Lv8zh2jCg73w,151760
|
|
17
|
+
gurobipy/_statusconst.py,sha256=ZClEP0VXRsAWLzj5iVozzUgHfpfy4svJwFuY1DyNZN8,1601
|
|
18
|
+
gurobipy/_util.cpython-310-darwin.so,sha256=KxehF9hF1JPZDRugqaZP3K3qdvILerMX3hCy2H6Lmfs,282960
|
|
19
|
+
gurobipy/nlfunc.py,sha256=YoWLN6Hqr6qX-WkcxZ0_9XjMeOqSyNErMf2dAe8Jlr4,870
|
|
20
|
+
gurobipy/nlfunc.pyi,sha256=ict_m30E7sNMQE852db8wxRQtkgadda54sS9HeObKBw,1178
|
|
21
|
+
gurobipy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
+
gurobipy/.libs/gurobi.lic,sha256=9xDz4iLWRWHiICr_Ify12Lmd0NIfhIeObN_YbVJawnM,90
|
|
23
|
+
gurobipy/.libs/libgurobi120.dylib,sha256=OZ4FikY2nGqlF0XLrolnW494meDUn1Wff8hGGT76Df4,15762832
|
|
24
|
+
gurobipy-12.0.3.dist-info/LICENSE.txt,sha256=EJaZyhnM1ArhpFDQ9ZGJ_o5LEtwq5uRJga4dpxwMu7Q,156613
|
|
25
|
+
gurobipy-12.0.3.dist-info/METADATA,sha256=pX7cmMSenfO1nQDM0Ji8i_USE1cXnOld9CKIs1gTMgI,16395
|
|
26
|
+
gurobipy-12.0.3.dist-info/WHEEL,sha256=_4-9bb7QIwAHvf_bVnSA8pF2cWt5z9quG49FBKitXRc,114
|
|
27
|
+
gurobipy-12.0.3.dist-info/top_level.txt,sha256=lI8imVf2_cKV2kVT6NVXJ4sH0ib8oAKeh06ysN_0_Bg,9
|
|
28
|
+
gurobipy-12.0.3.dist-info/RECORD,,
|
gurobipy-12.0.2.dist-info/RECORD
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
gurobipy/__init__.py,sha256=I943C3a0TLeRzxInhXWDT1bZFlWVBxjM0S2_y8dpiK8,918
|
|
2
|
-
gurobipy/__init__.pyi,sha256=eZnx_O465OWVpALd4GifdxoQIUxAXEkfLIog9Ra2vv0,96342
|
|
3
|
-
gurobipy/_attrconst.py,sha256=MiaSyl6PgSW0UTT8aboeGoPqhH_wY8rN1tEIvUNLRDY,16616
|
|
4
|
-
gurobipy/_attrutil.cpython-310-darwin.so,sha256=JI1_OHrxWECbJ1IR2CnlgBsTvNlkgTqMG34n--ZS_Fg,343248
|
|
5
|
-
gurobipy/_batch.cpython-310-darwin.so,sha256=Kztgc4nEtKybQccsKHUq3_fMzOBX0DxV5oq3wj62p0Y,254208
|
|
6
|
-
gurobipy/_callbackconst.py,sha256=1AfVcVmzdGapyreB8VW3vW4XNZu-s-g4c7gCRJno-EA,6797
|
|
7
|
-
gurobipy/_core.cpython-310-darwin.so,sha256=swWJKtppA5M2fZqlArioTjRkAc8gESVE9NOJthtdejQ,2907616
|
|
8
|
-
gurobipy/_errorconst.py,sha256=6dzCQrZIhz7Drzmez7QVN8Q0JGgIqSABGdps6IMtC3U,3257
|
|
9
|
-
gurobipy/_exception.cpython-310-darwin.so,sha256=k1DDDvGiM-fHZWD4nhnf-uH387AmbpZuME-TSqky-9k,162296
|
|
10
|
-
gurobipy/_grb.py,sha256=NRO1MbXG99BoigZZ9PePD5y9F4JheEkSVdd3-mEwMX4,7261
|
|
11
|
-
gurobipy/_helpers.cpython-310-darwin.so,sha256=8uzw2OQiPtAMesbdljWQN_66PnX7IhiTghMUiIQ45uU,236272
|
|
12
|
-
gurobipy/_matrixapi.cpython-310-darwin.so,sha256=EyRMQQ40ux0ba2HjdGBTJSlnQwEWRpAGRKyOPo5ePrI,3911384
|
|
13
|
-
gurobipy/_model.cpython-310-darwin.so,sha256=ci6sZ5VMuDlqG5jg_IeIX5DE7dBDvkq3O7i2dMhzxRU,3512016
|
|
14
|
-
gurobipy/_modelutil.cpython-310-darwin.so,sha256=QZgd4plGqJf91_gBnlMgbenmFyCsb4R46z-rCi-aijI,382024
|
|
15
|
-
gurobipy/_paramconst.py,sha256=FJCm2d9JwaoelXv0P1zhtWeZGSmzS5ooM8zqvlXzBqc,19678
|
|
16
|
-
gurobipy/_paramdetails.py,sha256=KAB0U1H6XJoHNwaaf9cMOrW-7l1-OjltpX2qLPVRTWQ,151440
|
|
17
|
-
gurobipy/_statusconst.py,sha256=ZClEP0VXRsAWLzj5iVozzUgHfpfy4svJwFuY1DyNZN8,1601
|
|
18
|
-
gurobipy/_util.cpython-310-darwin.so,sha256=1RemEWnlytMRUuHd7twJq4TJdA2rFk-OJQl-f-JwRc0,282960
|
|
19
|
-
gurobipy/nlfunc.py,sha256=YoWLN6Hqr6qX-WkcxZ0_9XjMeOqSyNErMf2dAe8Jlr4,870
|
|
20
|
-
gurobipy/nlfunc.pyi,sha256=ict_m30E7sNMQE852db8wxRQtkgadda54sS9HeObKBw,1178
|
|
21
|
-
gurobipy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
-
gurobipy/.libs/gurobi.lic,sha256=9xDz4iLWRWHiICr_Ify12Lmd0NIfhIeObN_YbVJawnM,90
|
|
23
|
-
gurobipy/.libs/libgurobi120.dylib,sha256=fGzodDo-gjrcNhV1Lj3nL1J3AMIrMBuXhbGzaHu4G0k,15726752
|
|
24
|
-
gurobipy-12.0.2.dist-info/LICENSE.txt,sha256=EJaZyhnM1ArhpFDQ9ZGJ_o5LEtwq5uRJga4dpxwMu7Q,156613
|
|
25
|
-
gurobipy-12.0.2.dist-info/METADATA,sha256=TO0CHrEbsJZ1qM66UlFXgBURIbZMf7D1REiKWL6izow,16432
|
|
26
|
-
gurobipy-12.0.2.dist-info/WHEEL,sha256=_4-9bb7QIwAHvf_bVnSA8pF2cWt5z9quG49FBKitXRc,114
|
|
27
|
-
gurobipy-12.0.2.dist-info/top_level.txt,sha256=lI8imVf2_cKV2kVT6NVXJ4sH0ib8oAKeh06ysN_0_Bg,9
|
|
28
|
-
gurobipy-12.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|