Namrita Varshney

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

投稿

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