duohedounai / duohedounai.github.io

0 stars 0 forks source link

Use Gurobi in Python to Solve Integer Programming Problems | Will Yuan's Blog #14

Open duohedounai opened 2 months ago

duohedounai commented 2 months ago

https://duohedounai.github.io/2024/04/11/Use-Gurobi-in-Python-to-solve-integer-programming-problems/

Install the Gurobi library This package only allows solving problems on a limited scale. 1pip install gurobipy Then, import it as follows: 1import gurobipy as grb