Skip to main content

Python interface to Gurobi

Project description

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 11.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-11.0.1-cp312-cp312-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.12Windows x86-64

gurobipy-11.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gurobipy-11.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (27.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gurobipy-11.0.1-cp312-cp312-macosx_10_9_universal2.whl (10.6 MB view details)

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

gurobipy-11.0.1-cp311-cp311-win_amd64.whl (10.3 MB view details)

Uploaded CPython 3.11Windows x86-64

gurobipy-11.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gurobipy-11.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gurobipy-11.0.1-cp311-cp311-macosx_10_9_universal2.whl (10.7 MB view details)

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

gurobipy-11.0.1-cp310-cp310-win_amd64.whl (10.3 MB view details)

Uploaded CPython 3.10Windows x86-64

gurobipy-11.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gurobipy-11.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gurobipy-11.0.1-cp310-cp310-macosx_10_9_universal2.whl (10.7 MB view details)

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

gurobipy-11.0.1-cp39-cp39-win_amd64.whl (10.3 MB view details)

Uploaded CPython 3.9Windows x86-64

gurobipy-11.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gurobipy-11.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

gurobipy-11.0.1-cp39-cp39-macosx_10_9_universal2.whl (10.7 MB view details)

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

gurobipy-11.0.1-cp38-cp38-win_amd64.whl (10.3 MB view details)

Uploaded CPython 3.8Windows x86-64

gurobipy-11.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (13.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gurobipy-11.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (27.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

gurobipy-11.0.1-cp38-cp38-macosx_10_9_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for gurobipy-11.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0c7164ffd832bd7163f7763c52db4b3c5da899d8f518326e3dfe7831918ea0f5
MD5 1ad8c3cbbeb9daaa793b27f88409da2b
BLAKE2b-256 08592bdf14709bddc5e886fc9263aa527bfbf79aa7c43a7559b2bb8461bfc33e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 030e71c6f0b07607dd4fb1ccad64ff8ca5b1dd10e3b3c22e0788a7d1919da9cc
MD5 b1ea6b5c0f0451e407d42edafd604427
BLAKE2b-256 c5c67cb959ea454c58169ecc6d165c8e3e915769d963df1bab61f5c5bc0052e6

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 37b705b626de9e3f92ad9ed9b5ebd9b4351d5b8f039cb0b8a798c1f6fad695bf
MD5 ee87ab4bafd6e30c19e95110dcf997ad
BLAKE2b-256 437a7e4bc6e4d91ff6f34a1fb547a8716b99bd879aa5b878995dd3802f606373

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e7ed50c583a18dbb34d52de0aa1910f41c7fd3f3616d7122ef5d011a9882e643
MD5 e99e00c7a4f4462387d4e6c8a2b964c3
BLAKE2b-256 8aeb362bc13736aec954d25ce84f0572682cb41cacdbedb8350f53ab4b30c6b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gurobipy-11.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c77449ca3403f28a32b3eca9ab64796fe664062847aad4a1f82f27809b3d7555
MD5 71a1710d8ae0e42cb2aad5193755225f
BLAKE2b-256 b39cab95037cb847051000eb376dedb1c52777e88a1e6a5a13ac57017f3553a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ab59e6b969a50cf78d596c386d7dca10238284d424c14fba848b58a967326383
MD5 d16388908ce13b175a61a71cd11c6cd6
BLAKE2b-256 1c964c800e7cda4a1688d101a279087646912cf432b0f61ff5c816f0bc8503e0

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7f1252414b7e9e4ec9046b640e2faa4e5fe3b34867586646ca1b7802a0fd83ad
MD5 55ee3f8351f5fd71c579b4ab39f90713
BLAKE2b-256 ac291660ce1e2874bb5f49bb5713dde644f0489089338da385bdce344b59bae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a4cc2ae135efaf49ab2b1669a5e5b631013f2aba655961469a32912cac1b1c22
MD5 c48f83b927582f9be62effb0e85397a1
BLAKE2b-256 88a0ee5985d7c2660057fac280721c7dae9a9e0736c6b3877a8c52510b4efc21

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gurobipy-11.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b52100120e6d7e374fb8f348c51898c5aa196d43c98060e572fd75434b77eb53
MD5 e9289d1b8e3b96655d4649b42132b667
BLAKE2b-256 e48fbccbf5b7e45326c2a21d07feb43b066e9270c76eaeebe76eb434e686e7fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e8c8507b476bc734c8d0ff19fff9c9a6f4c4a18f69afd6a78ff1b9eff3b65f34
MD5 c00c621531628bb37f263b2f14c2f2dd
BLAKE2b-256 330955537a2aff95d71d603edf3595516d34424c3ee5c83b922e302d74a443d6

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a151073af99346778e6785e47900864d94a30290780b1a737d89ee4dc958858b
MD5 61ca6caa52b4659021d0dc760ad1dc6f
BLAKE2b-256 55ad9ae809a9d0f12206518a093e80c15f072c92cc4b5598adc05cd9b34a00bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 baa8598e4f9947e08a5189f218307a4484188be9d8caf1b9968b793b4a3b85bd
MD5 8bd6869afa00fb00acafcc3330ff26a2
BLAKE2b-256 ce436d30c211b2f3034eff71207f4129bb1c4a2bf73c008f97abc45f5d9ff68f

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gurobipy-11.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for gurobipy-11.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f3900f289cdb2ee25131fdfc8ba7c0888321e2b2c8ee7ba6582a459de6b9ca61
MD5 ca61717dfa273f037f5983ac91f51257
BLAKE2b-256 7535d6a0ab0ad1d0284ecb141413cbc38969fa73543b0df4d2fecbeda8cd3616

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b5c02fa7924b9a634dd438705b110b252a4dd3e25eb0f54056faa18e2e165a05
MD5 a56a4ccaced6a6e505cf42446be80f42
BLAKE2b-256 b78fcab38a33d8b74ccd5b0fdfe0d4cebfaf961c40096b9bae201d92c388c814

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 842228fa5053e21ef2e0d6b7199f66492496756b364fd717d2def7f52d34ba0e
MD5 353da5c2fa800837f8f9d02cd3e27018
BLAKE2b-256 b3b107d2f53c13e86236384ecd993b6238146caeaaac6164c8323466345788aa

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1b3f89e93b739bc891cab02979bca9314259640efbcad6e4b4bff80b4731bbb8
MD5 c67d02d1b1a43ebfee8ad5b056e13778
BLAKE2b-256 48825d5b11d486d02c98cd0ea3816cb1c151ce81a1c51b2fcb8b51fbf74ed3e4

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gurobipy-11.0.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.11

File hashes

Hashes for gurobipy-11.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1b1df6a5862143c23b728eb19ffabce17cb2f175473f41e78bc3388e4acb713e
MD5 6bb347549fb2a51efdb7036f010d5e2b
BLAKE2b-256 ca7abf6b4706068a00b49c790f63f2688974f7c1f6719272b01a0c1728b0a582

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f16c7545f19e6fd2424bb368eca388423a33dd25a82b4c796420663f17d7248f
MD5 d828cebf30e47a10e882948553823869
BLAKE2b-256 8d28b6f72e4f88cf56999abb523b2823ada3d6653f61cc3bb23d2902abcac8af

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2c2b6550836c784be90ef4cb4cf6c542898981821b529fe85610559c6791cbb6
MD5 4cfd052a1b0e587a2baa4297ee79bc39
BLAKE2b-256 96ccfb50961091d729f4007271168caf5db868c1c643f2061c7dee8f3488fbd2

See more details on using hashes here.

File details

Details for the file gurobipy-11.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gurobipy-11.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 593b77e025e335c6696217cee45da8d8437c3684c52085d520363c4dd88e723c
MD5 59b5db098675837f36fb9a8662599aff
BLAKE2b-256 48917145825042e573eac461107e5c5aa6b9b0b7effc3c3133207f1c8a87a59d

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