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

Activity overview

Latest activity by Tushar Rathi
  • Tushar Rathi created a post,

    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...

  • Tushar Rathi commented,

    Perfect, that makes things clearer! Thanks Eli Towle.

  • Tushar Rathi commented,

    Thanks Eli Towle for the clarification! I have some follow-up questions: If I set the Threads parameter to 10, I assume it sets an upper limit on how many threads/cores (if single-threaded) Gurobi...

  • Tushar Rathi commented,

    Jaromił Najman, any help/clarifications on this are appreciated. Thanks :)

  • Tushar Rathi commented,

    However, if I only make 10 cores available and Gurobi's default setting of 0 for Threads parameter imposes a limit of 32 cores (which are obviously not available), then it should automatically util...

  • Tushar Rathi created a post,

    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...

  • Tushar Rathi commented,

    So, if I understand correctly, there could be two solutions in the solution pool for which all the binary variables take the same values, but some of the continuous variables may take slightly diff...

  • Tushar Rathi created a post,

    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`...

  • Tushar Rathi commented,

    Thanks Jaromił. I will check the parameters you mentioned and the talk too.

  • Tushar Rathi commented,

    Hi Jaromił, Thanks for the reply. I want to add some more comments and things I tried: 1. My model does have constraints other than the SOS constraints too. Somehow, the line showing the model size...