
Rui Miguel
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Rui Miguelさんの最近のアクティビティ-
Rui Miguelさんがコメントを作成しました:
Greetings once more, Thank you for the responses, for setting up the support thread, and for providing the workarounds! I deduce it is no longer necessary to test in Gurobi v12.0.0? It doesn't seem...
-
Rui Miguelさんがコメントを作成しました:
Hello again! I found a parameter that worked! m.Params.Presolve = 0 fixed it. Both solutions are now correctly printed: Solution count 2: 0 0 No other solutions better than 0Optimal solution found ...
-
Rui Miguelさんがコメントを作成しました:
Hi! Many thanks for the prompt responses. I am indeed using SolutionPools. # Parameters m.Params.PoolSearchMode = 2 # Value of 2 means find the n best solutions m.Params.PoolSolutions = 10 #...
-
Rui Miguelさんが投稿を作成しました:
Gurobi missing optimal solutions?
回答済みGreetings, I am using Gurobi to attempt to map a set of N functions to a set of D devices. For starters, I'm mapping only 2 functions to 3 devices. The problem was modeled by generating |N| batches...