
Luke Kenworthy
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Luke Kenworthy-
Luke Kenworthy commented,
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 commented,
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 commented,
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 created a post,
Nondeterministic behavior when solving same model fingerprint
AnsweredI 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...