Mohammed Osman

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

アクティビティの概要

Mohammed Osmanさんの最近のアクティビティ
  • Mohammed Osmanさんが投稿を作成しました:

    Gurobi Results display and export

    回答済み

    Hello! I have a Gurobi optimization model, which has around 130 binary decision variables, and more than 4000 continuous decision variables. After optimizing the model: How do I retrieve and export...

  • Mohammed Osmanさんがコメントを作成しました:

    Hello Maliheh,  Thank you for answering my queries. I'll try these and see how it goes. Best regards,Mohammed.

  • Mohammed Osmanさんがコメントを作成しました:

    Hello Maliheh,  You understood it correctly. That's what I'm trying to achieve. m.addConstr(quicksum(i.variable for i in oysters_list if i.face == 'North') == 1, 'oyster_north_const') As you said, ...

  • Mohammed Osmanさんがコメントを作成しました:

    Hello Maliheh,  Thank you for the response.  I understand that constraint is applied to exactly one binary variable. But my concern is that I want to apply it to one of each type i.e., I have 2 Nor...

  • Mohammed Osmanさんが投稿を作成しました:

    Constraint modeling

    回答済み

    Hello!  I have 4 variables in a list of objects i.e.,oysters_list. My aim is to select just 1 binary variable of each year and face from the Main Objects created in the list and apply the constrain...

  • Mohammed Osmanさんが投稿を作成しました:

    gurobipy.GurobiError: Invalid argument to LinExpr multiplication

    ユーザーの入力を待っています。

    Hello! I'm trying to apply a quicksum function to the following expression. But I'm receiving the following error: gurobipy.GurobiError: Invalid argument to LinExpr multiplication sample_list: {lis...