Juan Calle

  • Gurobi-versary
  • Curious
  • First Comment
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 6

Posts

Recent activity by Juan Calle Recent activity Votes
  • Can I build a model using at the same time a matrix approach and a dictionary approach?

    Answered

    Hi 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...

  • Dynamically updating the parameters file

    Answered

    Hi 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...

  • model fingerprint is different in the log and when queried

    Answered

    Hi 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 ...

  • Stop callbacks

    Answered

    HI 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 ...

  • 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...

  • Examples in Gurobi installation directory

    Answered

    Hi 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...