Hussein Sharadga

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

投稿

Hussein Sharadgaによる最近のアクティビティ 最近のアクティビティ 投票
  • Root relaxation solution

    回答済み

    Hi Gurobi Community, I am solving a large MILP. Can the root relaxation result in a slightly different objective (1.2% difference) when formulating the problem in a different way? What I mean by fo...

  • How to terminate gurobi solver?

    回答済み

    Hello everyone, I'm currently working on solving a mixed-integer linear problem using Gurobi. The decision variables in this problem include both continuous and binary variables, with the binary va...

  • Presolve is successful in removing all binary variables

    回答済み

    Hi Gurobi Community! I have a problem with about 83832 binary variables. What does it mean when gurobi uses the Presolve, and now the Presolve removes all binary variables? Does that mean the probl...

  • lower bounds of variables given by iterating over dictionary instead of matrix

    回答済み

    I have a large problem with binary variables. The binary variables sometime should be one. This is given by the lower bound on this binary variable. The normal condition: lower bound=0, upper bound...