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 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 ...
-
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 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 approximat...
-
How do I install Gurobi for Python?
You can install Gurobi Optimizer for Python in three different ways: Using pip Using conda Offline installation The installation, when using any of these methods, will be separate from any existing...
-
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) ...