Gwyneth Butera
-
Gurobi Staff
- Total activity 930
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 14
- Subscriptions 559
Articles
Recent activity by Gwyneth Butera-
Tutorial: Getting Started with the Gurobi Python API
This section will work through a simple example in order to illustrate the use of Gurobi Python API and Gurobi Python Matrix API. The example builds a simple Mixed Integer Programming model, optimi...
-
How do I start Gurobi Remote Services?
Important note: you only need to start Gurobi Remote Services if you are setting up a Compute Server or a distributed worker (for use in distributed algorithms). If you are not sure whether you nee...
-
Coins Tutorial: The Model File
Previous: Coins Tutorial: The Optimization ModelThe Gurobi Optimizer provides a variety of options for expressing an optimization model. Typically, you would build the model using an interface to a...
-
What is an Academic WLS license?
The WLS (Web License Service) allows you to run Gurobi Optimizer wherever you want, across regular machines or container environments (Docker, Kubernetes...). This portable license can be used seam...
-
How do I set up a Named-User or Single-Machine or Single-Use or Unlimited Use-Unlimited User license?
To obtain a Gurobi license key for your computer, you'll need to run the grbgetkey command on your machine to retrieve your Gurobi license key from the Gurobi User Portal. Note that the machine mus...
-
How do I install Gurobi Optimizer?
Before using Gurobi Optimizer, you'll need to install the software on your computer.In case you have the Gurobi Optimizer already installed on your machine and you would like to upgrade, please ski...
-
How do I automatically start the token server on Linux?
Unlike Gurobi's Compute Server, Gurobi's Token Server cannot be installed as a service. This means you manually have to tell your operating system to launch the token server. There are a few differ...
-
Why doesn't Gurobi support strict inequality constraints like x < a?
Gurobi does not support strict inequality constraints like \( x < a \). Attempting to add a strict inequality constraint to a model through the Gurobi Python API will result in a NotImplementedErro...
-
How do I use the REST API to start a cloud pool early?
Since a "cold" pool can take almost a minute to start, it may be preferable to launch (or spin up) the Gurobi Instant Cloud pool early from an application. The pool can then start up while some oth...
-
How do I retrieve the (dual) Pi values for a MIP problem?
As mentioned in the documentation for Pi, this attribute is only available for convex continuous models. Shadow prices are not well-defined in mixed-integer programs, so we do not provide dual valu...