Seyed Khademnia

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

Activity overview

Latest activity by Seyed Khademnia
  • Seyed Khademnia commented,

    Thanks! I will check out the methods parameter. One thing I figured out here is that the .reset() method is not necessary for changing the objective and reoptimizing the model, so I removed it. Now...

  • Seyed Khademnia commented,

    It is about 400 rows of constraints and about 3000 variables.About the performance, since the machine has more than needed actual cores for this test, what do you think is the resource that is limi...

  • Seyed Khademnia created a post,

    parallel processing in Gurobi

    Answered

    I am working in C++ with Gurobi version 11.0.3. The project is about the parallelization of solvers for stochastic problems.This is my cut generation class:CGO(const shared_ptr<Network>& networkPtr...