
Marloes Remijnse
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Marloes Remijnseさんの最近のアクティビティ-
Marloes Remijnseさんがコメントを作成しました:
Dear Marika,Thank you for the suggestion to check if the parameter is correctly activated. Thanks to that I noticed that I set the parameters within an if-statement that did not hold. Adapting this...
-
Marloes Remijnseさんがコメントを作成しました:
Dear Marika,Yes, I only adapt the objective function and then get a different number of solutions.I did not set either of the parameters for PoolGap or PoolGapAbs. Would you propose to do so?This i...
-
Marloes Remijnseさんが投稿を作成しました:
Finding multiple feasible solutions using JuMP in julia
ユーザーの入力を待っています。I want to find multiple feasible solutions for a MILP model using Gurobi with JuMP in Julia. According to the documentation, this should be possible. However, I get some odd output when using diffe...
-
Marloes Remijnseさんがコメントを作成しました:
Thank you very much! That helped me a lot.
-
Marloes Remijnseさんがコメントを作成しました:
Hi Jaromił,I use this code to check the optimality: print(f"GRB.OPTIMAL {grb.GRB.OPTIMAL}") I check the status by printing the output into a file: sys.stdout = open('filename.txt') and then solvin...
-
Marloes Remijnseさんが投稿を作成しました:
Check if model is unbounded and raise error
回答済みI am running a model for several instances, and I am saving these instances' objectives and solving time. When I check the output of the cases, some of the models are unbounded but still, an object...