Namrita Varshney

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

アクティビティの概要

Namrita Varshneyさんの最近のアクティビティ
  • Namrita Varshneyさんが投稿を作成しました:

    Imprecision in Gurobi

    回答済み

    gbm.addConstr(f <= t + (1 - d) *M - e, f 'B1') gbm.addConstr(f>=t-d*M, f 'A1')   this create equationB1: f + 1e+09 d   <= 1.0000000003888891e+09A1: f + 1e+09 d >= 0.388889015I have taken  M=1e9 e=...

  • Namrita Varshneyさんがコメントを作成しました:

    thank you for reply.look at the code , I was not able to add   sol = model.cbGetSolution(variables) in callback_tree function, So I created a dictionary to find my solution , it can be the case the...

  • Namrita Varshneyさんがコメントを作成しました:

     is it true that Gurobi always executes the callback only after finding the feasible solution?? or it can be the case that during the callback gurobi does not have the complete model solution??