Juan Calle
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
Activity overview
Latest activity by Juan Calle-
Juan Calle commented,
Hi Maliheh, Thanks for your reply. I noticed that I was using Gurobi 9.1.1 I am going to update to the latest version. Best, Juan
-
Juan Calle created a post,
Can I build a model using at the same time a matrix approach and a dictionary approach?
AnsweredHi Gurobi Community, I would like to know if it is possible to mix in the same model variables which have been defined with m.addMVar and variables which has been defined with m.addVars? Both types...
-
Juan Calle created a post,
Dynamically updating the parameters file
AnsweredHi Gurobi Community, I want to check the impact of different parameter settings in the run time of a model in several instances. Therefore, I need to be able to read the .prm dynamically (these set...
-
Juan Calle commented,
Thanks so much, Jaromil
-
Juan Calle created a post,
model fingerprint is different in the log and when queried
AnsweredHi Gurobi community, I am finding that the fingerprint attribute of the model is different when Gurobi prints the log file and when the fingerprint is queried directly in the model object. This is ...
-
Juan Calle created a post,
Stop callbacks
AnsweredHI Gurobi community, I would like to know if there is an option to stop callbacks when a stop criteria is met. I am using Callbacks to calculate the time to find the first feasible solution, so it ...
-
Juan Calle created a post,
Defining a model as a class vs as a function in python
Hi Gurobi community, I am implementing a decomposition approach to solve a MIP in python. I would like to know if there will any benefit in using an object-oriented paradigm for the implementation...
-
Juan Calle commented,
Thanks, Jaromil! I had installed Gurobi from conda. I reinstalled gurobi as you mentioned and I have access to the examples directly from my pc.
-
Juan Calle created a post,
Examples in Gurobi installation directory
AnsweredHi Gurobi community, I have been unable to see the Gurobi examples on my computer. When I type in jupyter: import gurobipy as gp print(gp.__file__) I obtain C:\Users\calle\Anaconda3\lib\site-packa...