
Riley Clement
-
Gurobi Staff
- Total activity 1638
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 14
- Subscriptions 657
Articles
Recent activity by Riley Clement-
How do I install Gurobi for Python?
You can install Gurobi Optimizer for Python in three different ways: Using pip Using conda Offline installation Please note that you should only install Gurobi into a 64-bit Python installation.Usi...
-
Tutorial: Preparing a Minimal Reproducible Example
What is a Minimal Reproducible Example (MRE)? A MRE is a code example that: is as small as possible contains all data, variables, functions etc needed to reproduce the problem (but nothing more...
-
How do I install Gurobi on a machine without internet access?
Your computer does not need an internet connection to install Gurobi nor to set up a license file. Once you have downloaded the Gurobi installation package from our website to a computer with inte...
-
How can I make accurate comparisons?
There are many things that we may wish to make comparisons between, including: alternate formulations potential parameter settings different machines and hardware competing solvers (including diff...
-
Timeline and process of a new Gurobi release
The "Release Date" Each new version of Gurobi Optimizer and Gurobi Remote Services has an official release date. This date marks the time at which the new version is available through all the plat...
-
What is performance variability?
Imagine that you run your model with default parameters, on a solver, and it finds an optimal solution in 30 seconds. Now imagine that you make a small change to your model, such as reordering the...
-
What is the best seed value to use?
This question arises often when first learning about Gurobi's Seed parameter and how it can affect the solution path. The answer is that there is no best choice, at least not one that can be known...
-
What is a solution path?
Each optimization that a solver performs can be associated with a single solution path. A solution path is characterized by the sequence of steps and decisions the solver makes as it performs the o...
-
Is Gurobi random?
Many optimization algorithms, including those at the heart of mathematical optimization solvers, incorporate randomness. In the Gurobi Optimizer, random numbers are used to make tie-breaking decis...
-
How do I resolve the error "Cannot find authentication file" when compiling with MATLAB?
When compiling applications built in MATLAB with mcc from the Matlab Compile toolbox: mcc -m -R -nojvm filename.m you may receive an error such as "Cannot find authentication file" and the excepti...