Skip to main content

Python versions PyPI PyPI - Downloads Gurobi Documentation

The Gurobi Optimizer is a mathematical optimization software library for solving mixed-integer linear and quadratic optimization problems.

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:

For a commercial evaluation, you can request an evaluation license.

Other useful resources to get started:

A simple example

# Solve the following MIP:
#  maximize
#        x +   y + 2 z
#  subject to
#        x + 2 y + 3 z <= 4
#        x +   y       >= 1
#        x, y, z binary

import gurobipy as gp

# Create a new model
m = gp.Model()

# Create variables
x = m.addVar(vtype='B', name="x")
y = m.addVar(vtype='B', name="y")
z = m.addVar(vtype='B', name="z")

# Set objective function
m.setObjective(x + y + 2 * z, gp.GRB.MAXIMIZE)

# Add constraints
m.addConstr(x + 2 * y + 3 * z <= 4)
m.addConstr(x + y >= 1)

# Solve it!
m.optimize()

print(f"Optimal objective value: {m.objVal}")
print(f"Solution values: x={x.X}, y={y.X}, z={z.X}")

Licensing information

GUROBI OPTIMIZATION, LLC END-USER LICENSE AGREEMENT (Evaluation License) ("Agreement")

By downloading, installing, copying, accessing, clicking on an "accept" button or otherwise using the Product, You are accepting the terms of this Agreement. The Product will be enabled when You install the license key that is supplied to You by Gurobi or made available by Gurobi via 'pip'. The "Effective Date" of this Agreement is the date on which the Product is enabled. The Product is copyrighted and licensed by Gurobi Optimization, LLC, a limited liability company, registered in Delaware ("Gurobi").

THIS AGREEMENT IS A LEGAL CONTRACT BETWEEN YOU AND GUROBI. READ THE TERMS AND CONDITIONS OF THIS AGREEMENT CAREFULLY BEFORE INSTALLING OR OTHERWISE ACCESSING OR USING THE PRODUCT. THE PRODUCT IS COPYRIGHTED AND IT IS LICENSED TO YOU UNDER THIS AGREEMENT, NOT SOLD TO YOU. BY INSTALLING OR OTHERWISE ACCESSING OR USING THE PRODUCT, YOU ACKNOWLEDGE, REPRESENT AND WARRANT THAT YOU HAVE READ THIS AGREEMENT, THAT YOU UNDERSTAND IT, THAT YOU HAVE FULL POWER AND AUTHORITY TO BIND YOURSELF AS AN INDIVIDUAL AND THE BUSINESS ENTITY ON WHOSE BEHALF YOU ARE INSTALLING, ACCESSING OR USING THE PRODUCT, THAT YOU ACCEPT AND AGREE TO BE BOUND BY ITS TERMS, AND THAT, UPON INSTALLING OR OTHERWISE ACCESSING OR USING THE PRODUCT, THIS AGREEMENT WILL BECOME BECOME THE BINDING LEGAL OBLIGATION OF YOU (AS AN INDIVIDUAL AND THE BUSINESS ENTITY ON WHOSE BEHALF YOU ARE INSTALLING, ACCESSING OR USING THE PRODUCT). IF AT ANY TIME YOU ARE NOT WILLING TO BE BOUND BY THE TERMS OF THIS AGREEMENT, YOU SHOULD TERMINATE THE INSTALLATION PROCESS, IMMEDIATELY CEASE AND REFRAIN FROM ACCESSING OR USING THE PRODUCT AND DELETE ANY COPIES OF THE PRODUCT YOU MAY HAVE. TERMS AND CONDITIONS

  1. DEFINITIONS

1.1. "Product" means the limited, evaluation version of Gurobi Optimizer Version 13.0.0 or higher in the form of object code libraries, including all upgrades, new releases, modifications, enhancements, adaptations, copies and translations thereof. "You" and "Your" mean the individual who is installing, accessing or using the Product and the business entity on whose behalf such individual is installing, accessing or using the Product. Additional defined terms have the meaning ascribed to them in the body of this Agreement.

  1. SCOPE OF RIGHTS

2.1. Grant of License. Gurobi grants You a limited, non-exclusive, non-transferrable, non-sublicensable, revocable license during the term of this Agreement to install and operate the Product in machine-readable form solely in a non-production environment for internal evaluation of the suitability of the Product for Your legitimate business needs ("Product License"). You may make a reasonable number of copies of the Product in machine- readable, object code form, for nonproductive backup purposes only.

