Tarun Suresh

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

Posts

Recent activity by Tarun Suresh Recent activity Votes
  • gurobi python parallelization

    Answered

    i am running gurobi optimize in parallel with concurrent futures threadpoolexecutor with another function. if the other function finishes before the gurobi model optimization, how do i cancel the o...

  • How to extract fractional solution from GUROBI ILP?

    Answered

    Hi,  I would like to get the solution and fractional values at each row in the following column. I am working with the Python API. Could you please let me know how this could be done? Additionally,...