qianna sun

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

Posts

Recent activity by qianna sun Recent activity Votes
  • how to take sum of value from the different dictionaries?

    Answered

      I have four dictionaries, product_mill1, cost, time = gp.multidict({"0.5s1"   : [0.1, 0.5],                                           "1.0s1" : [0.15, 0.6],                                       ...

  • how to do the quick sum not for every variable?

    Answered

    have already done my objective function as  products, cost = gp.multidict({(1,1) : 0.1, (1,2) : 0.1 (1,4) : 0.15, (2,1) : 0.15,                                          (2,2) : 0.18, (2,4) : 0.2, (...