2.2. Limitations on Use. For the avoidance of doubt, the Product License does not grant You any right to use the Product in a live production environment (i.e. non-test environment). Except as expressly set forth in Section 2.1, You will not use, copy, modify, or distribute the Product, or make any copy, adaptation, transcription, or merge any portion thereof, unless expressly authorized by Gurobi in a separate written agreement signed by an authorized representative of Gurobi. You will not reverse assemble, reverse compile, translate, or reverse engineer the Product. Your Product License may not be sold, transferred, leased, assigned, or sub-licensed without Gurobi's prior written consent. If You copy or modify the Product in any way not expressly authorized by Gurobi in writing, Your Product License is automatically terminated. You will not use the Product for the benefit of any third party including as part of any service bureau, time sharing or third party training arrangement. You will not publish any benchmark testing results on the Product. You will not use the Product in violation of any law, rules or regulation. The license granted to You in Section 2.1 is conditioned upon Your strict compliance with all restrictions and obligations in this Section 2.2.

  1. WARRANTIES; LIMITATION OF LIABILITY

3.1 Warranty Disclaimer. THE PRODUCT IS PROVIDED "AS IS," AND GUROBI MAKES NO WARRANTIES, EXPRESS, IMPLIED, ARISING FROM COURSE OF DEALING OR USAGE OF TRADE, OR STATUTORY, AS TO THE PRODUCT, OR ANY MATTER WHATSOEVER. GUROBI DISCLAIMS ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, SATISFACTORY QUALITY, TITLE AND NON-INFRINGEMENT. THE PRODUCT LICENSED HEREUNDER IS AN EVALUATION VERSION OF GUROBI'S STANDARD PRODUCT. ACCORDINGLY, THE PRODUCT WILL HAVE CONSTRAINTS AND LIMITATIONS THAT LIMIT THE SIZE OF THE OPTIMIZATION PROBLEM THE PRODUCT IS ABLE TO SOLVE. FOR THE AVOIDANCE OF DOUBT, GUROBI HAS NO OBLIGATION TO PROVIDE ANY MAINTENANCE AND SUPPORT SERVICES, OR ANY OTHER SERVICES, UNDER THIS AGREEMENT.

3.2 Limitation of Liability. GUROBI SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES (INCLUDING FOR LOSS OF PROFITS, SAVINGS, REVENUE, OR USE, DAMAGED OR LOST FILES OR DATA, OR BUSINESS INTERRUPTION) IN CONNECTION WITH THIS AGREEMENT OR THE PRODUCT, REGARDLESS OF THE CAUSE OF ACTION OR CHARACTERIZATION OF THE DAMAGES, EVEN IF GUROBI HAS BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES. GUROBI WILL NOT BE LIABLE FOR ANY DAMAGES FOR THE COST OF PROCUREMENT OF SUBSTITUTE SOFTWARE, GOODS OR SERVICES, OR FOR ANY LIABILITY TO YOU RELATING TO THIS AGREEMENT, REGARDLESS OF THE CAUSE OF ACTION OR CHARACTERIZATION OF THE DAMAGES. YOU ACKNOWLEDGE THAT THE PROVISIONS FOR LIMITATION OF LIABILITY DESCRIBED IN THIS AGREEMENT FORM AN ESSENTIAL BASIS OF THE BARGAIN BETWEEN THE PARTIES AND THAT GUROBI WOULD NOT BE WILLING TO ENTER THIS AGREEMENT WITHOUT THEM. THEREFORE, YOU AGREE TO THIS ALLOCATION OF RISK AND HEREBY WAIVE ANY RIGHT, THROUGH EQUITABLE RELIEF OR OTHERWISE, TO SUBSEQUENTLY SEEK A MODIFICATION OF THESE PROVISIONS OR ALLOCATION OF RISK.

3.3 Disabling Device. THE PRODUCT MAY CONTAIN A DISABLING DEVICE THAT WILL PREVENT IT FROM BEING USED AFTER THE TERM OF THIS AGREEMENT ENDS. YOU AGREE NOT TO TAMPER WITH THE DISABLING DEVICE OR THE PRODUCT. YOU SHOULD TAKE PRECAUTIONS TO AVOID ANY LOSS OF DATA THAT MIGHT RESULT WHEN THE PRODUCT CAN NO LONGER BE USED.

  1. OWNERSHIP

