Ritesh Bhalerao

  • Gurobi-versary
  • Curious
  • First Comment
  • Total activity 17
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 6

Posts

Recent activity by Ritesh Bhalerao Recent activity Votes
  • Solving Non convex MIQCP in reasonable time

    Awaiting user input

    Hello, I am trying to solve a fleet management problem which involves many bilinear terms. This non convex MIQCP has been running on my other machine since 7hrs and the gap is still 24%. Is there a...

  • Sifting method from scratch

    Answered

    Hello, I have a LPP which has 5000 columns and I want to use Sifting method to solve it. I wish to implement Sifting from scratch. Could anyone help me with that ? 

  • API usage permission

    Answered

    I have academic license. Can I use it for published research ? 

  • GPU RAM usage with Gurobi

    Answered

    Is there any way we can also use GPU memory for optimization with Gurobi

  • Large MILP problem

    Answered

    Gurobi Optimizer version 10.0.2 build v10.0.2rc0 (win64) CPU model: 12th Gen Intel(R) Core(TM) i5-12450H, instruction set [SSE2|AVX|AVX2]Thread count: 8 physical cores, 12 logical processors, using...

  • Performance issues with large variables

    Answered

    I have a distance matrix D of size 2000×2000. Mvars A and B of same size as above A is continous and B is Binary. Forming a part of objective function is the expression D*A*B representing that Dij*...