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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64

gurobipy-13.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

gurobipy-13.0.1-cp314-cp314t-macosx_10_15_universal2.whl (16.1 MB view details)

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

gurobipy-13.0.1-cp314-cp314-win_amd64.whl (11.4 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.26+ ARM64

gurobipy-13.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.26+ ARM64

gurobipy-13.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gurobipy-13.0.1-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.1-cp312-cp312-win_amd64.whl (11.2 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.26+ ARM64

gurobipy-13.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64

gurobipy-13.0.1-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.1-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.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: gurobipy-13.0.1-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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 70348777693ed8b7348fe43db4444151d49ab7dec7d46b959fb98c2c1e557028
MD5 15409f6460a3cc1a740957ff5b24b532
BLAKE2b-256 9d6bb5a10633dc2bf62c8e15c0f114e064b68a7cc0b147f800d630d02830b09d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp314-cp314t-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 81405565946d7e212890884c7569e0af4183178d67dfcadaec861b16172012eb
MD5 98c6758e37ee15e3d997479c2d95ac6d
BLAKE2b-256 d967c8e65fef49bbbfd0f526d90713b49e61c7df8f4e302df4868efe5544e98d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f7e556a4e7dd077a53fa6a683805e409ce66bae33b9b2af2122e81432d32b02a
MD5 55b9acdb0fca92b3e9d60800ba3f5702
BLAKE2b-256 9f6b56939031627076c2df54685e652a5a7a41b56112c0aa67fb2bcc8f8d5190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e9de59083600c7a4b52e3ea48d126ece9c491326138e16e8523c9d81e8519656
MD5 6273491950d59abaf1e91abb5dc756fe
BLAKE2b-256 eb73dfed3c9c9727f825457f15bc2fc606204a96df81c7a6182b23b298de2ae5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 11.4 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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d7374de3d602364480de330847c0c642ccf05d13edde431fda7061b092add1e4
MD5 6c828f3be23e47f95269de560d56850a
BLAKE2b-256 55cc96058a65f18ba427ed5d148065b1e3c44fdffaf4125e81f1b5d2cd1fd192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp314-cp314-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 a8700e549c2667aa235034a6149af16a2138ba7c1f9ecd15b55754704ab6ceaf
MD5 7f7eef9f5646daa45192bd9215078f01
BLAKE2b-256 2653515e60ee42248d22242c4d0774ae504e775cef26fea9ffd8a174459bb2e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5944820a3278b964f0c48b1ab083a2cc4999f47b99068595574177c0f8973826
MD5 fdf13bb4f4d40a4600ba22d1f317503a
BLAKE2b-256 1e5df8bc51c76f80f133cb57be3c6fa8f664cb2308a498a0f0d0b6081c554c56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 402cad299b4f4b37460ca8342e315b252ff2e7086a6bc99ca2d35f79c6173d5c
MD5 83f0689225a97418105614931be49956
BLAKE2b-256 184d3ce4f83b5631bbda7f59321453341e8b7ecf927dffb569084178248a8c0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 532794c3204163315225f7b84776df4aa1b9b68e612596221d928066bf36b1a7
MD5 ac528bacc76d1785147f6c6cf5094ffd
BLAKE2b-256 de98ae44df62a7bc1f4b78770713f00014557e520a268544640e90fa63cc50f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp313-cp313-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 42f1dfb2c6e72b0a0199caaa05b38fdb02dc949ef1a25eb4e789fc5ea52d938e
MD5 da1bf51108e54d4ceeb7da2a97093168
BLAKE2b-256 2e8dcbf532a8c373ee47d46f300a18498a478de69929cb93e1e3dd40ceb45e15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c159bac8c7eb2f4acc81579ba3f5860326fb2ca3a9d77f60f14d0686009b4687
MD5 7ae18ce4834b68e25376470d313cede3
BLAKE2b-256 10b2b829bf5ad5f0f241bbdcbeca2fccc0655452ed7c7e55787f446d6e773142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 8fc13ccec3ebd66e2aee9d62e22854bb33d27336d12ae6465a9d02fe8371d0b7
MD5 5bc2593b0f45cd80d0a086f53bfed115
BLAKE2b-256 b33275c9df1755b20422155674b8d189ca62cf6d069b7c9de1f8e5348e3bdd29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 11.2 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a77a8fa0937b274382dd3b436ab1aada3730d4270fb819b22614725dac927d9c
MD5 e2c07610e64fb8e8789ebe738c092892
BLAKE2b-256 8dc7c106367b5209ab5500df8feed64d596276d7e78fe7ab3b918ac938ce580b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp312-cp312-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 c0a4232009a133e4a69375f3ce547c66dc31269afc86f6d5d794137d2331b84f
MD5 0fea16f37f081a61a02d0ffa6f04c7e1
BLAKE2b-256 87052fc774d1df58f5e9f798d90e39ca15cf6f0f94635669e6a83c97901e0d1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c8848329014960a640c57136bf2adc6a75dc73716f50729ca6c86d68b9f0b6b2
MD5 c47efc8ef1445329c2d7eb97ee3f88e0
BLAKE2b-256 859b9363877895a78258f24a883b137fae83e5cc5e33ed3768618f8ae2aa8da3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 850f553795a5f11439dd2844e6afcbab380db191d7dbb5bb6f4e6b19e1fde637
MD5 f11cf7cf94ee8d820756ea603c392f87
BLAKE2b-256 c15f7cc9a23fac538e200ec0985cce6abce5f5dcc1187e63e21167b5d5bbefca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 935eff65884627cf94fe66d86a0ce48cd97abb836b8fc1591f22b4b405e5c586
MD5 98541e6a8a92d4d3102687cabf6e9781
BLAKE2b-256 aed515ef920216da623b4b95ce6404e76bf82add8c68c374ee49625cde5d3189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp311-cp311-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 012f7f036f20caf8a2c72c9fce38ca5443b8d2a4257c69c33202757c05c5f6a4
MD5 fc08adeef1ea711caf5652860330bac2
BLAKE2b-256 6c179e76076ed3d5643f2e0a19c025ba4d2b43c64c1618f5e51b2e4f9b4d7427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 c6b301c9604f89e7ec5ede50e4036ee04482fd9f02e6b071447acbaf051e5e6a
MD5 61c07517274b1d5dd4fdaad5f69563d9
BLAKE2b-256 e2b7728eda07a720adb16a8450f9431ba473fda6039e59d3fa3079da917dcf4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 387985004b40a89baf5bf34bc7578493cb90316a1bbdb5ca2a8735a6f8cae5f1
MD5 6a8582b1b971e020a6540532f38d02c1
BLAKE2b-256 720b43f39e5949d174c7f3012c193bed45739e89e9f77e038a2c81036179fa77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gurobipy-13.0.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6ec2ec23d468627170cbfe0630902f27b5bcec51ce2b0b8f0b7a50e584486de8
MD5 5f4f7bfcd8411760e5c9558b13593082
BLAKE2b-256 bc2c462a2f66bdd166524351e677189ac1c8e8476ac41c183663ea15619317fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp310-cp310-manylinux_2_26_aarch64.whl
Algorithm Hash digest
SHA256 43ae0cefb74d786cbcae897b7803c4118c39290466517d4dd42fed273d9a15d5
MD5 343568c4f547ceb215176487c0311aae
BLAKE2b-256 6122e22095f9a41c55e42cc3e60ff80a7d181fc591674630e0ed8b42eaa1372a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7fc1b5ff46530aee391ab0f616620a1399abea0778b25e374b37f7ed222d5dfb
MD5 f518279154dc8a65aa799f96afbb0cf1
BLAKE2b-256 6936d86d64c4104a97e11c804a0c3286907d070d4d3f733c7faa0ade01133b0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gurobipy-13.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7abef0dabc3cafc021946e957b7fe389596dc353279d2d9eebe9b7ba6ba29e4b
MD5 8f7cf91819f7c9b928bc0ca3dcabace8
BLAKE2b-256 87750cd9170d3d2caa9f9e2b2fd13c64f466cd230157fb40545847cf09499374

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