Jose Vindel

  • Gurobi-versary
  • Thought Leader
  • Investigator
  • Total activity 100
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 15
  • Subscriptions 22

Posts

Recent activity by Jose Vindel Recent activity Votes
  • how to write user cuts to an lp file

    Answered

    Hello, I would like to save my user cuts and lazy cuts into an lp file. my cuts are inserted via callbacks. I tried just to save the complete model using: model.write(filename.lp) However, the lp ...

  • Traceback error in gurobi.Model.optimize

    Answered

    Hello, I have defined a function to solve an algorithm. This function has worked before with other instances, now I am testing the algorithm with another instance but I get the following traceback ...

  • Different methods to solve a model

    Answered

    Hello, I am trying to write a piece of script with different methods to solve a problem. This problem has a set of constraints and variables that don't change but the methods do. Each method adds c...

  • Writing LP to an specific location

    Answered

    Hello,  I am trying to save a .lp file of the model I am working on. However, I would like to save it in a different directory. My plan is to have a folder where the scripts are and another folder ...