Seyed Khademnia

  • Gurobi-versary
  • First Question
  • First Comment
  • 合計アクティビティ 4
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

アクティビティの概要

Seyed Khademniaさんの最近のアクティビティ
  • Seyed Khademniaさんがコメントを作成しました:

    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さんがコメントを作成しました:

    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さんが投稿を作成しました:

    parallel processing in Gurobi

    回答済み

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