Skip to main content

Python interface to Gurobi

Project description

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

Project details


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.2-cp314-cp314t-win_amd64.whl (11.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64

gurobipy-13.0.2-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.2-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.2-cp314-cp314-win_amd64.whl (11.5 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64

gurobipy-13.0.2-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.2-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.2-cp313-cp313-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64

gurobipy-13.0.2-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.2-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.2-cp312-cp312-win_amd64.whl (11.3 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64

gurobipy-13.0.2-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.2-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.2-cp311-cp311-win_amd64.whl (11.4 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64

gurobipy-13.0.2-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.2-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.2-cp310-cp310-win_amd64.whl (11.4 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64

gurobipy-13.0.2-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.2-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.2-cp314-cp314t-win_amd64.whl.

File metadata

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

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9e2f956649fa46304a5aa2d18dbccfdb6d742092db2f0f798d37a4c3ccca5e99
MD5 e14ee46084dd29ab171298a77b747a10
BLAKE2b-256 b36b2532e54305cf3a905f4df5a050d51f066391829f18f3c167a6ccd15da28d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314t-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 8207e3503a74c43a19c120c6c117a5c6892d060e5f803fe072209be127a984e0
MD5 db17d92d967131ace8b7f95feaf44825
BLAKE2b-256 1ed4b3b915fdce536d1331d45305cc55e8952694109377cbfe4e82c1fa38c986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 29a7449544e9b17def147b8c77d0eb30c8f343e2900bc0b004877b903ed41595
MD5 eb531343e14d1e466050f9d666fe540e
BLAKE2b-256 42216b0ceecfc45ebed38c5f9f3d87441baad8832743eaa85a31ac09ba4543e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 57c7c129f9c305296c12130bb0d8f0157785e4aaf5cee501174b8320a3a9195d
MD5 bb50caf1e1988ddf97c6a90511c7c170
BLAKE2b-256 395c06e98babc2b0df16f2e42e52a222b4f880bd0a59e7e025ced25c47b7aeae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 11.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 443d79ab626c383f01f0ea56c37533c9023e4d65abf8356563d2cf8da513001d
MD5 50453b67d5a6867137b9b64e70deb0d2
BLAKE2b-256 1a5022546477a0277d1eaf7f67da5629c27782b63b85daeeabf394ce52627cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 f7714d69d778af882d756e222340920e8dbfc004a509998604cb9b4cb1d43242
MD5 d86e230f0c2affbf5c5bca386757eaca
BLAKE2b-256 27b9467bce6c7b03883b8dc1646756b5c870c7a156c89cf13ca32dfcee0cc7b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f82340708955c24ab20f5d41b4d7fbd0e94cf4e7740841360e2024c9d222961f
MD5 1313e478f065a032d804b57a64f36483
BLAKE2b-256 30ceb62840162e24e03bd55fc265882fb9eb602d47a4dc27a9b7775c4741993e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a827eff3ae926b67625026b80365007ab7be398e60e188753268dc1f0e876b3e
MD5 c4001e31cfb468fceda292ca4bd0aacf
BLAKE2b-256 83ae0481b8f6d883b1907713bb9f92313257d3f1b7608f02d73f27d6c39516ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 11.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for gurobipy-13.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5b26c7ab11fd406f6ecf10958728b9f9344b818fee86db5b516a46aefe8400f2
MD5 20a47ed1fe033db44e92945d342d30f4
BLAKE2b-256 fd7fe68bd10b04c87f60d82f0d81340cf23e6e8d5e012dbac474dffbdf990657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp313-cp313-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 407f87b87b556b2d73f738ca4b9a41c3aed0ee412958a68b127d2108a8c300e2
MD5 6dfbe0141ed7867d83a35fbab707e1dc
BLAKE2b-256 790870c909650ae684a4d8468fec8b2e5d2f3be5b7f602e48b3cffd1e67ee6cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 1d7840fdf7928a6faf9fff795dde727940164e87d0bced98075df1ead38b12f9
MD5 3efa3b4cdcd8d5ca853d102fdfac9c04
BLAKE2b-256 a51177458930745fb661a0b5aea39211101a22c5413161bb10f954f015af3f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6cc4be757540f48b3f206427cacbcd78f5e8c07dddd8654e3b1c6e3b87327082
MD5 59258b410f6022066b1bbc1df73e2bdc
BLAKE2b-256 3eded32f793c5c208f34b289049c05fbc003ed5c6818e7e84c113651992cc923

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 11.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for gurobipy-13.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0ac0f1c7d28ad6aeec3c57f94833c918881dcbfb7238f5d5fe0a8d08b2975681
MD5 fde141bb50fd8d0dc2877d1ab2633609
BLAKE2b-256 e434fa0fd152143ca0d1b770b9669918b2134a5d1af609c33cb445ccb7096327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp312-cp312-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 73f8d93ac4d9c196fd7b5836a83502d41a6ed0ce72bc27ad5c2e91132431f7eb
MD5 ee50dd76e6c1b89dbbea8a6d3b40d901
BLAKE2b-256 3be33ec926182acc9fbe8182fb01adecfa1abef905e142a69a7b705925056bc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f35e404fc32921a94cbc5b047e01ad714ced23ba0c1ddf81b5e5a20bf53d757a
MD5 bdb449ab6c4a50a296339fea8104b5d9
BLAKE2b-256 2e70460e4cc66508b9025919f6c260b93211169058917153e58c0f17a57846ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 64b66660238f57b75adc9761f981524373f32ce8cdd37f4bf2f28dc1b699d1d5
MD5 8c04b4b2997271abc42314c88367f258
BLAKE2b-256 ab5284706ec7c4c8d76a7e36ac602f873e9a367dfbaa035ac145eda79b3bc983

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 11.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for gurobipy-13.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ba21e64a5d026b794b18e221d64d3997c091b0483f2082594e61c78ee4acc158
MD5 16aec5c38fa3094844169e0ff04326f8
BLAKE2b-256 9eeb15e420da7d1ef93fdda9fa844e68f7deeea2bb40456030b14cce7c176437

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp311-cp311-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 0a98247fb3f23c3370231ccc2880fdc5824fee456964007f3bce92a2124ecfe7
MD5 17da71d94cd9b452ff12d46645809501
BLAKE2b-256 1c51f1c0b36ebc6da95274ecefb08caa30bd7d4b056855bd51a724be785723aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a27d35370be49974e4fb79e1754eb750a0cddde2f064c71436156980f864361b
MD5 01c6bd28b3be1ba58da29f9d301998fe
BLAKE2b-256 31a90c1103d58c370d2dae07404e4767011b59ce853eed2c2e11b6cc7b08238d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6eb4945ad2d8c5cc342c150ca254b27034a5049099d468758d79455169b8382c
MD5 6b19f22adb5ec5e3587d720791fbf65a
BLAKE2b-256 535e4ffce920a262d01d8b7ce3788c06b74c02414d33c9b0a87505364aeabdc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 11.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for gurobipy-13.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e33fc769ae7929e5608cd00af7318f84d79671a4e2db088d0fb40da29a344e83
MD5 bfd9f4178605fd647c1ab4b735e80fb9
BLAKE2b-256 d90f5088d5e04e4b842bff860207d9bbc6b308d447fd95395e5538100523e07a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp310-cp310-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 11480bee339cd2a7916bbdc9665094989ac6ee3ffc138c7ae4d220f65c601c2d
MD5 e0fdb3703c494b5f195c1a71c0467339
BLAKE2b-256 30fa3ab49093a173d888c36c25a7bbe8d797aef5c5168d3a93465b5fd12fb036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7fba47ceec1afb39124aedf09a025b00ce3e105b255e9401235f8eaaa0c12bd8
MD5 3d213b54a314c6a7f744354466e9eacd
BLAKE2b-256 bd0e62bad91839ecfea6423f8229744af3dc00aa45b3fd080d9afd9a6448d3f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9bbe727cdcfdf336cda7f48990d26e3fb65869b589c1eb4f07a64f95dc830ef4
MD5 37af2351e8a4e0e047f273ee9c00d7bf
BLAKE2b-256 5876954811b540d1c849a6f53c0ffcdc04c0e196aed4f522b2914fa0e19dd932

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page