hongyan liu
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
hongyan liuさんの最近のアクティビティ-
hongyan liuさんがコメントを作成しました:
Thank you very much for your help, it really works.
-
hongyan liuさんが投稿を作成しました:
Some problem about adding indicator constraints
回答済みI want to add constraints as below: if dep[i][j] == 1 then z[0, j] < z[0, i] 0<i<4,i<j<4 I write these codes : m.addConstrs((dep[i][j] == 1) >> (z[0, j] < z[0, i]) for i in range(tab_cnt - 1) for...