
Maliheh Aramon
-
Gurobi Staff
- Total activity 749
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 307
Activity overview
Latest activity by Maliheh Aramon-
Maliheh Aramon commented,
Hi Ramesh, Gurobi can directly solve ILPs, so there is no need to manually convert them to LPs. The underlying solution methodology for solving an ILP is called branch-and-bound which is an LP-base...
-
Maliheh Aramon commented,
Hi Ignacio, The behavior you're observing can occur when the model is prone to numerical issues, as you alluded to. In such cases, the "optimal" solution obtained may not be of perfect quality. The...
-
Maliheh Aramon commented,
Do you solve the model to optimality? The best bound solution at optimality is equal to the optimal solution. I am not sure why you need to look at the node solution at optimality. The best bound d...
-
Maliheh Aramon commented,
Hi Giordano, The error happens because the function \(\texttt{bbsol}\) does not know what the variable \(\texttt{x}\) is. You need to pass the model variables as data to the callback function. See ...
-
Maliheh Aramon commented,
Hi Moses, If the primal problem is a minimization model, the current best objective values and the current best objective bound queried via the MIPSOL callback will always show a non-increasing and...
-
Maliheh Aramon commented,
Hi, Gurobi is a global solver for both convex and non-convex problems. If the model is solved to infeasibility without a warm-start solution, the Gurobi has concluded that there is no feasible sol...
-
Maliheh Aramon commented,
Sorry, I read your question as "install" and did not realize you were looking for "uninstall". Sorry about that. Remove the Gurobi installation directory. If you have installed the Gurobi Optimize...
-
Maliheh Aramon commented,
Hi Philipp, The best option is to use an Academic WLS License as its authenticon does not depend on the software or hardware property of the underlying machine. However, you need to have a reliabl...
-
Maliheh Aramon commented,
See the detailed instructions in the article "How do I install Gurobi Optimizer?".
-
Maliheh Aramon commented,
However, is it possible to convert the values of the decision variables to a `numpy.array`? Yes, you can convert the values to a numpy array but the issue is that you do not have access to values...