4.1. Ownership. Gurobi shall have sole right, title, and interest in and to the Product and all documentation relating to the Product (including its development or its operation, testing or use, and all reports and copies created), and all intellectual property rights associated with the Product (including, without limitation, rights to copyrights, patents, trade secrets, and know-how). This Agreement does not provide You with title or ownership of the Product, but only a right of limited use pursuant to Section 2.1. If You are deemed to posses any rights in the Product, You hereby assign to Gurobi or all of such rights. To the extent Your rights are inalienable under applicable law, You hereby waive such rights in the Product and, if such waiver is deemed invalid, grant to Gurobi the exclusive, irrevocable, perpetual, worldwide, royalty free right to use, market, modify and grant licenses to the Product without identifying You or seeking Your consent.

  1. TERM AND TERMINATION

5.1. Term. Unless earlier terminated, this Agreement and Your Product License commences on the Effective Date and terminates on the expiration date set forth in the license file that is included with the Product. Either party may immediately terminate Your Product License and this Agreement by delivery of written notice of termination to the other party.

5.2. Effects of Termination. Upon the expiration or termination of this Agreement, (i) You shall immediately cease using the Product; (ii) You shall irretrievably destroy all copies of the Product in Your possession or control or return such copies to Gurobi the other Party, and (iii) You shall certify in writing to Gurobi that You have returned or destroyed such copies of the Product, with no copies retained.

5.3 Survival. Notwithstanding the expiration or termination of this Agreement for any reason, the rights and duties of the parties under Sections 2.2 (Limitations on Use), 3 (Warranties; Limitation of Liability), 4 (Ownership), 5.2 (Effects of Termination), 5.3 (Survival), 6 (Export Controls), and 7 (General) shall survive such expiration or termination and remain in full force and effect.

  1. EXPORT CONTROLS

6.1. Export Restrictions. The Product delivered to You under this Agreement is subject to U.S. export control laws and regulations and may also be subject to import and export laws of the jurisdiction in which it was obtained, if outside the U.S. You shall abide by all applicable export control laws, rules and regulations applicable to the Product and documentation. You agree that You will not export, re-export, or transfer the Product or documentation, in whole or in part, to any country, person, or entity subject to U.S. export restrictions. You specifically agree not to export, re- export, or transfer the Product or documentation (i) to any country to which the U.S. has embargoed or restricted the export of goods or services, or to any national of any such country, wherever located, who intends to transmit or transport the Product back to such country; (ii) to any person or entity who You know or have reason to know will utilize the Product or portion thereof in the design, development, production or use of nuclear, chemical or biological materials, facilities, or weapons; or (iii) to any person or entity who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government.

  1. GENERAL

7.1. Assignment. This Agreement shall not be assignable by You without the prior written consent of Gurobi.

7.2. Waiver of Construction Against the Drafter. This Agreement shall be interpreted in accordance with the plain meaning of its terms and not strictly for or against either of the parties to this Agreement.

7.3. Severability. In the event that any provision of this Agreement is found invalid or unenforceable pursuant to judicial decree or decision, the remainder of this Agreement shall remain valid and enforceable according to its terms. WITHOUT LIMITING THE FOREGOING, IT IS EXPRESSLY UNDERSTOOD AND AGREED THAT, IN THE EVENT ANY REMEDY HEREUNDER IS DETERMINED TO HAVE FAILED OF ITS ESSENTIAL PURPOSE, ALL OTHER LIMITATIONS OF LIABILITY AND EXCLUSION OF DAMAGES SET FORTH HEREIN SHALL REMAIN IN FULL FORCE AND EFFECT.

7.4. Notices. All notices or other communications required to be given under this Agreement shall be in writing and delivered either personally, by a reputable overnight courier service (e.g., FedEx or UPS), or by U.S. mail, certified, return receipt requested, postage prepaid, and addressed as provided in this Agreement or as otherwise requested by the receiving party. Notices delivered personally shall be effective upon delivery and notices delivered by courier or U.S, mail shall be effective upon their receipt by the party to whom they are addressed.

7.5. Governing Law.

