Jose Vindel
- 合計アクティビティ 100
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 15
- サブスクリプション 22
投稿
Jose Vindelによる最近のアクティビティ-
how to write user cuts to an lp file
回答済み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
回答済み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
回答済み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
回答済み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 ...