Fabio Mercurio

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1

Activity overview

Latest activity by Fabio Mercurio
  • Fabio Mercurio commented,

    I share a minimum reproducible example: import numpy as npimport joblibfrom joblib import Parallel, delayedfrom contextlib import contextmanagerfrom tqdm import tqdmimport gurobipy as grbdef cpu_i...

  • Fabio Mercurio commented,

    Hi Matthias,  Unfortunately, it seems the problem is still persisting. In the Web Licence Manager, after having 32 allowed sessions, I get 64 active sessions (over baseline). I still think this is ...

  • Fabio Mercurio created a post,

    Joblib and WLS License

    Answered

    Hi, In an experiment, I create thousands of instances of a problem. For each instance, I need to solve multiple optimization models with Gurobi. I want to parallelize this. Therefore, parallelizati...