Riley Clement
-
Gurobi Staff
- Total activity 1965
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 14
- Subscriptions 796
Articles
Recent activity by Riley Clement-
How do I anonymize model files?
As described in How do I upload or send files to Gurobi?, it is possible to anonymize an MPS file by using the REW format, in which default names are given to variables and constraints. The REW for...
-
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 inter...
-
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 diffe...
-
How do I install Gurobi for Java?
The Java package for Gurobi can be obtained through our website as part of the Gurobi Optimizer. This jar file, which can be found in the "lib" directory, i.e. <installdir>/lib, facilitates the Ja...
-
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 op...
-
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 platf...
-
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.myou may receive an error such as "Cannot find authentication file" and the exception...