Tushar Rathi

Gurobi-versary
Conversationalist
First Question
  • Total activity 18
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 4

Posts

Recent activity by Tushar Rathi Recent activity Votes
  • Suboptimal solution using Barrier

    Answered

    I see that the barrier method reports suboptimal solutions for some of the linear programming problems I am trying to solve. Following is the log for one of them: Set parameter Method to value 2Set...

  • Specifying threads to be utilized on a remote machine

    Answered

    I am trying to run an optimization problem on a HPC cluster. The machine I requested has 24 cores and 1 thread per core. I don't intend to utilize all 24 cores, so I requested the machine using Slu...

  • Question about solution pool

    Answered

    Hi, I am trying to use solution pool to obtain `n` best solutions by setting the PoolSearchMode = 2. I have some binary and some continuous variables in my model. Assuming, there exist at least `n`...

  • Slow MIP performance

    Answered

    I am trying to solve a MIP but the solution and the bound seem to improve very slowly and eventually took far more time to converge than I would have expected it to. I understand MIPs are difficult...