Jose Vindel
- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 15
- Subscriptions 22
Posts
Recent activity by Jose Vindel-
how to write user cuts to an lp file
AnsweredHello, 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
AnsweredHello, 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
AnsweredHello, 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
AnsweredHello, 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 ...