
Richard Oberdieck
- Total activity 128
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 77
Activity overview
Latest activity by Richard Oberdieck-
Richard Oberdieck created an article,
How do I print a constraint definition in Python?
It is sometimes useful to print out the formulation of a constraint to verify that the constraint was defined correctly. In Python, this can be done as follows: Use Model.getRow() to obtain the li...
-
Richard Oberdieck created an article,
What hardware should I select when running Gurobi?
Introduction Optimization 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, fin...
-
Richard Oberdieck created an article,
What is the difference between the JOBLIMIT and HARDJOBLIMIT?
Overview The Compute Server has a JOBLIMIT parameter, which defines how many jobs can run in parallel on this machine. A job that is submitted when the JOBLIMIT is already reached will be queued un...
-
Richard Oberdieck created an article,
Why does Gurobi report that my convex model is non-convex?
Introduction Gurobi allows you to formulate non-linear optimization models. If these models adhere to certain properties, they are called convex. This is an important property to know about when so...
-
Richard Oberdieck created an article,
Will all existing non-system-administrator accounts be disabled when connecting my Cluster Manager to LDAP?
Introduction With Gurobi 9.5, we have enabled the Cluster Manager to integrate with the access management protocol LDAP. However, enabling LDAP may influence already existing accounts in your Clust...
-
Richard Oberdieck created an article,
How can I use Web Licensing Service (WLS) with Azure App Service?
Introduction Azure App Service is a product offered by Microsoft Azure that offers the deployment of web applications in a Docker container on an Azure Virtual Machine. In its current configuration...
-
Richard Oberdieck created an article,
How do I automatically start the token server on Linux?
Unlike the Compute Server, Gurobi's Token Server cannot be installed as a service. This means you manually have to tell your operating system to launch the token server. There are a few different w...
-
Richard Oberdieck created an article,
How do I split my Instant Cloud usage by user or department?
Introduction Gurobi Instant Cloud allows the user to define machine pools which are dynamically provisioned to solve the optimization problems submitted by a client. When there is more than one ent...
-
Richard Oberdieck created an article,
How do I use the token server with modeling frameworks?
The problem Third-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 th...
-
Richard Oberdieck commented,
Hi Mike, I get that. I would say though that if you are having this problem, then others might as well. This is why I think making a pull request would be great since that way it will be part of th...