Akram Kh

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

アクティビティの概要

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

    Problem with number of solutions

    回答済み

    I am using gurobi 10.0.0 as well as gurobi 9.1.1 to solve a MILP model which I know it has thousands of solutions. However, whenever the model is optimized, version 10.0.0 reports only 5 solutions ...

  • Akram Khさんが投稿を作成しました:

    number of threads in solution pool method

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

    I am using the pool solution to find all feasible solutions of my milp model (setting the PoolSolutions parameter to its max). I also set the thread number to the number of threads on my laptop. Al...

  • Akram Khさんがコメントを作成しました:

    Dear Matthias, Thanks for your reply. Actually I have a big model which takes some days to be solved. I also have worked with gurobi to solve such big models without using solution pool  and monito...

  • Akram Khさんが投稿を作成しました:

    number of threads in solution pool method

    回答済み

    Dear Gurobi Community members, I am using the pool solution to find all feasible solutions of my milp model (setting the PoolSolutions parameter to its max). I also set the thread number to the num...

  • Akram Khさんがコメントを作成しました:

    Dear Tobias, Thanks for your reply. That was a great guide for me! Best regards, Akram

  • Akram Khさんがコメントを作成しました:

    Hi Elisabeth, I heve set the parameters as follows: PoolSolutions=2000000000 (max possible value) PoolSearchMode=2 and here is some part of the gurobi log (if it helps): Root relaxation: objective ...

  • Akram Khさんがコメントを作成しました:

    Dear Elisabeth, Thanks for your reply. I have read those parts and set the corresponding parameters. It seems that is working correct. However, I cannot find that how much has it proceeded (by the ...

  • Akram Khさんが投稿を作成しました:

    how much does solution pool completion proceeds

    回答済み

    Dear Gurobi Community members, I am using the pool solution to find all feasible solutions of my milp model (setting the PoolSolutions parameter to its max). But, when Gurobi starts to complete the...

  • Akram Khさんがコメントを作成しました:

    Dear Tobias, Thanks for your reply. That was a great help for me. Regards, Akram

  • Akram Khさんが投稿を作成しました:

    Finding all feasible solutions

    回答済み

    I need to find all feasible solutions of my milp model no matter if they are optimal or not. I have used the poolsolutions for this with the parameter "PoolSolutions =  2000000000" (max possible va...