gurobipy 12.0.0__cp312-cp312-win_amd64.whl → 12.0.1__cp312-cp312-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.
Potentially problematic release.
This version of gurobipy might be problematic. Click here for more details.
- gurobipy/__init__.py +1 -1
- gurobipy/_attrutil.cp312-win_amd64.pyd +0 -0
- gurobipy/_batch.cp312-win_amd64.pyd +0 -0
- gurobipy/_core.cp312-win_amd64.pyd +0 -0
- gurobipy/_exception.cp312-win_amd64.pyd +0 -0
- gurobipy/_grb.py +1 -1
- gurobipy/_helpers.cp312-win_amd64.pyd +0 -0
- gurobipy/_matrixapi.cp312-win_amd64.pyd +0 -0
- gurobipy/_model.cp312-win_amd64.pyd +0 -0
- gurobipy/_modelutil.cp312-win_amd64.pyd +0 -0
- gurobipy/_paramdetails.py +7 -7
- gurobipy/_util.cp312-win_amd64.pyd +0 -0
- gurobipy/gurobi120.dll +0 -0
- {gurobipy-12.0.0.dist-info → gurobipy-12.0.1.dist-info}/METADATA +48 -43
- gurobipy-12.0.1.dist-info/RECORD +28 -0
- gurobipy-12.0.0.dist-info/RECORD +0 -28
- {gurobipy-12.0.0.dist-info → gurobipy-12.0.1.dist-info}/LICENSE.txt +0 -0
- {gurobipy-12.0.0.dist-info → gurobipy-12.0.1.dist-info}/WHEEL +0 -0
- {gurobipy-12.0.0.dist-info → gurobipy-12.0.1.dist-info}/top_level.txt +0 -0
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,5 @@
|
|
|
1
1
|
# This file is automatically generated
|
|
2
|
-
# Docs git ref:
|
|
2
|
+
# Docs git ref: b0963771a0aba71f524d18b068056a7c9fdaed0f
|
|
3
3
|
|
|
4
4
|
param_details = {
|
|
5
5
|
"AggFill": {
|
|
@@ -319,7 +319,7 @@ param_details = {
|
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
321
|
"ConcurrentSettings": {
|
|
322
|
-
"description": "This command-line only parameter allows you to specify a comma-\nseparated list of .prm files that are used to set parameters for the\ndifferent instances in a concurrent MIP run.\n\nTo give an example, you could create two \".prm\" files with the\nfollowing contents\u2026\n\ns0.prm:\n\n MIPFocus 0\n\ns1.prm:\n\n MIPFocus 1\n\nIssuing the command \"gurobi_cl ConcurrentSettings=s0.prm,s1.prm\nmodel.mps\" would invoke the concurrent MIP solver, using parameter\nsetting MIPFocus=0 in one of the two concurrent solves and MIPFocus=1\nin the other.\n\nNote that if you want to run concurrent MIP on multiple machines, you\nmust also set the ConcurrentJobs parameter. The command for running\ndistributed concurrent optimization using the two example parameter\nfiles on two machines would be\n\n > gurobi_cl ConcurrentJobs=2 ConcurrentSettings=s0.prm,s1.prm model.mps\n\nNote:\n\n Command-line only (\"gurobi_cl\")",
|
|
322
|
+
"description": "This command-line only parameter allows you to specify a comma-\nseparated list of .prm files that are used to set parameters for the\ndifferent instances in a concurrent MIP run.\n\nTo give an example, you could create two \".prm\" files with the\nfollowing contents\u2026\n\ns0.prm:\n\n MIPFocus 0\n\ns1.prm:\n\n MIPFocus 1\n\nIssuing the command \"gurobi_cl ConcurrentSettings=s0.prm,s1.prm\nmodel.mps\" would invoke the concurrent MIP solver, using parameter\nsetting MIPFocus=0 in one of the two concurrent solves and MIPFocus=1\nin the other.\n\nNote that if you want to run concurrent MIP on multiple machines, you\nmust also set the ConcurrentJobs parameter. The command for running\ndistributed concurrent optimization using the two example parameter\nfiles on two machines would be\n\n > gurobi_cl ConcurrentJobs=2 ConcurrentSettings=s0.prm,s1.prm model.mps\n\nNote:\n\n Command-line only (\"gurobi_cl\"). See Concurrent environments for the\n equivalent feature in the Gurobi APIs.",
|
|
323
323
|
"name": "ConcurrentSettings",
|
|
324
324
|
"values": {
|
|
325
325
|
"default": "",
|
|
@@ -667,7 +667,7 @@ param_details = {
|
|
|
667
667
|
}
|
|
668
668
|
},
|
|
669
669
|
"InputFile": {
|
|
670
|
-
"description": "Specifies the name of a file that will be read before beginning a\ncommand-line optimization run. This parameter can be used to input a\nMIP start (a \".mst\" or \".sol\" file), MIP hints (a \".hnt\" file), a\nsimplex basis (a \".bas\" file), Gurobi attributes (a \".attr\" file), or\na set of parameter settings (a \".prm\" file) from the Gurobi command\nline. The suffix may optionally be followed by \".zip\", \".gz\", \".bz2\",\n\".7z\" or \".xz\" if the input files are compressed.\n\nNote:\n\n Command-line only (\"gurobi_cl\")",
|
|
670
|
+
"description": "Specifies the name of a file that will be read before beginning a\ncommand-line optimization run. This parameter can be used to input a\nMIP start (a \".mst\" or \".sol\" file), MIP hints (a \".hnt\" file), a\nsimplex basis (a \".bas\" file), Gurobi attributes (a \".attr\" file), or\na set of parameter settings (a \".prm\" file) from the Gurobi command\nline. The suffix may optionally be followed by \".zip\", \".gz\", \".bz2\",\n\".7z\" or \".xz\" if the input files are compressed.\n\nNote:\n\n Command-line only (\"gurobi_cl\"), can be used multiple times\n\nFor examples of how to use this parameter, refer to the Reading Input\nFiles section.",
|
|
671
671
|
"name": "InputFile",
|
|
672
672
|
"values": {
|
|
673
673
|
"default": "",
|
|
@@ -871,7 +871,7 @@ param_details = {
|
|
|
871
871
|
}
|
|
872
872
|
},
|
|
873
873
|
"MinRelNodes": {
|
|
874
|
-
"description": "Number of nodes to explore in the minimum relaxation heuristic
|
|
874
|
+
"description": "Number of nodes to explore in the minimum relaxation heuristic.\n\nThis heuristic is quite expensive, and generally produces poor quality\nsolutions. You should generally only use it if other means, including\nexploration of the tree with default settings, fail to produce a\nfeasible solution.\n\nThe default value automatically chooses whether to apply the\nheuristic. It will only rarely choose to do so.\n\nNote:\n\n Only affects mixed integer programming (MIP) models",
|
|
875
875
|
"name": "MinRelNodes",
|
|
876
876
|
"values": {
|
|
877
877
|
"default": -1,
|
|
@@ -1157,7 +1157,7 @@ param_details = {
|
|
|
1157
1157
|
}
|
|
1158
1158
|
},
|
|
1159
1159
|
"PoolSearchMode": {
|
|
1160
|
-
"description": "Selects different modes for exploring the MIP search tree. With the\ndefault setting (\"PoolSearchMode=0\"), the MIP solver tries to find an\noptimal solution to the model. It keeps other solutions found along\nthe way, but those are incidental. By setting this parameter to a non-\ndefault value, the MIP search will continue after the optimal solution\nhas been found in order to find additional, high-quality solutions.\nWith a non-default value (\"PoolSearchMode=1\" or \"PoolSearchMode=2\"),\nthe MIP solver will try to find \"n\" solutions, where \"n\" is determined\nby the value of the PoolSolutions parameter. With a setting of 1,\nthere are no guarantees about the quality of the extra solutions,\nwhile with a setting of 2, the solver will find the \"n\" best\nsolutions. The cost of the solve will increase with increasing values\nof this parameter.\n\nOnce optimization is complete, the PoolObjBound attribute can be used\nto evaluate the quality of the solutions that were found. For example,\na value of \"PoolObjBound=100\" indicates that there are no other\nsolutions with objective better 100, and thus that any known solutions\nwith objective better than 100 are better than any as-yet undiscovered\nsolutions.\n\nNote:\n\n Only affects mixed integer programming (MIP) models",
|
|
1160
|
+
"description": "Selects different modes for exploring the MIP search tree. With the\ndefault setting (\"PoolSearchMode=0\"), the MIP solver tries to find an\noptimal solution to the model. It keeps other solutions found along\nthe way, but those are incidental. By setting this parameter to a non-\ndefault value, the MIP search will continue after the optimal solution\nhas been found in order to find additional, high-quality solutions.\nWith a non-default value (\"PoolSearchMode=1\" or \"PoolSearchMode=2\"),\nthe MIP solver will try to find \"n\" solutions, where \"n\" is determined\nby the value of the PoolSolutions parameter. With a setting of 1,\nthere are no guarantees about the quality of the extra solutions,\nwhile with a setting of 2, the solver will find the \"n\" best\nsolutions. The cost of the solve will increase with increasing values\nof this parameter.\n\nOnce optimization is complete, the PoolObjBound attribute can be used\nto evaluate the quality of the solutions that were found. For example,\na value of \"PoolObjBound=100\" indicates that there are no other\nsolutions with objective better 100, and thus that any known solutions\nwith objective better than 100 are better than any as-yet undiscovered\nsolutions.\n\nSee Solution Pool for more information about solution pools, including\nsubtleties and limitations.\n\nNote:\n\n Only affects mixed integer programming (MIP) models",
|
|
1161
1161
|
"name": "PoolSearchMode",
|
|
1162
1162
|
"values": {
|
|
1163
1163
|
"default": 0,
|
|
@@ -1307,7 +1307,7 @@ param_details = {
|
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
1309
|
"PumpPasses": {
|
|
1310
|
-
"description": "Number of passes of the feasibility pump heuristic
|
|
1310
|
+
"description": "Number of passes of the feasibility pump heuristic.\n\nThis heuristic is quite expensive, and generally produces poor quality\nsolutions. You should generally only use it if other means, including\nexploration of the tree with default settings, fail to produce a\nfeasible solution.\n\nThis parameter is callback settable. It can be changed from within a\ncallback when the \"where\" value is \"PRESOLVED\", \"SIMPLEX\", \"MIP\",\n\"MIPSOL\", \"MIPNODE\", \"BARRIER\", or \"MULTIOBJ\" (see the Callback Codes\nsection for more information). How to do that for the different APIs\nis illustrated here. In case of a remote server, the change of a\nparameter from within a callback may not be taken into account\nimmediately.\n\nNote:\n\n Only affects mixed integer programming (MIP) models",
|
|
1311
1311
|
"name": "PumpPasses",
|
|
1312
1312
|
"values": {
|
|
1313
1313
|
"default": -1,
|
|
@@ -1879,7 +1879,7 @@ param_details = {
|
|
|
1879
1879
|
}
|
|
1880
1880
|
},
|
|
1881
1881
|
"ZeroObjNodes": {
|
|
1882
|
-
"description": "Number of nodes to explore in the zero objective heuristic
|
|
1882
|
+
"description": "Number of nodes to explore in the zero objective heuristic.\n\nThis heuristic is quite expensive, and generally produces poor quality\nsolutions. You should generally only use it if other means, including\nexploration of the tree with default settings, fail to produce a\nfeasible solution.\n\nNote:\n\n Only affects mixed integer programming (MIP) models",
|
|
1883
1883
|
"name": "ZeroObjNodes",
|
|
1884
1884
|
"values": {
|
|
1885
1885
|
"default": -1,
|
|
Binary file
|
gurobipy/gurobi120.dll
CHANGED
|
Binary file
|
|
@@ -1,78 +1,83 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gurobipy
|
|
3
|
-
Version: 12.0.
|
|
3
|
+
Version: 12.0.1
|
|
4
4
|
Summary: Python interface to Gurobi
|
|
5
5
|
Home-page: https://www.gurobi.com
|
|
6
6
|
Author: Gurobi Optimization, LLC
|
|
7
7
|
License: Proprietary
|
|
8
|
+
Project-URL: Documentation, https://docs.gurobi.com
|
|
8
9
|
Keywords: optimization,mip,lp
|
|
9
10
|
Platform: Windows
|
|
10
11
|
Platform: Linux
|
|
11
12
|
Platform: macOS
|
|
12
|
-
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Operating System :: OS Independent
|
|
20
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
21
|
+
Requires-Python: >=3.9
|
|
22
|
+
Description-Content-Type: text/markdown
|
|
13
23
|
License-File: LICENSE.txt
|
|
14
24
|
Provides-Extra: matrixapi
|
|
15
25
|
Requires-Dist: numpy; extra == "matrixapi"
|
|
16
26
|
Requires-Dist: scipy; extra == "matrixapi"
|
|
17
27
|
|
|
18
|
-
|
|
19
|
-
|
|
28
|
+

|
|
29
|
+

|
|
30
|
+
[](https://docs.gurobi.com/)
|
|
20
31
|
|
|
21
|
-
|
|
22
|
-
problems of limited size. As a student or staff member of an academic
|
|
23
|
-
institution you qualify for a free, full product license. For
|
|
24
|
-
more information, see:
|
|
32
|
+
The Gurobi Optimizer is a mathematical optimization software library for solving mixed-integer linear and quadratic optimization problems.
|
|
25
33
|
|
|
26
|
-
|
|
34
|
+
This package comes with a trial license that allows you to solve problems of limited size. As a student or staff member of an academic institution, you qualify for a free, full product license. For more information, see:
|
|
27
35
|
|
|
28
|
-
|
|
36
|
+
- [Academic Program and Licenses](https://www.gurobi.com/academia/academic-program-and-licenses/)
|
|
29
37
|
|
|
30
|
-
|
|
38
|
+
For a commercial evaluation, you can [request an evaluation license](https://www.gurobi.com/free-trial/?utm_source=internal&utm_medium=documentation&utm_campaign=fy21_pipinstall_eval_pypipointer&utm_content=c_na&utm_term=pypi).
|
|
31
39
|
|
|
32
40
|
Other useful resources to get started:
|
|
33
41
|
|
|
34
|
-
|
|
35
|
-
|
|
42
|
+
- [Gurobi Documentation](https://docs.gurobi.com/)
|
|
43
|
+
- [Gurobi Community](https://support.gurobi.com/hc/en-us/community/topics)
|
|
36
44
|
|
|
37
|
-
A simple example
|
|
38
|
-
----------------
|
|
45
|
+
## A simple example
|
|
39
46
|
|
|
40
|
-
|
|
47
|
+
```python
|
|
48
|
+
# Solve the following MIP:
|
|
49
|
+
# maximize
|
|
50
|
+
# x + y + 2 z
|
|
51
|
+
# subject to
|
|
52
|
+
# x + 2 y + 3 z <= 4
|
|
53
|
+
# x + y >= 1
|
|
54
|
+
# x, y, z binary
|
|
41
55
|
|
|
42
|
-
|
|
43
|
-
# maximize
|
|
44
|
-
# x + y + 2 z
|
|
45
|
-
# subject to
|
|
46
|
-
# x + 2 y + 3 z <= 4
|
|
47
|
-
# x + y >= 1
|
|
48
|
-
# x, y, z binary
|
|
56
|
+
import gurobipy as gp
|
|
49
57
|
|
|
50
|
-
|
|
58
|
+
# Create a new model
|
|
59
|
+
m = gp.Model()
|
|
51
60
|
|
|
52
|
-
|
|
53
|
-
|
|
61
|
+
# Create variables
|
|
62
|
+
x = m.addVar(vtype='B', name="x")
|
|
63
|
+
y = m.addVar(vtype='B', name="y")
|
|
64
|
+
z = m.addVar(vtype='B', name="z")
|
|
54
65
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
y = m.addVar(vtype='B', name="y")
|
|
58
|
-
z = m.addVar(vtype='B', name="z")
|
|
66
|
+
# Set objective function
|
|
67
|
+
m.setObjective(x + y + 2 * z, gp.GRB.MAXIMIZE)
|
|
59
68
|
|
|
60
|
-
|
|
61
|
-
|
|
69
|
+
# Add constraints
|
|
70
|
+
m.addConstr(x + 2 * y + 3 * z <= 4)
|
|
71
|
+
m.addConstr(x + y >= 1)
|
|
62
72
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
m.addConstr(x + y >= 1)
|
|
73
|
+
# Solve it!
|
|
74
|
+
m.optimize()
|
|
66
75
|
|
|
67
|
-
|
|
68
|
-
|
|
76
|
+
print(f"Optimal objective value: {m.objVal}")
|
|
77
|
+
print(f"Solution values: x={x.X}, y={y.X}, z={z.X}")
|
|
78
|
+
```
|
|
69
79
|
|
|
70
|
-
|
|
71
|
-
print(f"Solution values: x={x.X}, y={y.X}, z={z.X}")
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
Licensing information
|
|
75
|
-
---------------------
|
|
80
|
+
# Licensing information
|
|
76
81
|
|
|
77
82
|
GUROBI OPTIMIZATION, LLC
|
|
78
83
|
END-USER LICENSE AGREEMENT
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
gurobipy/__init__.py,sha256=w-wcO5wmQAOMq6ZwgxVC8GjvBVgDrre7YgT1dk8Zv48,918
|
|
2
|
+
gurobipy/__init__.pyi,sha256=eZnx_O465OWVpALd4GifdxoQIUxAXEkfLIog9Ra2vv0,96342
|
|
3
|
+
gurobipy/_attrconst.py,sha256=MiaSyl6PgSW0UTT8aboeGoPqhH_wY8rN1tEIvUNLRDY,16616
|
|
4
|
+
gurobipy/_attrutil.cp312-win_amd64.pyd,sha256=vBysmWHDhvmZaCkJrMx3BZ-2yVXOhuB9GC8QW4NUlsE,122880
|
|
5
|
+
gurobipy/_batch.cp312-win_amd64.pyd,sha256=pGZI4kvil6t_1zF9cdHPkt-4bX2HUwnzpx3XQMHS1jk,92672
|
|
6
|
+
gurobipy/_callbackconst.py,sha256=1AfVcVmzdGapyreB8VW3vW4XNZu-s-g4c7gCRJno-EA,6797
|
|
7
|
+
gurobipy/_core.cp312-win_amd64.pyd,sha256=5Uyyu01ConIbQgJMDp0RYOUKdUC2OP4bkGDUJaPTAmg,1206272
|
|
8
|
+
gurobipy/_errorconst.py,sha256=6dzCQrZIhz7Drzmez7QVN8Q0JGgIqSABGdps6IMtC3U,3257
|
|
9
|
+
gurobipy/_exception.cp312-win_amd64.pyd,sha256=3JFLp-xHfMIH6fU58H01C0mdDWlFzY3tIRYT1MqhpCA,51200
|
|
10
|
+
gurobipy/_grb.py,sha256=cLkENlvXwS5Hm57HwYIHRMP9zKtrtRLuaBXvmuQ7-vQ,7261
|
|
11
|
+
gurobipy/_helpers.cp312-win_amd64.pyd,sha256=Qlmg76E1SPIKAUVswBuCo40eLiVgsUHWSi00qN9k0yY,77312
|
|
12
|
+
gurobipy/_matrixapi.cp312-win_amd64.pyd,sha256=sRxZ8u3q_ggrwrelL2OGOzc5xxYP2vjZpaYrPXBMV-0,1641984
|
|
13
|
+
gurobipy/_model.cp312-win_amd64.pyd,sha256=7wziQE41U7k3EqiC9hSlVbm7Q_sZGKY7Lo2HJmhzgDs,1369600
|
|
14
|
+
gurobipy/_modelutil.cp312-win_amd64.pyd,sha256=_YJhB0i_cFSAnsYB7LNFR47uzOB7OmmAcj69MjrV7Qk,147968
|
|
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.cp312-win_amd64.pyd,sha256=rKMqSDaMmGl_0VkUSIxD6qEl--V1G5ar7XlvM3wtGss,105984
|
|
19
|
+
gurobipy/gurobi.lic,sha256=9xDz4iLWRWHiICr_Ify12Lmd0NIfhIeObN_YbVJawnM,90
|
|
20
|
+
gurobipy/gurobi120.dll,sha256=35EBm_T4iJzFelC6CGURgjPuJ8c2RwZVCxnkizuK-k0,37772248
|
|
21
|
+
gurobipy/nlfunc.py,sha256=YoWLN6Hqr6qX-WkcxZ0_9XjMeOqSyNErMf2dAe8Jlr4,870
|
|
22
|
+
gurobipy/nlfunc.pyi,sha256=ict_m30E7sNMQE852db8wxRQtkgadda54sS9HeObKBw,1178
|
|
23
|
+
gurobipy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
+
gurobipy-12.0.1.dist-info/LICENSE.txt,sha256=EJaZyhnM1ArhpFDQ9ZGJ_o5LEtwq5uRJga4dpxwMu7Q,156613
|
|
25
|
+
gurobipy-12.0.1.dist-info/METADATA,sha256=AAMyeqnP_L1JpExmE4P074A1fY05m7HVyMZb_LTfa24,16767
|
|
26
|
+
gurobipy-12.0.1.dist-info/WHEEL,sha256=NF4en8_0fm6FIbEFXveGM7BhfTtSfpstffwInPM31vI,101
|
|
27
|
+
gurobipy-12.0.1.dist-info/top_level.txt,sha256=lI8imVf2_cKV2kVT6NVXJ4sH0ib8oAKeh06ysN_0_Bg,9
|
|
28
|
+
gurobipy-12.0.1.dist-info/RECORD,,
|
gurobipy-12.0.0.dist-info/RECORD
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
gurobipy/__init__.py,sha256=-5VzwZDwEKwSU81MaHNfEXIbcPA0PduIxrzkOvRo3QY,918
|
|
2
|
-
gurobipy/__init__.pyi,sha256=eZnx_O465OWVpALd4GifdxoQIUxAXEkfLIog9Ra2vv0,96342
|
|
3
|
-
gurobipy/_attrconst.py,sha256=MiaSyl6PgSW0UTT8aboeGoPqhH_wY8rN1tEIvUNLRDY,16616
|
|
4
|
-
gurobipy/_attrutil.cp312-win_amd64.pyd,sha256=UWwBXLk1kQpEQ7Pw_35F6S0gxUqCuTpbtFriMx7Lxd4,122880
|
|
5
|
-
gurobipy/_batch.cp312-win_amd64.pyd,sha256=pr4mQI33v1u86tyOPGiMHZZUTDjlhyMAmQ589u0tnIs,92672
|
|
6
|
-
gurobipy/_callbackconst.py,sha256=1AfVcVmzdGapyreB8VW3vW4XNZu-s-g4c7gCRJno-EA,6797
|
|
7
|
-
gurobipy/_core.cp312-win_amd64.pyd,sha256=35W4khEH2r7zCE9X1q6vlRKweY4Yi306Hdprupx_7R0,1201664
|
|
8
|
-
gurobipy/_errorconst.py,sha256=6dzCQrZIhz7Drzmez7QVN8Q0JGgIqSABGdps6IMtC3U,3257
|
|
9
|
-
gurobipy/_exception.cp312-win_amd64.pyd,sha256=2Jm2HNL5x2Q_gtVKIJZhwxIkDKkGwizQKpseamrEp1o,51200
|
|
10
|
-
gurobipy/_grb.py,sha256=0RVV4K0-z-2PDqAxmTiE65vKtsj2l34XGhJZKyw6v4A,7261
|
|
11
|
-
gurobipy/_helpers.cp312-win_amd64.pyd,sha256=7K_9RjWaViXjGhf4SswAuYyjo_qvaxnG5U_st3KzDec,77312
|
|
12
|
-
gurobipy/_matrixapi.cp312-win_amd64.pyd,sha256=3pxLjF7TnGFXyYtOeL0mIg4Uyu3D8KxsvaD6rRGd8b4,1634816
|
|
13
|
-
gurobipy/_model.cp312-win_amd64.pyd,sha256=8a1njPLtt3Xw4_nbuabOMk68drPhBoEwg-dd4Q9V2hI,1367552
|
|
14
|
-
gurobipy/_modelutil.cp312-win_amd64.pyd,sha256=jT_PM1qi8EaaKpycwy_VO4Ew_hZguLe4BU6VkGSYj64,147968
|
|
15
|
-
gurobipy/_paramconst.py,sha256=FJCm2d9JwaoelXv0P1zhtWeZGSmzS5ooM8zqvlXzBqc,19678
|
|
16
|
-
gurobipy/_paramdetails.py,sha256=L0Nl7R7ombY_Upjm3J2lzGAAW89xxPUw8E-35BtE8ZI,151483
|
|
17
|
-
gurobipy/_statusconst.py,sha256=ZClEP0VXRsAWLzj5iVozzUgHfpfy4svJwFuY1DyNZN8,1601
|
|
18
|
-
gurobipy/_util.cp312-win_amd64.pyd,sha256=FizAwxCmwUEXj6MXshKvKlAobZdXNil3sRDW68Wj5ZU,105984
|
|
19
|
-
gurobipy/gurobi.lic,sha256=9xDz4iLWRWHiICr_Ify12Lmd0NIfhIeObN_YbVJawnM,90
|
|
20
|
-
gurobipy/gurobi120.dll,sha256=tFGZYGjJ776B3A5hX3bxp-l52IL-D-D677sywHq6ysI,37716952
|
|
21
|
-
gurobipy/nlfunc.py,sha256=YoWLN6Hqr6qX-WkcxZ0_9XjMeOqSyNErMf2dAe8Jlr4,870
|
|
22
|
-
gurobipy/nlfunc.pyi,sha256=ict_m30E7sNMQE852db8wxRQtkgadda54sS9HeObKBw,1178
|
|
23
|
-
gurobipy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
|
-
gurobipy-12.0.0.dist-info/LICENSE.txt,sha256=EJaZyhnM1ArhpFDQ9ZGJ_o5LEtwq5uRJga4dpxwMu7Q,156613
|
|
25
|
-
gurobipy-12.0.0.dist-info/METADATA,sha256=pADNgLthKSbOkMbFvAL9cueGEU7DP_NKs6v5dArJF8k,16028
|
|
26
|
-
gurobipy-12.0.0.dist-info/WHEEL,sha256=NF4en8_0fm6FIbEFXveGM7BhfTtSfpstffwInPM31vI,101
|
|
27
|
-
gurobipy-12.0.0.dist-info/top_level.txt,sha256=lI8imVf2_cKV2kVT6NVXJ4sH0ib8oAKeh06ysN_0_Bg,9
|
|
28
|
-
gurobipy-12.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|