peilin chan

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

投稿

peilin chanによる最近のアクティビティ 最近のアクティビティ 投票
  • Does more threads mean quicker?

    ユーザーの入力を待っています。

    Hi, I want to find a good-quality feasible solution as quick as possible, and do not care about the lower bound. so I have this setting: model.Params.Cuts = 0model.Params.MIPFocus = 1model.Params.R...

  • add constraints in callback

    回答済み

    Hi, I want to add some constraints in callback. When a better incumbent is found, that means some variable can be excluded(set to 0) because they can not be included in a better solution. How can i...