
Riley Clement
- Total activity 1612
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 14
- Subscriptions 645
Articles
Recent activity by Riley Clement-
How do I use the "No Relaxation" (NoRel) heuristic?
The No Relaxation heuristic (NoRel) is a proprietary heuristic developed by Gurobi. It is primarily intended for use with integer programming models where the root LP is challenging to solve. Such ...
-
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...
-
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...
-
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...
-
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...
-
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...
-
What is a pseudorandom number generator?
Gurobi relies on a pseudorandom number generator (PNRG) to allow for behavior which is both random and deterministic. A PRNG is an algorithm designed to produce a sequence of numbers that approxima...
-
What are dual reductions?
Reductions are the names given to the different techniques used to transform a model during presolve (see How does presolve work?). Reductions which are solely based on reasoning applied to the fe...
-
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...
-
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...