Jose Vindel
- 合計アクティビティ 100
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 15
- サブスクリプション 22
投稿
Jose Vindelによる最近のアクティビティ-
Variable lb and ub active based on a binary variable
回答済みRecently I was building an FBA model as part of my research. The variable is \(v_j\), it has lower and upper bounds, the LB and UB are dictionaries. In the first approach, I set the lb and ub as: m...
-
Adding Constraints
回答済みHello, I got very confused when trying to add my constraints in the model I am trying to build in python, I am not sure if I have to set one of the terms as a variable or I can just simply call the...
-
TSP SYS
回答済みHello, I am trying to understand the code on the TSP where cuts are added to eliminate subtours, but I still don't quite get the purpose of sys, I don't get len(sys.arg) > 2 does sys.arg returns...
-
Creating binary variables
回答済みHello, I am quite new to Gurobi and currently I am facing some issues regarding a binary variable, probably the answer to this question might be obvious but I've circled with the idea for a bit no...