Nitin Srinath

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

アクティビティの概要

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

    Here is a sample output from the callback: <gurobi.Var y[13,13]> 4.011629032257547<gurobi.Var y[13,14]> 5.0<gurobi.Var y[13,15]> 11.0<gurobi.Var y[13,16]> 275.0<gurobi.Var y[13,17]> 12.054435483870...

  • Nitin Srinathさんがコメントを作成しました:

    Here is the callback code. It should essentially not print anything but it prints a bunch of binary variables with very large values. def mycallbackGRB(model, where): if where==GRB.Callback.MIP...

  • Nitin Srinathさんが投稿を作成しました:

    Do node relaxation values violate constraints?

    回答済み

    I have some binary variables in my formulation. I see that when I extract node relaxation values using cbGetNodeRel(), sometimes, these binary variables take values exceeding 1. I don't expect thes...