Eleonora Pribadi

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

アクティビティの概要

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

    Thank you Jaromil, Yes, I think that the z could replace the flow. but I tried, and it doesn't work.  assign is binary 1,0. so it won't make the value become 0.  I think if the flow ==0, it will ma...

  • Eleonora Pribadiさんがコメントを作成しました:

    Thank you Jaromil,    the flow[warehouse,client]  it's a continuous number. I put this one in my code.  for warehouse in wl:      for client in cl:           flow[warehouse,client] = m.addVar(vtype...

  • Eleonora Pribadiさんが投稿を作成しました:

    Quadratic function to linear function in gurobi.

    回答済み

    hii, I have this constraint to my model   for client in cl:      for warehouse in wl:            for types in sl:                   m.addConstr(select[warehouse,types]<= assign[warehouse,client,typ...