7.5.1 This Agreement shall be governed by, and construed and enforced in accordance with the laws of the State of California as they apply to a contract made and performed in such state and as if entered into by the residents of such state.

7.5.2 In all cases, the United Nations Convention on the International Sale of Goods shall not apply. The parties also agree that the provisions of the Uniform Computer Information Transactions Act shall not apply.

7.6. Modifications and Waivers. This Agreement may not be modified except by a writing signed by authorized representatives of both parties. A waiver by either party of its rights hereunder shall not be binding unless contained in a writing signed by an authorized representative of the party waiving its rights. The non-enforcement or waiver of any provision on one occasion shall not constitute a waiver of such provision on any other occasion unless expressly agreed in writing. The parties agree that no use of trade or other regular practice or method of dealing between the parties shall be used to modify, interpret, supplement, or alter in any manner the terms of this Agreement.

7.7. Arbitration. Any controversy or claim arising out of or relating to this Agreement, or the breach thereof that fails to settle by mediation, shall be settled by binding arbitration administered by JAMS in accordance with its then current Commercial Arbitration Rules, and judgment on the award rendered by the arbitrator may be entered in any court having jurisdiction thereof. The arbitrator may award monetary damages, injunctive relief, rescission, restitution, costs and attorneys' fees. The arbitration award shall be final and binding regardless of whether one of the parties fails or refuses to participate in the arbitration. The arbitrator shall not have the power to amend this Agreement in any respect. Notwithstanding the foregoing, the parties agree that this Section 7.7 does not apply to the breach of provisions set forth in Section 2.2 (Limitations on Use) and Section 4 (Ownership), and that either party may petition a court of law for injunctive relief and such other rights and remedies as it may have at law or equity against breaches of these sections.

7.8. Attorneys' Fees. In the event of any dispute with respect to this Agreement, the prevailing party shall be entitled to reasonable attorneys' fees and other costs and expenses incurred in resolving such dispute.

