ibtissam labriji

  • Gurobi-versary
  • Curious
  • Conversationalist
  • 合計アクティビティ 25
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 3
  • サブスクリプション 8

投稿

ibtissam labrijiによる最近のアクティビティ 最近のアクティビティ 投票
  • If constraints

    Hello,  I am working on a MILP where i want to add the following constraint:  I have two variables o[i] that is binary and f[i] that is continuous. I added the following constraint : m.addGenConstr...

  • a Variable which is the upper bound of a sum

    回答済み

    Hello,  I would like to know if it is possible to model the following expression in gurobi and if gurobi is able to solve it:  M is an integer variable that takes value 1, 2, 3 or  4. This variable...

  • How to model the indicator function in Gurobi

    回答済み

    Hello,  I would like to model the following constraint : f_r are problem variables declared as follows : for i in range(R):      f[i] = m.addVar( lb=0.0, vtype=GRB.CONTINUOUS, name="CPU frequency"...

  • Reliable Results ?

    回答済み

    Hello, When I run my optimization problem I get results but I wonder to what extent the results I get are reliable, especially that I receive this warning: Warning: Model contains large rhsConsider...

  • Optimization

    回答済み

    Hello, I have a question about an optimization problem and I don't know if it is the right place to ask.  The problem is to optimize more specifically minimize a quantity that is a combination of b...

  • Invalid argument to QuadExpr multiplication Error

    回答済み

    Hello,  The problem I want to optimize is the following: With M an integer variable that takes 4 values, o a binary variable and a f continuous one.  First of all, I expressed M and f to the power...