Jaromił Najman
-
Gurobi Staff
- Total activity 4142
- Last activity
- Member since
- Following 0 users
- Followed by 7 users
- Votes 10
- Subscriptions 1430
Articles
Recent activity by Jaromił Najman-
Error 10024: Web license service only available for container environments
There are two main reasons for this error:You are using a WLS license with a Gurobi version earlier than 10.0.0 natively on your Windows/MacOS/Linux machine. In this case, please update to Gurobi v...
-
Error: Job queueing feature is disabled
Gurobi Instant Cloud allows you to offload optimization computations from one or more client programs onto a cluster of compute nodes. You can set a limit on the number of simultaneous jobs each co...
-
How do I model multilinear terms in Gurobi?
Gurobi 12.0 onwardIn Gurobi 12.0, one can add a nonlinear constraint to set one variable equal to a nonlinear expression. This nonlinear expression can contain a variety of nonlinear operations, in...
-
What are the differences between Constraint Programming and MIP?
Constraint Programming (CP) is a field of mathematical programming which focuses on finding feasible solutions subject to some given constraints. Theoretically, it is as hard as mixed integer progr...
-
How do I pointwise multiply an array and an MVar with the matrix-friendly Python API?
It is possible to pointwise multiply an array and an MVar object:$$\begin{align} \begin{bmatrix} a_1 \\ a_2 \\ a_3 \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}= \begin{bmatrix} ...
-
How do I divide by a variable in Gurobi?
Gurobi 12.0 onwardStarting with Gurobi 12.0, one can add a nonlinear constraint to set one variable equal to a nonlinear expression. This nonlinear expression can contain a variety of nonlinear ope...
-
How do I pass an objective bound to Gurobi?
Currently, there is no direct way to set a lower bound for a minimization objective (or an upper bound in the case of maximization) in Gurobi.While providing an objective bound may seem like a good...
-
How do I model general conditional statements in Gurobi?
An indicator constraint \(y = f \rightarrow a^T x \leq b \), where \(x, y\) are variables, \(f\) is a given binary value, and \(a, b\) are constraint coefficients, states that if the binary indicat...
-
How do I create a cluster of distributed workers as an academic?
PrerequisitesIn order to set up a cluster of distributed workers as an academic user, you must have access to a license for which distributed optimization is enabled (in the User Portal for your pa...
-
How do I resolve an "ERROR 10030: Job was rejected because the Compute Server feature is disabled"?
The errorJob was rejected because the Compute Server feature is disabledon a client machine is often coupled with the informationinfo : Compute Server Service not enabled - Distributed Worker servi...