
Luke Kenworthy
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Luke Kenworthyさんの最近のアクティビティ-
Luke Kenworthyさんがコメントを作成しました:
I'm using Gurobi Optimizer version 9.1.2 build v9.1.2rc0 (mac64). Okay so I modified the code to write to a log file by changing the start of the code to: import gurobipy as gpimport sysfor j i...
-
Luke Kenworthyさんがコメントを作成しました:
I'm also running the following code to compare the outputs and find which ones are different from the first. I put the following code into a file titled "compare_outputs.py": import difflibwith ope...
-
Luke Kenworthyさんがコメントを作成しました:
Gotcha. I am running this on a single 2019 MacBook Pro with an Intel i7 processor. I'm using Gurobi Optimizer version 9.1.2 build v9.1.2rc0 (mac64) and Python 3.8.9. As for the "w" vs "a" issue, ...
-
Luke Kenworthyさんが投稿を作成しました:
Nondeterministic behavior when solving same model fingerprint
回答済みI have a problem where I load the same model from the same .mps file and solve it multiple times, but get different answers between solves. I use the following code: import gurobipy as gpimport sy...