Jose Vindel

  • Gurobi-versary
  • Thought Leader
  • Investigator
  • 合計アクティビティ 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...