Rev. October 2020 4810-9864-2638.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gurobipy-13.0.3-cp314-cp314t-win_amd64.whl (11.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

gurobipy-13.0.3-cp314-cp314t-manylinux_2_26_aarch64.whl (87.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64

gurobipy-13.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

gurobipy-13.0.3-cp314-cp314t-macosx_10_15_universal2.whl (16.2 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

gurobipy-13.0.3-cp314-cp314-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.14Windows x86-64

gurobipy-13.0.3-cp314-cp314-manylinux_2_26_aarch64.whl (87.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64

gurobipy-13.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gurobipy-13.0.3-cp314-cp314-macosx_10_15_universal2.whl (15.8 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

gurobipy-13.0.3-cp313-cp313-win_amd64.whl (11.0 MB view details)

Uploaded CPython 3.13Windows x86-64

gurobipy-13.0.3-cp313-cp313-manylinux_2_26_aarch64.whl (87.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64

gurobipy-13.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gurobipy-13.0.3-cp313-cp313-macosx_10_13_universal2.whl (16.0 MB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

gurobipy-13.0.3-cp312-cp312-win_amd64.whl (11.0 MB view details)

Uploaded CPython 3.12Windows x86-64

gurobipy-13.0.3-cp312-cp312-manylinux_2_26_aarch64.whl (87.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64

gurobipy-13.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gurobipy-13.0.3-cp312-cp312-macosx_10_13_universal2.whl (16.0 MB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

gurobipy-13.0.3-cp311-cp311-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.11Windows x86-64

gurobipy-13.0.3-cp311-cp311-manylinux_2_26_aarch64.whl (87.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64

gurobipy-13.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gurobipy-13.0.3-cp311-cp311-macosx_10_9_universal2.whl (16.1 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

gurobipy-13.0.3-cp310-cp310-win_amd64.whl (11.1 MB view details)

Uploaded CPython 3.10Windows x86-64

gurobipy-13.0.3-cp310-cp310-manylinux_2_26_aarch64.whl (87.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64

gurobipy-13.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (15.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gurobipy-13.0.3-cp310-cp310-macosx_10_9_universal2.whl (16.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file gurobipy-13.0.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 11.6 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.13

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ab286f94ef9673cd493b992c504d758ffb5e866f4a706decf47360a543eae720
MD5 d9723f20b84d80943c6696e5665e3eec
BLAKE2b-256 257d18faaa06e0a764cdeebdd1993d28a1b68f0a6ec634add75627d49baffd3d

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314t-manylinux_2_26_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314t-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 8796eb01b354779a75fbf4cdb0c02962f2af176240311c33fb5fe38dd72226e9
MD5 9bb4acf018fc7925cc3d71b865afd538
BLAKE2b-256 b8ee1c4779403d188493467e7432de9a253a5405caee70c4b1d2d84afbbcc801

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b4b5d5ff343e6c8acc36984eb447ee854f293d342dad05efc54aac9e624887b2
MD5 0aae8fb5fbf2782161425793d064d4c5
BLAKE2b-256 e56d41a3a32f7a5bdcef1e57b3a59290d391cb981afb44c300f44f5a25daa827

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6465a921eb81244f48ab12b260c15bed286013ecbcb91ca17c6e4c23eed08834
MD5 4a4e0aeba6443d745de7a01a872ee4a3
BLAKE2b-256 8b8db14e6c61493e3cd3903f819b74622d47b180a321c3ff233b460282e2630b

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.13

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cfed66d8ca81098bb0671c5ba1b0b3af4cd7b4694e808d0fd3e4d26fdb9c73a6
MD5 27b758adf35b6adbdbb7c3b1e531c943
BLAKE2b-256 28300b05dd55aef8e0b035275e40cb553ba3a7efd26df02dc987e17c43a20ef1

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314-manylinux_2_26_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 f70a0746a5405f7b0b3b69188a569621c228c90f6dffa26219e47b82dc8f4e89
MD5 2ce743b5bded16333388a674a59c3eae
BLAKE2b-256 ba42ca3db38119402016a07812a92b30696d0a4a82a2eaa0d554842681f150e9

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c2e87d9fb5297fa260a62666a67f29d8be939027905cda353ca1b62047212e88
MD5 09cff39c9c1d385fa1b5762cac13671a
BLAKE2b-256 5c5f396c38ca5611ff491c040a4628c6c78df118eb4ca67432b3c8e2f1b68786

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 46d572e1ef5e39dacfbba263a933cbe12ffa7568105b3e43ed8135347d86622e
MD5 03976b8660b63fef127a87773a120236
BLAKE2b-256 80e221e9dfd3a7a5e64c8163315fdfd20eabb89dc90d64ffc5cbd7ec71b8bead

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.13

File hashes

Hashes for gurobipy-13.0.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ab051b7783642c74e49821c3348e8803aa32ca6d1b29f4adcc699bfc67b0f92e
MD5 daa08c0ef47cd82d30936991ab2cd76e
BLAKE2b-256 ee7fe74be565dd6fa6a89d0b3790bb89f875a2d60e7c7ea7e901e191031107db

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp313-cp313-manylinux_2_26_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp313-cp313-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 3a7c8cf118f2381ec9f80f1990d532ead67d61f5bbc0be4f977fe9eb0cd6fc41
MD5 c5041e3ef44e4fd91358ec77a301cf86
BLAKE2b-256 d284f2451ccf73d763ba3f916ca96a8fe5747d8795d05fd648c5b411d0292bd1

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d54ea7f41dff3518020c1a6240fa3ef8f8ae3077040b4e1e445fe69a239e98ca
MD5 5bbb2547bc9fc2a0c070a40794be3f2c
BLAKE2b-256 aab1d77764cfd28b860c374926a9873f2cd60b7237c59c392584e51f8d701903

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 65ca7a0cd1e5ed57c80e613f35509c0aeaac1544d17705b73f9a5707d40e2588
MD5 e1f9207abfada8aead95dde7dd9f186e
BLAKE2b-256 1d0843d777f7678d2702e413cc34ebfa26f711005ea25b3f7ac8398f0e8cb60e

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.13

File hashes

Hashes for gurobipy-13.0.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 11ae3f75a17265e095695229a3ccbf14a8fe6fa9a4bc17a11e2698bedc16b28a
MD5 080d1b072acec146053f6e269164b01d
BLAKE2b-256 e5cae2f677a1f7b91e3f1dfda3043c9810cff38ea8901007a4abea6a53c904fb

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp312-cp312-manylinux_2_26_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp312-cp312-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 3d4611c247850379e416daafd9a7ad624d94e7b2b416746c382a3a54c1ef89d7
MD5 acf12a154f3c4a37d6e664d2ca3faf60
BLAKE2b-256 98cfb94bcddb78e3fc7cb9eb26251db33da1e45772ab0e6df2d5cf5b8df00d1e

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 34f0b9528edfbf29e96a74e0b69b8cc832375d43342d6376754fd436c570bb2a
MD5 2b7f8c8690cf94e26e0f0ddd015f1572
BLAKE2b-256 628bdf51ea9593c9434ae736bd528586777d6978ae3842e8252c053ec88e3656

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ee439774ed56dca173cddf0017f1cb854d7f79dfcc12abc4fe5d83a7f22bb9b3
MD5 ad6279f2f14961b17253ac05a8b21c2e
BLAKE2b-256 8c87ada84ac49ccc8478ad50b4938ef61122719d64f224a2c5312ad4bccbdb20

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.13

File hashes

Hashes for gurobipy-13.0.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a13eec9f02ca3ba54e59ea3802f93bfc596c402a0a7ecb2396cfadecb17c82c
MD5 4ae4a7e64f086e23828cb4ffe2cb9787
BLAKE2b-256 6b25c764398fe14e97e40af0d7f8fd6340f896f6dae7d2622dd4d2b0800e2075

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp311-cp311-manylinux_2_26_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp311-cp311-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 2f82af72e5eaf4bdce0162a05ca8c5a57a49f6dc9e3fcf79329dd8e4f79bf43c
MD5 f47eeeffa558d1607a925a12e63fb2d2
BLAKE2b-256 79bfb1e92403a1678e24e1f864a71ab34ac70582c4aa201ad6611e932f11a45f

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8ce3da52cceaa06eee4d4bbe02db873076aa731fc6a66b59d92446be704921b5
MD5 f46639e81f40f2eac814b32415bc8538
BLAKE2b-256 432ff20c630fd415333d02934dcefd9f45a2bdb280252a3dd1becd0a0ab5967f

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ce2dd649e6859eeee350d2c22120f2180799696eba3cdf6b2810f6a695d2761c
MD5 de31fdf10f2cb18806a4193e8d0ada89
BLAKE2b-256 f4befe67fc5f40ad0ba5f3deba934020647d2c9bb26ca14c1004b2fb1f8cc367

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.13

File hashes

Hashes for gurobipy-13.0.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 92658ce26fe22d2aafa98bc67652c1b52cabd90f83502b7f234c48c5b7761ae3
MD5 943c2b88fc9029460aa26d6b05e5a3c9
BLAKE2b-256 a4bd614c5dac4a5862ac81f8b00096360451b6a4bfad3713a318e03d9aec6443

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp310-cp310-manylinux_2_26_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp310-cp310-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 908ef711983a6df6f04b769b687e72e8f42f9e033e606216262072d731c972bf
MD5 fdf0545a17f9a5ec3ae67b1eb1488501
BLAKE2b-256 24ae973d92dd8f01a4d25a71bb2ae21dc50d1c34ad3085e47f26168af2adfa51

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a3ed4b02d1412f94b579f329bacb8c9de31bfeb74c3b487c29ac75c0977aee2b
MD5 3f0bbe54f84b40b2507d8b99e43f0134
BLAKE2b-256 4f829562b49bb8659aa09acb1baa3147a5a99ac087b4384890a961b1d18e240b

See more details on using hashes here.

File details

Details for the file gurobipy-13.0.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-13.0.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fd5189bd3507fe546323f3dafa0d000e3691288a9ad8bb7e2f74eed7e4af1f8c
MD5 6cdcfb95ecf503078118d0dfaa430bcb
BLAKE2b-256 460acff6ab1b9a36cae3cc7ce1bf5f49bb492a772a277d169cbb815d4001474a

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

13.0.3 This release

24 files

13.0.2

24 files

13.0.1

24 files

13.0.0

16 files

12.0.3

20 files

12.0.2

20 files

12.0.1

20 files

12.0.0

16 files

12.0.0b3

16 files

11.0.3

20 files

11.0.2

20 files

11.0.1

20 files

11.0.0

20 files

11.0.0b1

20 files

10.0.3

20 files

10.0.2

20 files

10.0.1

20 files

10.0.0

20 files

9.5.2

20 files

9.5.1

20 files

9.5.0

16 files

9.1.2

17 files

9.1.1

16 files

9.1.0

16 files

5.0.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page