Maliheh Aramon
-
Gurobi Staff
- Total activity 743
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 306
Articles
Recent activity by Maliheh Aramon-
What does "Model contains large matrix coefficient range/objective coefficients/rhs/bounds" mean?
Computers use finite double-precision (IEEE 754 standard) to represent real numbers, providing about 16 decimal digits of accuracy. Because real numbers are stored using a limited number of bits, m...
-
What does "Model contains large matrix coefficient range/objective coefficients/rhs/bounds" mean?
Computers use finite double-precision (IEEE 754 standard) to represent real numbers, providing about 16 decimal digits of accuracy. Because real numbers are stored using a limited number of bits, m...
-
How do I avoid race conditions when using Gurobi in parallel programs?
Gurobi’s environment creation and deletion are not thread-safe. In a multithreaded application, race conditions can occur if multiple threads create or free environments at the same time. The recom...
-
What hardware should I select when running Gurobi?
IntroductionOptimization is a computationally intensive task, and therefore the hardware that is used to perform the optimization has an impact on the performance of the optimization. However, find...
-
How do I backup/restore a MongoDB database?
Gurobi Cluster Manager supports MongoDB (version 4.0 or later) as the underlying database to store information such as user accounts, API keys, job history, and input models and their corresponding...
-
How do I use Gurobi inside a serverless function?
What does serverless mean?The core idea of serverless computing consists of three items: The execution of some code is triggered based on a given event. The specified code is executed without havin...
-
How do I use the token server with modeling frameworks?
The problemThird-party modeling frameworks such as Pyomo and PuLP are common ways of using Gurobi in Python. These frameworks do not expose the underlying Gurobi model or environment objects to the...