Shawn Xu
- 合計アクティビティ 5
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Shawn Xuさんの最近のアクティビティ-
Shawn Xuさんが投稿を作成しました:
How can I model min-max problem
回答済みI am trying to minimize the max value of 'unov1' to find the worst case scenario. 'unov' is the multiplication of decision variables. Can I use m.addGenConstrMax(unov1,[unov],name = "max over+under...
-
Shawn Xuさんがコメントを作成しました:
Thank you Maliheh! Solved!
-
Shawn Xuさんが投稿を作成しました:
How can I add constraints on the rank of the matrix
回答済みX is a 20*20 square matrix, and I want to let the number of nonzero rows in X <= 10, how can I write the constraint? Appreciate your help