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-
How do I build C/C++ projects on Windows?
There are different ways to compile and link C/C++ Gurobi projects on Windows. This list should help you decide which approach works best for you. We recommend using the native Windows libraries ei...
-
How do I use a model file from lp_solve with Gurobi?
Model files produced by lp_solve may be written in a format that Gurobi does not expect. LP files (.lp) created by lp_solve: These files have many differences to the LP format supported by Gurobi ...
-
How do I obtain a free academic license for a cluster or a shared computer lab?
Using Academic Named-User licenses for use in a computer lab, on a campus network, or with a HPC cluster is not recommended as a separate license is required for each user on each computer, and eac...
-
Tutorial: Getting Started with the Gurobi C++ API
This section will work through a simple example in order to illustrate the use of the Gurobi C++ API. The example builds a simple Mixed Integer Programming model, optimizes it, and outputs the opti...
-
How do I resolve an "Error 10009: Unable to open Gurobi license file"?
The errorsUnable to open Gurobi license file 'C:\gurobi\gurobi.lic' Unable to open Gurobi license file '/Library/gurobi1302/gurobi.licare most likely caused by Gurobi environment variables that are...
-
How do I resolve an "Error 10024: Web license service only available for container environments"?
There are two main reasons for this error:You are using a WLS license with a Gurobi version earlier than 10.0.0 natively on your Windows/MacOS/Linux machine. In this case, please update to Gurobi v...
-
How do I use conda to install Gurobi in Anaconda?
Anaconda is a Python distribution platform that comes with a convenient package manager (“conda”), and a diverse set of curated software packages. Gurobi offers an installation package for this pla...
-
How do I use Gurobi on multiple computers for my academic research?
Many academic users would like to use Gurobi on multiple computers, such as a university machine, a home computer, a cloud machine, and a laptop.Gurobi offers a number of options for these situati...
-
How do I use Docker with a token server license?
Using Gurobi Optimizer with Docker and a token server requires two separate components.First, you must designate a computer that will run the Gurobi token server (grb_ts). The Gurobi token server, ...
-
How do I resolve the error "Could not find a version that satisfies the requirement" when installing Gurobi?
The errors "Could not find a version that satisfies the requirement"and"No matching distribution found for gurobipy==13.0.2" typically occur when using pip to install Gurobi, and pip cannot find a ...