Camyla Moreno
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Camyla Morenoさんの最近のアクティビティ-
Camyla Morenoさんがコメントを作成しました:
Hi Marika, I'm sorry for not explaining in more detail earlier. I'm trying to model a bin packing problem with 3D dimensions. In these constraints, I want to establish that only for items of type j...
-
Camyla Morenoさんがコメントを作成しました:
Let me correct the notation: coord_z[j] E Zj/{0}
-
Camyla Morenoさんが投稿を作成しました:
Question about constraint
回答済みHiI tried to insert this condition (/Zj {0}) but encountered the following error. What other method does Gurobi accept that I can try? My model is a MILP. for i in items: for j in items: ...