Wes Gurnee
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Wes Gurnee-
Wes Gurnee commented,
I had the same issue with Gurobi hanging on model creation when running on a SLURM cluster. The recommendation to do gp_env = gp.Env() model = gp.Model(env=gp_env) (while also doing dispose()) fix...