Namrita Varshney

Gurobi-versary
First Question
First Comment
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by Namrita Varshney Recent activity Votes
  • Imprecision in Gurobi

    Answered

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